You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked at your code and think there is some modification on the function ControllerPodcast.prototype.getPodcastContent needed.
Maybe you can have a look at the lines.
Regards
AxLED
The text was updated successfully, but these errors were encountered:
Dear Chris,
i like your great plugin, which works fine with volumio by using the UI via browser.
But i think i found an wrong behaviour what your plugin is pushing to the api.
I tried to select podcast via a 1.3" pirate audio display, where i was using the api for navigation an selection of podcasts.
If i call URL: http://volumio.local/api/v1/browse?uri=podcast (i get a list of all podcast Feeds)
If i call URL: http://volumio.local/api/v1/browse?uri=podcast/0 (i get a list of all podcasts for feed 0)
If i call URL: http://volumio.local/api/v1/browse?uri=podcast/0/1 (i only should get a list [field items] with only the one podcast i selected the URL before, but i get the same results like http://volumio.local/api/v1/browse?uri=podcast/0. Some my code is not able to decide when to list podcasts and when to play them)
But in my installation the output of http://volumio.local/api/v1/browse?uri=podcast/0 and http://volumio.local/api/v1/browse?uri=podcast/0/1 look completely the same.
I looked at your code and think there is some modification on the function ControllerPodcast.prototype.getPodcastContent needed.
Maybe you can have a look at the lines.
Regards
AxLED
The text was updated successfully, but these errors were encountered: