Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Podcast Plugin: Infos sending to volumio API seems to be wrong / should be modified #520

Open
Ax-LED opened this issue Dec 31, 2020 · 0 comments

Comments

@Ax-LED
Copy link
Contributor

Ax-LED commented Dec 31, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant