Well, I don't know how you organize your music "by directory", so maybe you can't reproduce what you do.
In my case, I organize it by artist / album / track number - track title; or by compilations. I then search for the album or the artist. I never have just random single tracks, so a directory is an album, which I have in Apple Music.
But I guess that you can't have any kind of organization you want, which is something that folders could give you.
> So I guess I could parse all of the collection and transpose the artist/title/album out of the filename into mp3 metadata and then I would have a ... 30,000 track playlist ?
Well, in the case of a meticulously managed collection, I'd expect the files to have correct metadata. Again, if this isn't the case, and you rely on file name / location, yeah, you're gonna have a bad time.
Just for the record, I've never bought any track off iTunes. All my music is ripped from CDs.
"Well, in the case of a meticulously managed collection, I'd expect the files to have correct metadata."
WAV files don't have metadata like mp3 files (typically) do.
I'm not saying I copy the uncompressed wav collection to my phone (~700 GB) but I am saying that my original metadata schema has all of the metadata in the filename:
Last, First - AlbumName - 01 - SongName - 3m25s.mp3
... and yes I could parse and reencode all of these populating their mp3 tags with these fields but, man ... what a load of work just because iTunes can sort by 50 different attributes just not filename:
> WAV files don't have metadata like mp3 files (typically) do.
I feel it's my civic duty here to repeat: they do, in fact they even support ID3 tags, but it's up to the software developer as to whether they support them or not.
WAV tagging has grown in support in the past few years, but yeah, iTunes certainly doesn't support them.
In my case, I organize it by artist / album / track number - track title; or by compilations. I then search for the album or the artist. I never have just random single tracks, so a directory is an album, which I have in Apple Music.
But I guess that you can't have any kind of organization you want, which is something that folders could give you.
> So I guess I could parse all of the collection and transpose the artist/title/album out of the filename into mp3 metadata and then I would have a ... 30,000 track playlist ?
Well, in the case of a meticulously managed collection, I'd expect the files to have correct metadata. Again, if this isn't the case, and you rely on file name / location, yeah, you're gonna have a bad time.
Just for the record, I've never bought any track off iTunes. All my music is ripped from CDs.