-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local album art doesn't load unless I open the album #851
Comments
Pretty sure it's an old limitation of the MPD protocol. For local cover art, MPDroid needs the file path, and that's not available until you open an album, where MPDroid uses the first tracks's path (after all, an album can be in multiple folders) I don't know if the protocol has been updated to allow me to fix this |
Could there perhaps be an update all button in the overflow menu that will
fetch all the album info? Or perhaps a setting that loads whatever is in
view? I set this app up for my dad as a parent-proof music player and he's
been going around pressing on every album just to load the art (I ripped
hundreds for him).
Otherwise this app has been great for him - mpd+Linux is much more reliable
than iTunes + iTunes remote, which always gets messed up on our headless
Mac mini due to updates.
…On Sun, Dec 31, 2017, 3:39 AM Arnaud Barisain-Monrose < ***@***.***> wrote:
Pretty sure it's an old limitation of the MPD protocol.
For local cover art, MPDroid needs the file path, and that's not available
until you open an album, where MPDroid uses the first tracks's path (after
all, an album can be in multiple folders)
I don't know if the protocol has been updated to allow me to fix this
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#851 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA77m-qqgzfzxo_PXg9d5HZ5BrcySSlQks5tF0grgaJpZM4RPunt>
.
|
Actually I just found out that the app already supports auto fetching the album art - it just relies on having the MPD database cached via the option Maybe it should have a note below that option mentioning the loading of album images. |
To be fair, MPDroid isn't actively developed anymore. I do know that the album cache suffers from some bugs |
I could tell it wasn't very active. Though I like to file bugs anyways in case someone with time and energy comes along. In this case I don't think there's any real bug, just wording and documentation that could be improved. So if I come up with any wording change for the app, I'll make a PR. And I may make a note in the wiki about enabling MPD database cache. |
I always thought the album cache should be enabled by default. I never had problems with it. |
I think the max command size issue (when not configured in mpd) prevented us to ship it by default? Anyway, documentation is welcome, but I doubt I'll release a new version of the app even if you kindly send a PR for that |
Maybe it was |
That's it |
I have MPD + Nginx running with a colection of music that all has embedded album art and folder.jpg in the album folders.
The problem is that no album art shows unles I press on the album, after which it loads and going back to the album view shows the art. It seems to automatically request art from online providers when scrolling through the list, but it doesn't seem to to this when using local art.
The text was updated successfully, but these errors were encountered: