LostLightProjects / jellyfin-skill

Fork of Emby skill for playing songs from Jellyfin
GNU General Public License v2.0
7 stars 5 forks source link

Add to and Create Playlist functionality, Favorite a Song #5

Closed tuxfoo closed 2 years ago

tuxfoo commented 2 years ago

I have done some testing with your version (and forked it).

The playlist functionality is not working, this is due to the missing intent handler in init.py

I have fixed this and also added the ability to create new playlists.

As it is a long weekend, I might do some further testing and additional features.

tuxfoo commented 2 years ago

After further testing, the "add to (playlist)" intent only works when using the from intent. I will need to also make it work with the common play framework.

tuxfoo commented 2 years ago

After further testing, the "add to (playlist)" intent only works when using the from intent. I will need to also make it work with the common play framework.

Actually, this was not the case. What happened is if there is only a single track in the playing queue/playlist, add to playlist will fail. I need to test further to see what other things might not work when there is only a single item in the queue.

ghostbuster84 commented 2 years ago

Thank you for the help, much appreciated. These last 4 weeks have been extremely busy. And the next 4 will be as well.