-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
web: View album art #2272
Comments
Seems like a good idea! We'd really like to move to a new architecture for the web plugin so it could be extensible in this way (c.f. #718), but if you're interested, there's also no reason we couldn't hack it onto the current web interface. |
I don't think that I know enough python to be of much help here, but I'll take a look soon |
This seems like a good repo to pull ideas from: https://github.com/tkem/mopidy-local-images Has development on https://github.com/jtemplet/beets-web stalled? Related: how do I run beets from the code in the repo? |
To answer your last question about running code in the repo, I typically create a virtualenv, and then run code like this: python setup.py install && beet <cmd> It's a little slow but you always get the freshest version of your code. |
So I was (finally) poking around the code a bit more, and it looks like flask is exposing the albumart if the item has it available, but I can't figure out how to access it. I'm looking at these lines:
|
Just use an image tag like |
I'm not sure if this has been brought up before, but I really like being able to view album art. Is there a way to add that to the web interface, or possibly through a plugin?
The text was updated successfully, but these errors were encountered: