Adam Piontek
Adam Piontek
Strange. One doesn't need to disable "browse via tags" in settings for Subsonic, and disabling "browse via tags" causes all sorts of problems because I have things organized in ways...
I'm using DSub v.5.3.5 with Subsonic 6.1 (6.1.3 now), and have just begun testing Airsonic 10.1.0. Supysonic was just updated to commit 6f713e1. (I'm unlikely to bother with libresonic, it's...
That makes sense! I was starting to think it might be an API difference. That _is_ strange that `getartist` wouldn't honor this separation, but given the idea of using media...
Sorry, I haven't had time since I originally reported this and actually had to wipe out the instance I was testing with anyway. I have time again and have set...
Additional: just realized the files I had tried playing in jamstash were all flac. I tried an MP3 and it played fine. But the flac files play fine in DSub?...
Thanks. The reminder was helpful because I missed that line about setting client transcoding settings in the admin interface. I set it to do mp3 @ 320 for jamstash (One...
Changing the load delays isn't necessary if the `fetchWxGovURLs()` method is fixed. It already properly calls `this.fetchCurrentWeather()` when it has the correct URLs. But if user config is for 'forecast'...
I thought that's why the `this.fetchCurrentWeather()` was placed in the finally clause. I'm not sure why it's there if it's not to try to get weather once the URLs are...
Ideally I am loading both current and forecast. For me, current always loads, and forecast stalls. Based on the idea of the "initialLoadDelay" I imagine if I did nothing, then...
In my read of the code, it's specifically checking if it has the URLs it needs, and then calling a weather data fetch, but only current. My suggestion is simply...