tamland

Results 32 comments of tamland

CORS headers are controlled by the backend not frontend. Are you running a recent version of airsonic-advanced? Also, this error message can be a symptom of a different error causing...

No, it should work out-of-the-box without proxy or any changes. I think you'll have to check the responses from backed to see what's going on

You can try checking if the sites audio playback isn't blocked by the browser or some other extension installed. If the progress bar fills audio should definitely be playing. The...

Airsonic refix use the album covers that are provided by the subsonic API. If they aren't loading you will have to report this issue to Navidrome.

You will need to build the application with the base path to make this fully work. See https://github.com/tamland/airsonic-refix/discussions/30

I doubt this fixes the problem. There are lots of string literals in the code, which in python 2 are not unicode but string. If you force sys.argv to unicode...

Got it. @dagwieers Could you just add this example as a test case?

What's the 'stuff' and the 'things' that broke, exactly? Tested with one of my own plugins and couldn't find any problems with favorites..

By bookmarks you mean favorites? Adding folders works fine here..

I believe this has something to do with jsp compilation. Only solution I've found is to run `mvn package` manually once, which does some magic.. After that, running `Application.java` directly...