CappielloAntonio / tempo

An open source and lightweight music client for Subsonic, designed and built natively for Android.
GNU General Public License v3.0
1.06k stars 49 forks source link

Cannot play podcasts #45

Closed khers closed 1 year ago

khers commented 1 year ago

I am trying Tempo for the first time so I might have configured something incorrectly but I cannot get podcasts to play at all. Tempo can navigate the feeds on my Airsonic-advanced server just fine and it has no problem playing music from the same server.

When I click the play button next to an episode it takes me to the playing screen but nothing happens and the logs on my server suggest that the audio was never requested.

CappielloAntonio commented 1 year ago

Hello and thanks for reporting!

Apparently Airsonic handles podcas differently than Gonic, with which I did the tests and made sure they worked. I've now put up an Airsonic instance locally and am running some tests. I was able to reproduce the bug, now I'm going to work on fixing it.

khers commented 1 year ago

If it makes a difference, I am running this fork: https://github.com/kagemomiji/airsonic-advanced as the main airsonic and airsonic-advanced seem to be as dead as subsonic.

CappielloAntonio commented 1 year ago

Nice find!

Having only used Gonic and the Subsonic demo instance for podcast tests, I had never noticed that the streamId was used for the podcast streams and not the simple Id.

Anyway, the problem is now fixed.