Difegue

Results 83 comments of Difegue

Oh right, I didn't explain this part correctly: Since OPDS is a standard meant for catalogs, it doesn't provide any form of streaming capabilities: OPDS readers download the file locally...

Thanks for this report -- I admittedly haven't tested dual mpd instances much since that's not something I do personally, so it's likely the disconnecting logic doesn't clean up well...

Fixed by https://github.com/Difegue/Stylophone/pull/56/commits/7d831d834ee44875ce0c144b6764dd9b1ed8e127 while I was working out kinks in the iOS port -- Should be much better now!

I don't think the cache clears, but it's likely that big covers take some time to load back from their saved-on-disk form when the app is reopened. I'll try to...

Thanks for the suggestion. Adding the "Play" option to individual tracks in the library view is certainly doable; I think making the double click behavior configurable to switch between append...

MoveIdCommands are normally only sent when the queue is rearranged by the user (and not by mpd itself), does this happen randomly?

👋 I've taken a quick look, and it doesn't seem like I can get the files recently scanned by MPD through the standard protocol, sadly. 🤔 I'll leave this open...

Looks to be covered by https://github.com/MusicPlayerDaemon/MPD/issues/378 .

The order of categories shouldn't be random: Recently used categories should show up first, preceded by pinned ones. If you pin everything, I think the order then becomes alphabetical? Not...

Sounds like something is messing with the permissions of `appendonly.aof` after it's created -- Maybe something in your Docker binding setup, or an external Windows program? It's strange that it...