Upcoming moOde 7 series - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Upcoming moOde 7 series (/showthread.php?tid=2856) |
RE: Upcoming moOde 7 series - Tim Curtis - 09-15-2020 WIP release notes update :-) Changes include: - UPD: Add MUSICBRAINZ_ALBUMID as part of the album key - FIX: Library special year search partially broken - FIX: Library thumbnail columns 8/4 setting has incorrect width Code: ######################################################## RE: Upcoming moOde 7 series - Miss Sissy Princess - 09-15-2020 (09-10-2020, 10:16 PM)Tim Curtis Wrote: - UPD: Add higher resolutions for thumbnail generator Thank you! RE: Upcoming moOde 7 series - Tim Curtis - 09-15-2020 Some screenies. [attachment=1631] [attachment=1632] RE: Upcoming moOde 7 series - Tim Curtis - 09-15-2020 Some screenies showing how multiple occurrences of the same album tagged with MUSICBRAINZ_ALBUMID are nicely broken out in the Library. [attachment=1634] [attachment=1635] RE: Upcoming moOde 7 series - godt2p4 - 09-15-2020 (09-14-2020, 01:37 AM)Tim Curtis Wrote: The MPD database is sometimes referred to as a tag cache. The file is /var/lib/mpd/database. moOde has its own tag cache file thats used to populate Library Tag and Album views. The file is /var/local/libcache.json. Thanks, Tim. It's workable in your upcoming MoOde7.0, Nice! RE: Upcoming moOde 7 series - challenge - 09-15-2020 thank you for the musicbrainz_albumid fix! Nice one. Are you planning something about exposing the "comment" tag to help identify those album releases "on the spot"? I see the library view now shows the first digits of the MBalbumID between parenthesis. What about showing the comment there instead of the partial mbalbumid? (maybe allowing user choice under appearence menu?) e.g. the test files I attached in the other thread have a comment tag in which I wrote the catalog number. People could write in the comment if vinyl rip or mfsl or 24bit gold something etc I mean the mbalbumid says nothing to me in the immediate. I should have to check the track info. But if I see the comment and I write vinyl rip there, I know right away what I am clicking. RE: Upcoming moOde 7 series - Tim Curtis - 09-15-2020 Sure, I could do the comment tag instead of the first part of the album id. I'l make that change for 7. RE: Upcoming moOde 7 series - challenge - 09-15-2020 great, maybe as I said allow a toggle because I suppose many people have lots of garbage in their comments and could complain about moode instead of their garbage tags RE: Upcoming moOde 7 series - TheOldPresbyope - 09-15-2020 Caveat: This assumes that a user isn't already using the comment field for a different purpose. Excuse for doing it anyway: Given the screwed-up metadata situation we face, there's probably no better solution---unless of course one decides to ignore MusicBrainz and puts a useful unique text descriptor into the MUSICBRAINZ_ALBUMID field instead of a UUID string. Regards, Kent RE: Upcoming moOde 7 series - challenge - 09-15-2020 that's why I said just add a toggle. it is pretty much unharmful anyway, the comment would only be shown, it would not alter the sorting or cause any harmful issue (maybe UI issues if long characters?) I know that it's a very specific user case, but plenty of people I know have both vinyl rips and cd or mfsl or HDtracks of the same album. And this feature fixes that issue. (09-15-2020, 11:43 AM)TheOldPresbyope Wrote: unless of course one decides to ignore MusicBrainz and puts a useful unique text descriptor into the MUSICBRAINZ_ALBUMID field instead of a UUID string. a big no to that as it would kill the "automation". I went as far tp appending the catalog number to the title to dirty fix this, but that's 1) ugly 2) not the right way to do it. If mpd is trying to follow musicbrainz "standard" by supporting some of its fields, imho it would be detrimental to manually edit those, deviating from the online database. Musicbrainz also uses the "catalog number" tag. I like that, as in real life that's what you see on cd's spine. But this can't be used, as it's non standard in the various formats. Not even mpd supports it, while pretty much every format has a comment. The big advantage of musicbrainz is Picard... you load the folder, cluster it, just pick the correct catalog number (aka release) and it fills/corrects any missing/wrong tags. 95% of time it's perfect with only a few clicks. If it's slightly wrong either you override it, or push an edit to the online database. But long gone are the days of manually writing tags. You can tell Picard to not overwrite the comment tag, if you're using it for any other purpose. In any case, one could append automatically (various sw do this) the catalog number to it, if you have multiple editions of the same medium, or manually at least the kind of medium (vinyl rip etc). I think there's no other way as clean/low effort/"standardish" as this. If you have a better one please suggest as I need it (without overwriting musicbrainz fields data). |