Does anyone use the Compilation Rollup option? - 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: Does anyone use the Compilation Rollup option? (/showthread.php?tid=1568) |
RE: Does anyone use the Compilation Rollup option? - Miss Sissy Princess - 08-15-2019 I guess compilations are intended to work like this, but when I am in the views shown below, with no artist selected, I see multiple copies of each compilation album -- one copy per track. So I see my fifty-some compilation albums more than a thousand times in total (one copy of each album per track on the album). [attachment=711][attachment=712] In that first view, they are at least all grouped together when scrolling. In the second view, they are all over the place (based on artist names). I'd sure prefer to have just one copy of a compilation album shown in that case with "Various Artists" underneath. I don't suppose there's some hidden (or not hidden) setting to accomplish that, right? -- Fred RE: Does anyone use the Compilation Rollup option? - Tim Curtis - 08-15-2019 Hi Fred, There is no setting or hack with the new library loader. It's built around the common convention of using the Album Artist tag for indicating compilations. The benefit is that it has better performance and allows for new features in the future. It also automatically handles the case where tracks belonging to the same album have different Genres. As I stated before though if a dev writes the code for parsing out the iTunes TCMP frame then I'll see if it's possible to integrate it as an option but there is no guarantee. -Tim RE: Does anyone use the Compilation Rollup option? - Miss Sissy Princess - 08-15-2019 Hi Tim, I made a mistake. I set each track on those compilation albums to an album artist of "Various Artists" under Apple Music (replaces iTunes in Catalina). I used my script to rsync them to the NAS (where moOde gets its library). For reasons I'm still researching, the MP3 tags did not match the Apple Music tags. I'm going to experiment with the Music apps tag format converter and see if I can force it to write the updated tags (although I thought I did that). -- Fred RE: Does anyone use the Compilation Rollup option? - Miss Sissy Princess - 08-16-2019 Tim, Update: moOde is working properly, as I expected and wanted it to work, and as you designed. What happened, short version: The MacOS Catalina public beta has a bug in the Music app (iTunes replacement) that bit me; it wasn't writing the tags back to disk even when explicitly told to. What happened, in more detail:
There were other issues, such as the Music app deciding it wasn't going to respect the setting for the location of the iTunes media files, instead choosing to use a default directory on my primary volume, but I won't bore you further with that kind of thing. Sorry for wasting your time and adding confusion to the discussion. I got complacent because the Catalina beta has been pretty solid and reliable. Regards, Fred RE: Does anyone use the Compilation Rollup option? - Tim Curtis - 08-16-2019 Hi Fred, No prob. I haven't tried Catalina beta yet but that bug is a really nasty one :-0 so I think I'll wait for GA. Actually the discussion was really good and some dev might pick up the TCMP project :-) RE: Does anyone use the Compilation Rollup option? - moodenigo - 08-16-2019 Well, this is persuading me to do something I *should* have done time ago: to go through my albums and if there are different track artists, I will set the Album Artist tag to either the main artist or "Various Artists". I think I will write a little python/atomicparsley program to partly automatise this. I am also discovering some files which are defective, as a positive side effect. Time to regrab them then ;-) Roberto RE: Does anyone use the Compilation Rollup option? - moodenigo - 08-16-2019 (08-16-2019, 02:31 PM)fmaxwell Wrote: I gave up on Music and used (tag editor) Kid3, updating the tags on all of the compilation album track files. After rsyncing that to the NAS, and regenerating the MPD database, everything worked properly. Under macOS, Metadatics works quite the treat. I also use mp3tag, and occasionally some shell scripts Roberto RE: Does anyone use the Compilation Rollup option? - Miss Sissy Princess - 08-16-2019 (08-16-2019, 02:51 PM)Tim Curtis Wrote: Actually the discussion was really good and some dev might pick up the TCMP project :-) Thanks, Tim. Maybe a smarter, more standards-compliant tool would be one which would crawl a directory tree and enter a 'Various Artists' album artist tag on each file that had Apple's TCMP entry present and set to 1. I may look into that if I find myself with spare time (and a lot more motivation than I usually possess). -- Fred RE: Does anyone use the Compilation Rollup option? - WolfgangZenner - 09-19-2019 (08-06-2019, 03:15 PM)Tim Curtis Wrote: Hi, I' ve gone back to version 4, because I really need the compilation rollup option. I have very much Compilations and don't like to override the Album Artist. |