Hi All-
I'd like to be able to play Pandora or Tune-in Radio stations that I have saved as "Favorites" using pyLMS.
The CLI works fine for this in the following example:
(echo "b8:27:eb:42:f3:82 favorites playlist play item_id:4"; echo "exit") | nc $(192.168.0.107) 9090
However, I'm coding a small project with a unique interface using python and would like to use pyLMS for this function.
I probably have a "mental block" on this. After much googling and reading the pyLMS docs, I cannot understand how pyLMS even loads/starts a user-defined playlist, let alone something from the Favorites playlist.
Any help, examples or clarification?
TIA
I'd like to be able to play Pandora or Tune-in Radio stations that I have saved as "Favorites" using pyLMS.
The CLI works fine for this in the following example:
(echo "b8:27:eb:42:f3:82 favorites playlist play item_id:4"; echo "exit") | nc $(192.168.0.107) 9090
However, I'm coding a small project with a unique interface using python and would like to use pyLMS for this function.
I probably have a "mental block" on this. After much googling and reading the pyLMS docs, I cannot understand how pyLMS even loads/starts a user-defined playlist, let alone something from the Favorites playlist.
Any help, examples or clarification?
TIA