-
Is it possible to access iTunes imported playlists using Soco-cli? Haven't figured how to do that. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Good question. I've never experimented with this, so I don't know the answer at the moment. I'll have a look in the next day or two. |
Beta Was this translation helpful? Give feedback.
-
I've now added this feature in v0.3.43. It was missing because I've never used imported playlists ... thanks for prompting me to look into it. There are new actions to list library playlists, list the tracks in a library playlist, and to add a library playlist to the queue:
These additions have only undergone light testing, so please do report any issues! |
Beta Was this translation helpful? Give feedback.
I've now added this feature in v0.3.43. It was missing because I've never used imported playlists ... thanks for prompting me to look into it.
There are new actions to list library playlists, list the tracks in a library playlist, and to add a library playlist to the queue:
list_library_playlists
orllp
list_library_playlist_tracks <playlist_name>
orllpt
add_library_playlist_to_queue <playlist_name>
oralpq
These additions have only undergone light testing, so please do report any issues!