Closed tuxfoo closed 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.
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.
Thank you for the help, much appreciated. These last 4 weeks have been extremely busy. And the next 4 will be as well.
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.