mirror of
https://github.com/kokarare1212/librespot-python.git
synced 2026-04-25 08:35:49 +03:00
[GH-ISSUE #173] [REQUEST] class PlaylistId(SpotifyId): #28
Labels
No labels
bug
dependencies
duplicate
enhancement
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot-python-kokarare1212#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sesseor on GitHub (Jan 2, 2023).
Original GitHub issue: https://github.com/kokarare1212/librespot-python/issues/173
Is your feature request related to a problem? Please describe.
i saw that
AlbumId/ArtistId/ShowIdclasses are implemented but not a playlist classDescribe the solution you'd like
i tried to add it myself and added all the needed functions but got stuck here
librespot/proto/Metadata_pb2.pyand did not know what to doalso
get_metadata_4_playlist()would be a cool thing to get@kokarare1212 commented on GitHub (Jan 3, 2023):
It can be obtained at
ApiClient.get_player(_id: PlaylistId).@sesseor commented on GitHub (Jan 3, 2023):
fantastic.. this works fine
what does
session.api().get_playlist(playlist_id)return ? like the type ?and what are those ?
\000\000\000\007>\177\341\305\014\301\242\013\255\310u\337\253\224_\370/+_d@kokarare1212 commented on GitHub (Jan 3, 2023):
session.api().get_playlist(playlist_id)does return a protobuf data (SelectedListContent).For more information, please see
https://github.com/kokarare1212/librespot-python/blob/main/proto/playlist4_external.proto#L168-L181