dmix
dmix copied to clipboard
album view doesn't display some songs in an album
apparently the songs in an album where the artist has a feat. are skipped, dunno if it's he reason but it seems to be the common point here.
happy to provide more info on this, using 1.07.2 Final ba27d2a-c (54)
from the playstore if that has some kind of relevance
Album view, misses song 7 and 8 for instance:
File view, it has song 7 and 8:
ncmcpp has then too:
What's the albumartist tag of these files ? If you disabled albumartist or the tag value isn't "joey bada$$", I think it will be filtered out, as the artist filter is an exact match
Le 10 mai 2016 à 07:42, euri10 [email protected] a écrit :
apparently the songs in an album where the artist has a feat. are skipped, dunno if it's he reason but it seems to be the common point here. happy to provide more info on this
Album view, misses song 7 and 8 for instance:
File view, it has song 7 and 8:
ncmcpp has then too:
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub
I tag with beets, the fields displayed by its ls
command are $track / $tracktotal - $album - $albumartist - $title - $artist
The artist tag is indeed not "Joey Bada$$" for the missing songs but "Joey Bada$$ feat. xyz".
Nonetheless I expected when browsing by album to see all songs of the said album, why filter ?
➜ ~ beet ls album:b4
01 / 17 - B4.DA.$$ - Joey Bada$$ - Save the Children - Joey Bada$$
02 / 17 - B4.DA.$$ - Joey Bada$$ - Greenbax (introlude) - Joey Bada$$
03 / 17 - B4.DA.$$ - Joey Bada$$ - Paper Trail$ - Joey Bada$$
04 / 17 - B4.DA.$$ - Joey Bada$$ - Piece of Mind - Joey Bada$$
05 / 17 - B4.DA.$$ - Joey Bada$$ - Big Dusty - Joey Bada$$
06 / 17 - B4.DA.$$ - Joey Bada$$ - Hazeus View - Joey Bada$$
09 / 17 - B4.DA.$$ - Joey Bada$$ - No. 99 - Joey Bada$$
10 / 17 - B4.DA.$$ - Joey Bada$$ - Christ Conscious - Joey Bada$$
13 / 17 - B4.DA.$$ - Joey Bada$$ - Black Beetles - Joey Bada$$
14 / 17 - B4.DA.$$ - Joey Bada$$ - O.C.B. - Joey Bada$$
15 / 17 - B4.DA.$$ - Joey Bada$$ - Curry Chicken - Joey Bada$$
07 / 17 - B4.DA.$$ - Joey Bada$$ - Like Me - Joey Bada$$ feat. B.J. the Chicago Kid
16 / 17 - B4.DA.$$ - Joey Bada$$ - Run Up on Ya - Joey Bada$$ feat. Action Bronson & Elle Varner
08 / 17 - B4.DA.$$ - Joey Bada$$ - Belly of the Beast - Joey Bada$$ feat. Chronixx
17 / 17 - B4.DA.$$ - Joey Bada$$ - Teach Me - Joey Bada$$ feat. Kiesza
12 / 17 - B4.DA.$$ - Joey Bada$$ - Escape 120 - Joey Bada$$ feat. Raury
11 / 17 - B4.DA.$$ - Joey Bada$$ - On & On - Joey Bada$$ feat. Maverick Sabre & Dyemond Lewis
An album is defined by its artist name and album name: if we didn't do that, we would show unrelated songs if two artists had the same name. For example, a "Best Of" album would be pretty unusuable.
In your case, songs with "feat" showing up would be a bug.
Handling user-defined tags is really tricky :)
Le 10 mai 2016 à 09:22, euri10 [email protected] a écrit :
I tag with beets, the fields displayed by its ls command are $track / $tracktotal - $album - $albumartist - $title - $danceability The artist tag is indeed not "Joey Bada$$" for the missing songs but "Joey Bada$$ feat. xyz". Nonetheless I expected when browsing by album to see all songs of the said album, why filter ?
➜ ~ beet ls album:b4 01 / 17 - B4.DA.$$ - Joey Bada$$ - Save the Children - 0.4 02 / 17 - B4.DA.$$ - Joey Bada$$ - Greenbax (introlude) - 0.5 03 / 17 - B4.DA.$$ - Joey Bada$$ - Paper Trail$ - $danceability 04 / 17 - B4.DA.$$ - Joey Bada$$ - Piece of Mind - 0.5 05 / 17 - B4.DA.$$ - Joey Bada$$ - Big Dusty - $danceability 06 / 17 - B4.DA.$$ - Joey Bada$$ - Hazeus View - 0.7 09 / 17 - B4.DA.$$ - Joey Bada$$ - No. 99 - 0.6 10 / 17 - B4.DA.$$ - Joey Bada$$ - Christ Conscious - 0.6 13 / 17 - B4.DA.$$ - Joey Bada$$ - Black Beetles - 0.5 14 / 17 - B4.DA.$$ - Joey Bada$$ - O.C.B. - 0.5 15 / 17 - B4.DA.$$ - Joey Bada$$ - Curry Chicken - 0.7 07 / 17 - B4.DA.$$ - Joey Bada$$ - Like Me - $danceability 16 / 17 - B4.DA.$$ - Joey Bada$$ - Run Up on Ya - $danceability 08 / 17 - B4.DA.$$ - Joey Bada$$ - Belly of the Beast - $danceability 17 / 17 - B4.DA.$$ - Joey Bada$$ - Teach Me - $danceability 12 / 17 - B4.DA.$$ - Joey Bada$$ - Escape 120 - $danceability 11 / 17 - B4.DA.$$ - Joey Bada$$ - On & On - $danceability — You are receiving this because you commented. Reply to this email directly or view it on GitHub
I don't want to be nitty picky and will shut the fuck up if you disagree but :)
Would there be any drawback in using 'albumartist and album' instead of 'artist and album' to define what mpdroid displays as an album ?
that would solve my feat issue and most likely "best of" album of artistA and artistB would be differentiated the same as albumartist and artist would be the same.
The only occurrence where it would be an issue is when artistA has 2 "best of" albums.
you should try beets to tag, that's awesome ;)
Whoops, I misread the output, sorry. Your files are tagged correctly.
About albumartist: that's what we do! It should be the default settings. If not, that's a bug.
Can you take a look at your settings and check how the albumartist setting is configured?
(Albumartist is supposed to be used for sorting/filtering/etc..., and artist the artist we actually show you)
is that the setting your talking about ?
well, now I'm at work and the album has all the songs....so no bug anymore !! the difference from when I was home is that I'm not on my private LAN through wifi anymore. I'll check tonight if I'm still having the issue connected differently, sounds strange I didn't update MPD db...
sorry I still have the issue, in fact I could see all the songs while pressing "go to album" from the currently playing song, but from the Album dropdown I misses the feat.
You might not be using the local album cache. That is needed to make albumartists work properly, specifically in the list of albums, because otherwise they are listed/called by artist, not by albumartist.
Yeah that's probably the issue.
If you go from the artist rather than from the album list directly, it should work too
Yes, from the artist then album I see all songs. Directly from the album dropdown it's not the case.
benoit barthelet http://pgp.mit.edu/pks/lookup?op=get&search=0xF150E01A72F6D2EE On 10 May 2016 13:28, "Arnaud Barisain-Monrose" [email protected] wrote:
Yeah that's probably the issue.
If you go from the artist rather than from the album list directly, it should work too
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/abarisain/dmix/issues/809#issuecomment-218130786