tuxfoo / jellyfin-skill

This skill allows audio playback from a Jellyfin server
Other
8 stars 4 forks source link

Feature Request - Ability to add current song to specified playlist #8

Open drgnomage opened 3 years ago

drgnomage commented 3 years ago

As title, I'm not sure if this is doable with the current Jellyfin API.

tuxfoo commented 3 years ago

Thanks for the feedback.

I have not used Mycroft in a while, I still used Jellyfin a lot. I just ordered Respeaker 4 mic array hat for raspberry pi so that might motivate me to do some more work on the Jellyfin skill once it arrives.

I think it should be possible, I think some Jellyfin apps can do it.

drgnomage commented 3 years ago

No worries, I know what it's like to not feel motivated to do extra work!

I have the same hat, it's pretty good but can be annoying to setup. It likes a specific version of the kernel and you need a skill installed to get the led ring to work.

Let me know if I can help/test, I do have some experience with Python.

tuxfoo commented 3 years ago

There is an API call for it

https://api.jellyfin.org/#operation/AddToPlaylist

tuxfoo commented 3 years ago

I have added this to feature into the dev branch https://github.com/tuxfoo/jellyfin-skill/tree/dev-branch

I think I should also add the ability to create a new playlist.