-
-
Notifications
You must be signed in to change notification settings - Fork 133
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 Media Library not shown in GUI #646
Comments
Yes, you will need to hit the Refresh button on the top right in order to re-sync the Iris index. Essentially Iris has an in-browser database to store data so it can perform well when running Mopidy on low powered devices or with huge libraries. |
whoops, I apologize for missing that. Can you also tell me what should be providing the artist/album art? Is that on the iris side or local extension side? I am not getting any art Edit: it seems like I can get artist art after doing some UI navigating. but no album art even though I have local album art Got it figured out... thanks! |
Yeah this is the next step to improve the massive overhaul to move to a browser-based database. To avoid hitting API rate limits by fetching all artwork on refresh, this is fetched after you click in to the artist or album itself (you can also right-click and select Refresh on each item). For Mopidy albums, artwork will show immediately provided you have it added to your local library. |
Describe the bug
After fixing the docker image via #645, the local library is indeed properly updated (see log below), and /var/lib/mopidy/local/library.db is properly populated with music. However, this music is not shown in iris when browsing artists/albums/tracks. They are only visible via Browse -> Local Media
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tracks/albums/artists with artwork from local library should be visible.
Console log
Environment details:
The text was updated successfully, but these errors were encountered: