owncloud / music

:notes: Music app for ownCloud
GNU Affero General Public License v3.0
566 stars 197 forks source link

Neither Podcast nor Internet Radio work #1037

Closed dln949 closed 1 year ago

dln949 commented 1 year ago

Nextcloud 25, Music 1.7.0, Ultrasonic 4.2.0 on Android 13.

Within Nextcloud, Music works great: I can access all my music, I can obtain and listen to podcasts, I have set up internet radio stations and I can listen to them. Within Nextcloud.

I successfully linked the Music app in my Nextcloud server to my android phone using the Ultrasonic app. I got the URL and username and the generated password from the Music app, and as a result on my android device using Ultrasonic I can listen to my music collection from Nextcloud. However....

I am unable to access my Nextcloud podcasts and the internet radio stations from within Ultrasonic on my android device. For podcats all I get is the word "null". And I can't even figure out how to attempt to listen to the internet radio stations. (Maybe Ultrasonic is the wrong app for podcasts and radio stations?????)

I don't know if something is wrong, or if I'm doing things incorrectly.

I did see what is shown in the attached screenshot, but I didn't understand any of it, didn't even know if those are things I need to do. But seeing that makes me think there's a "secret handshake" set of steps that are assumed I would know to do but sadly in fact I don't know about or understand.

Screenshot from 2022-12-25 22-24-53

paulijar commented 1 year ago

Hello. None of those Admin settings have any effect on how the radio and podcast features work on the Subsonic API so you don't have to worry about them here.

It seems to me that Ultrasonic has no view for the radio stations so probably it doesn't support this feature. And for the podcast channels, it shows the title of the channel as "null" for each channel. If you click that null, then you would probably see the episodes of that channel. The same thing happens with the official Subsonic demo server (demo.subsonic.org, user: guest, password: guest), so this seems to be a bug in the Ultrasonic client.

Both internet radio and podcasts should work fine on the DSub client.

dln949 commented 1 year ago

Thanks paulijar. You were right about tapping on the word "null", it shows the podcast episodes.

I would very much like to try out Dsub. However, using the exact same URL and login credentials on Dsub that I successfully use for Ultrasonic, Dsub always reports that my "resource cannot be found". :(

paulijar commented 1 year ago

On DSub, did you disable "Authorization Basic headers" in the server settings? The connection to Nextcloud doesn't work if you leave it enabled.

dln949 commented 1 year ago

Ha! That fixed it, thanks.

Well, one more Dsub question, just in case you know an easy answer: When I tap on "Stream Video" for a video or movie, nothing happens. And, when I tap on "Play Video", it says I first have to download the video, but there is no option that I see to download it.

paulijar commented 1 year ago

Well, the ownCloud/Nextcloud Music app doesn't support videos at all, at least for now. On the Subsonic demo server, I can see there is a single video available but it cannot be played or streamed on DSub. I assume that the video is in such a format that DSub doesn't support it but I don't know any details.

Edit: Ultrasonic, on the other hand, seems to be able to play that video from the Subsonic demo server.

paulijar commented 1 year ago

Closing as out-of-scope of the Music app.