-
Notifications
You must be signed in to change notification settings - Fork 244
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
[web] Radio streams missing in playlist tab #1850
Comments
New user here. Facing similar issue. [2025-02-02 21:37:41] [ LOG] db: Database OK with 0 active files and 6 active playlists [2025-02-02 21:37:41] [ LOG] scan: Skipping library directory /var/lib/Media, could not dereference: No such file or directory [2025-02-02 21:37:41] [ LOG] scan: Bulk library scan completed in 0 sec [2025-02-02 21:37:41] [ LOG] lib: Library init scan completed in 0 sec (0 changes) I've added exact same files from Daapd, but they do not shop up. |
Update, my issue was the following: had to delete old owntone.conf file because it wasnt being re-created by portainer |
This option was a workaround for some pretty old DAAP clients, which otherwise couldn't display radio stations. It's also from before OwnTone (forked-daapd) even had a web interface. I've added a note to the config file that it's only for DAAP clients. |
I have set the option: radio_playlists = true
The radio streams show up in the radio section of the web frontend, but not in the playlist tab.
This worked prior to version: 28.10.132.gite9485d3-1+bookworm
The current version 28.11.133.git01dbda3-1+bookworm also shows this behaviour
The radio playlists do exist, they show up when I list them with json and in the Apple Remote app. They‘re just missing from the playlist section.
I‘ve already tried a full rescan of the library.
The radio streams are m3u files in the OwnTone directory and look like this:
#EXTM3U
#EXTINF:-1, - WFMU
https://stream0.wfmu.org/freeform-high.aac
OwnTone is running on a Raspberry Pi Zero 2 with the newest Raspberry Pi OS bookworm.
The text was updated successfully, but these errors were encountered: