Skip to content

Navigation Menu

Sign in
Sign up

Update 20260820 - bookmark issue #2159

AndyFx12 started this conversation in Bug Reports
Aug 28, 2026 · 5 comments · 26 replies
Discussion options

Since Update 20260820 most of my bookmark-images are shown as a generic star. Had some gifs working in previous versions.
Newly added bookmarks show "stars", too.

You must be logged in to vote

Replies: 5 comments 26 replies

Comment options

Hi Andy,

Causes of recent hiccups:

  • Playback status - Switch from a shell script status.sh to a binary status
    • Much faster response
      • On RPi 4:
        • Raw speed: 0.5s vs 0.05s
        • GUI refresh: 0.6s vs 0.4s
    • Much more streamlined
  • Cover arts
    • Much faster response (by the status)
  • Embedded cover arts and lyrics
    • Much faster response (by the status)
  • Image replace - Cover art and thumbnails
    • Streamline for change and refresh the change
  • Web Radios and Audio CD - Switch to directory based
    • Streamline to behave like albums (bookmarks and thumbnails)
    • Identical URLs can be used with different names or the same name in different directories.

Please try the UPDATE.

If there're still missing bookmark thumbnails, verify that coverart.* and thumb.* files are still in each directory of the bookmarks.

You must be logged in to vote
11 replies
Comment options

rern Sep 5, 2026
Maintainer

As it turns out MPD playlist contains only URLs of web radios, no other data of the same URLs. There's no way to tell which directory to get relevant data. URLs must be unique, the same as before, after all.

Try remove duplicate URLs from /srv/http/data/mpd/radio

Comment options

My /radio contains only: ^^.
I have 33 radio-stations on root (/srv/http/data/webradio) and much more stations within subfolders.
grafik

Tried a full library-update - no changes. And I've noticed, my Web Radio-counter always shows "1".
grafik

Comment options

rern Sep 5, 2026
Maintainer

Try: /srv/http/bash/webradio-convert.sh

Comment options

It helps partially:

  • playlist show right coverart(s)
  • webradio-coverart are shown at bookmarks, now
  • counter is still 1
  • all positive effects are gone after deleting/adding a webradio-station
Comment options

coverart.* or cover.* - that's the big question ;-)

Creating new Webradio-Station with new stationart produce a "coverart.jpg" in its folder. Library and playlist finds/use them (since latest update). Playback-screen tries to find "cover.jpg", though.
"Normal" albums seems to have both. Cover.jpg is a big one and coverart.jpg a very small one (I guess for faster library-listing).

Do we need both for webradio's, too?

Comment options

I am seeing something similar see #2153
Chris

You must be logged in to vote
1 reply
Comment options

Just updated #2153 with a pointer towards the Player page issue there. Not necessarily a fix for this issue but might be a pointer ?

Chris

Comment options

Updated to latest UPDATES branch as at 0915 BST, Spt 4th.

Creating a bookmark for pre-seeded webradio stations (eg Radio Paradise*) works correctly, however creating a new bookmark for one of my own webradio stations (BBC Radio 2) is looking for the station artwork in the wrong place ('journalctl -f'):

Sep 04 09:22:22 rAudio-Test nginx[409]: 2026年09月04日 09:22:22 [error] 409#409: *205 open() "/srv/http/cover.jpg" failed (2: No such file or directory), client: 192.168.86.50, server: localhost, request: "GET /cover.jpg HTTP/1.1", host: "raudio-test", referrer: "http://raudio-test/"

rAudio-Test:~ # ls -la /srv/http/data/webradio/'BBC Radio 2'
total 20
drwxr-xr-x 2 http http 4096 Sep 3 18:25 .
drwxr-xr-x 12 http http 4096 Aug 30 08:21 ..
-rw-r--r-- 1 http http 3489 Sep 3 18:21 cover.jpg
-rw-r--r-- 1 http http 61 Aug 29 10:06 data
-rw-r--r-- 1 http http 2449 Sep 3 18:21 thumb.jpg

Chris

You must be logged in to vote
1 reply
Comment options

coverart.* or cover.* - that's the big question ;-)

Creating new Webradio-Station with new stationart produce a "coverart.jpg" in its folder. Library and playlist finds/use them (since latest update). Playback-screen tries to find "cover.jpg", though.
"Normal" albums seems to have both. Cover.jpg is a big one and coverart.jpg a very small one (I guess for faster library-listing).

Do we need both for webradio's, too?

Comment options

@rern
I have applied the UPDATE branch as at 10:00BST today.

My bookmarks are still showing as a Star because of issue identified above, looking for the artwork in the wrong folder.

ksnip_20260905-101826

Web radio count is correct (10):

ksnip_20260905-101903

Contents of '/srv/http/data/mpd/radio', no duplicates:

https://stream.radioparadise.com/flac^^/srv/http/data/webradio/Radio Paradise - Main Mix
http://192.168.86.250:9790/minimstreamer/*/SMOOTH/^^/srv/http/data/webradio/Smooth Radio
http://192.168.86.250:9790/minimstreamer/*/VIRGIN/^^/srv/http/data/webradio/Virgin Radio
https://stream.radioparadise.com/global-flac^^/srv/http/data/webradio/Radio Paradise - Global Mix
https://stream.radioparadise.com/mellow-flac^^/srv/http/data/webradio/Radio Paradise - Mellow Mix
https://stream.radioparadise.com/rock-flac^^/srv/http/data/webradio/Radio Paradise - Rock Mix
http://192.168.86.250:9790/minimstreamer/*/RADIO2/^^/srv/http/data/webradio/BBC Radio 2
http://192.168.86.250:9790/minimstreamer/*/GHR/^^/srv/http/data/webradio/Greatest Hits Radio
https://stream.radioparadise.com/beyond-flac^^/srv/http/data/webradio/Radio Paradise - Beyond...
http://as-hls-uk-live.akamaized.net/pool_74208725/live/uk/bbc_radio_two/bbc_radio_two.isml/bbc_radio_two-audio=320000.norewind.m3u8^^/srv/h>

From 'journalctl -f':

Sep 05 10:12:05 rAudio-Test nginx[409]: 2026年09月05日 10:12:05 [error] 409#409: *519 open() "/srv/http/cover.jpg" failed (2: No such file or directory), client: 192.168.86.118, server: localhost, request: "GET /cover.jpg HTTP/1.1", host: "raudio-test", referrer: "http://raudio-test/"

rAudio-Test:~ # ls -la /srv/http/data/webradio/'BBC Radio 2'
total 20
drwxr-xr-x 2 http http 4096 Sep 3 18:25 .
drwxr-xr-x 12 http http 4096 Aug 30 08:21 ..
-rw-r--r-- 1 http http 3489 Sep 3 18:21 cover.jpg
-rw-r--r-- 1 http http 61 Aug 29 10:06 data
-rw-r--r-- 1 http http 2449 Sep 3 18:21 thumb.jpg

Chris

You must be logged in to vote
6 replies
Comment options

Reran /srv/http/bash/webradio-convert.sh, deleted and recreated bookmark for BBC Radio 2 but still get a Star not the station logo. Still failing to find cover.jpg in /srv/http.cover.jpg' rather than '/srv/http/data/webradio/'BBC Radio 2'

I am running a RPi 3A+ with image i20260719, updated to all production releases and very latest UPDATE branch.

Chris

Comment options

I think there's an issue with your URL to BBC-Radio:
http://as-hls-ww-live.akamaized.net/pool_74208725/live/ww/bbc_radio_two/bbc_radio_two.isml/bbc_radio_two-audio%3d128000.norewind.m3u8
I tried to add this station - and I've got same issue as you. Stations with direct-link work fine on my system.

Comment options

rern Sep 5, 2026
Maintainer

Please try the UPDATE again. It will create the missing coverart.* of webradio stations.

Comment options

@rern
I have applied the latest UPDATE branch in the last few minutes. It completes with the following:

find: paths must precede expression: `common.php'
find: possible unquoted pattern after predicate `-name'?

