-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add "Album Artists" to root directories #18
Comments
First, browsing "Album Artists" should give proper "local:album:" URIs... |
Also re-think |
@tkem I'm particularly interested in this issue as it'll make the Iris frontend a bit more versatile. Has any progress been made on this? |
@jaedb: As mentioned initially, this should already be possible (with some quirks, maybe) by manually adding it to the configuration. |
@tkem a belated follow-up question: if you're not using Mopidy-Local-SQLite, what backend extension are you using? |
@jaedb: I've been using mopidy-dleyna with the minidlna media server for the last couple of years. |
@tkem looking at the source code, it seems that this filter will only display tracks where mopidy-local/mopidy_local/schema.py Line 69 in 5e6d260
therefor, since most single-artist album tracks are unlikely to have this definition, the usability of this filter is questionable. would it be possible to rewrite this query so it doesn't exclude tracks, but rather reverts to thank you |
@amitkeret: It's been some time since I've been using this, but IIRC most tracks (at least the ones I've encountered) will also provide an |
I can confirm that my artist list is significantly filtered if I use Mopidy 3.0.2 |
It's already supported in v0.8.0, just needs to be included in the default configuration:
Some people may prefer it to the way "Artists" are handled, and it might help with support issues, e.g. "artist" tags vs. "albumartist" tags. Note that MPDroid also has a "Use album artists" setting for its local browse configuration.
The text was updated successfully, but these errors were encountered: