Search found 7 matches

Go to advanced search

by PingLing
Thu Mar 05, 2026 10:24 pm
Forum: Feature requests
Topic: Albums with multiple artists (compilations etc.)
Replies: 1
Views: 11
 
Jump to post

Albums with multiple artists (compilations etc.)

Currently the albums containing songs by different artists, like compilations or guest performances are split into single entities - one album per artist. So if there's an album containing 15 songs by different artists, the database will have 15 albums with the same title/cover with one track each ...
by PingLing
Thu Mar 05, 2026 10:22 pm
Forum: Feature requests
Topic: Tracks sorting order in local albums
Replies: 1
Views: 5
 
Jump to post

Tracks sorting order in local albums

Currently the only sorting order in albums sourced from a disk is alphabetical, which is bad :D Since titles are read from files metadata, the track numbers (and disc numbers) should be read too.
by PingLing
Wed Mar 04, 2026 12:19 am
Forum: Help & Support
Topic: CORS issues
Replies: 8
Views: 55
 
Jump to post

Re: CORS issues


hmm its strange considering that all images are served from berryaudio.local directly instead of port.


It's not what the console says :-) In my case all images are loaded from :8080 . And, for CORS policy, the berryaudio.local and berryaudio.local:8080 are not the same origin, hence the images ...
by PingLing
Tue Mar 03, 2026 11:32 am
Forum: Help & Support
Topic: CORS issues
Replies: 8
Views: 55
 
Jump to post

Re: CORS issues

The web.py explicitly sets the port to 8080 :-)

Code: Select all

async def run_server(self):
        host = "0.0.0.0"
        port = 8080
by PingLing
Mon Mar 02, 2026 10:51 pm
Forum: Help & Support
Topic: CORS issues
Replies: 8
Views: 55
 
Jump to post

Re: CORS issues

It seems that all is fine when I access http://berryaudio.local:8080 - because the images are loaded from urls with 8080 port. I'm using the unmodified config and I don't see any configuration option to change it from the UI.
by PingLing
Mon Mar 02, 2026 12:13 am
Forum: Help & Support
Topic: CORS issues
Replies: 8
Views: 55
 
Jump to post

Re: CORS issues

Yes, that's how I'm accessing it. See screenshots from my phone (Chrome, Android 16) - it's exactly as on my PC.

https://www.flickr.com/gp/piotr_ingling/2yj3Fus014

https://www.flickr.com/gp/piotr_ingling/9mz944Jmud
by PingLing
Sun Mar 01, 2026 7:00 pm
Forum: Help & Support
Topic: CORS issues
Replies: 8
Views: 55
 
Jump to post

CORS issues

Hi, there seems to be something wrong with the config. I get hundreds of these on the console (W10, MS Edge / Firefox) and no images are shown:

Access to image at 'http://berryaudio.local:8080/images/local/083e0feb1827423083575c6ff22856dd.jpg' from origin 'http://berryaudio.local' has been blocked ...

Go to advanced search