I am afraid though that it DOES NOT fix my problem in that it now looks for the coverart.jpg in '/srv/http' (as opposed to originally '/srv/http/cover.jpg'). This can be seen with 'journalctl -f':

Sep 05 15:46:29 rAudio-Test nginx[409]: 2026年09月05日 15:46:29 [error] 409#409: *668 open() "/srv/http/coverart.jpg" failed (2: No such file or directory), client: 192.168.86.50, server: localhost, request: "GET /coverart.jpg?v=1788511072 HTTP/1.1", host: "raudio-test", referrer: "http://raudio-test/"

I presume it should be looking fro: '/srv/http/data/webradio/'BBC Radio 2'/coverart.jpg ?

The good news is that coverart.jpg is now created for BBC Radio 2 (and others):

rAudio-Test:/srv/http/data/webradio # ls -ls 'BBC Radio 2'
total 16
4 -rw-r--r-- 1 http http 3489 Sep 3 18:21 cover.jpg
4 -rw-r--r-- 1 http http 3584 Sep 5 15:44 coverart.jpg
4 -rw-r--r-- 1 http http 61 Aug 29 10:06 data
4 -rw-r--r-- 1 http http 2449 Sep 3 18:21 thumb.jpg

@AndyFx12 - the BBC Radio 2 Direct (as opposed to the 'BBC Radio 2') URL is a UK restricted URL for the BBC and will onlyu work if you are located on the UK mainland, otherwise it will fail. Surprisingly, if I bookmark the BBC Radio 2 Direct station then the bookmark DOES work and plays (for me) but the Playback screen logo is not shown.

@ rern - the above might be another pointer to this issue. My network is based on 192.168.86.* and looking at some of the code you have been working on, rAudio seems to (now) assume that 192.168.. is related to uPnP ? These streams on my 192.168.86.* network have worked with Bookmarks for a long time before this issue occurred. Interestingly as noted before the bookmark is a star but the Playback screen correctly shows the station logo.

Chris

Screenshot_20260905_160214 Screenshot_20260905_160309 Screenshot_20260905_160332
Comment options

rern Sep 6, 2026
Maintainer

The new UPDATE should handle URLs with * correctly now.

Comment options

Commit 09e4fd7 of webconvert.sh has some negativ side-effects: /radio-file has 0 KB after applying webconvert.sh

Reverting this commit, webconvert produces missing cover-files. In every folder of my webradios, I have this files, now:
grafik

This things don't work:

  • adding/deleting a webradio changes /radio-file to 0 KB
grafik
  • webradio names can't be changed:
grafik
  • counter is still 1 on my system ;-)
You must be logged in to vote
7 replies
Comment options

@rern
This one (at common.sh) fixes my webradio-counter-issue:
grafik
Deleting a webradio works fine after this patch, too.

and this one (at webradio-convert.sh) fixes my bookmark-issue:
grafik

Other theory: $dir / $dir_radio is built with missing "/" (maybe on shared-data only)?

Comment options

rern Sep 6, 2026
Maintainer

Hi Andy,

Yes, you're right. Without the trailing slash, it will not follow symlinks. Now they are find -L $dir... (the same as find $dir/ ...)

Do you still have issues with bookmark and station arts?

Comment options

Hi rern,

latest changes fixes my bookmark issues. Thanks for your awesome work!

The only artwork issue is at the moment with Spotify. But this is a completely different thing.

@ceejayemm
Can you confirm, that issues are solved?
I would close this issue.

Comment options

rern Sep 7, 2026
Maintainer

...
The only artwork issue is at the moment with Spotify. But this is a completely different thing.
...

Post output of: cat /srv/http/data/shm/spotify/status

Comment options

I can confirm that by removing / adding station art everything seems to be ok. However webconvert.sh doesn't seem to do anything. Is it supposed to a) convert cover.jpg to coverart.jpg OR b) convert coverart.jpg to cover.jpg OR c) both ?

Chris

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

AltStyle によって変換されたページ (->オリジナル) /