Hello!

This question is mainly directed to people who use navidrome or similar software. How do you organize your music library in regards to files? Do you keep them all in one folder? Or folders with author names? Or folders where music belongs based on genre? I can’t get the right way to organize my music library, hence this question.

Thanks in advance for all the answers!

  • @[email protected]
    link
    fedilink
    English
    9
    edit-2
    2 years ago

    This is a copy of an older comment of mine:

    Everything is tagged and organized using Picard. I use a modified version of https://community.metabrainz.org/t/repository-for-neat-file-name-string-patterns-and-tagger-script-snippets/2786/156.

    I’ve been meaning to write a guide for how it works. My current WIP script can be found here: https://gitea.baerentsen.space/FrederikBaerentsen/DataHoarder_scripts/src/branch/master/Picard.txt

    My files is setup like:

    ~/Music/A/Artist/(YYYY) Title [Type - Format] [MusicBrainz ID]/[side] Title [length][Bandwidth].ext

    eg:

    /Music/Q/Queen/(1973) Queen [12 Inch Vinyl - FLAC] [1783da6a-9315-3602-a488-1738eb733a0f]
        /A1. Keep Yourself Alive [3m48s][320+ 48000KHz VBR 2ch].flac
        /B1. Liar [6m26s][320+ 48000KHz VBR 2ch].flac
    /Music/B/Bruce Springsteen/(2019) Western Stars [CD - FLAC] [a50ffce7-0532-41a7-b85b-7d02f8c7af00]
        /01. Hitch Hikin' [3m38s][320+ 96000KHz VBR 2ch].flac 
        /02. The Wayfarer [4m18s][320+ 96000KHz VBR 2ch].flac
    

    if the album isn’t a studio album, theres an extra folder. eg:

    /Music/B/Bruce Springsteen/Compilation/(1996) The Lost Masters I_ Alone in Colts Neck (The Complete Nebraska Session) [CD - FLAC] [8531e427-495a-443a-8fc3-0dd2ef459c93]
        /01. Nebraska [4m27s][320+ 44100KHz VBR 2ch].flac
    /Music/P/Phil Collins/Singles/(1981) In the Air Tonight [7 Inch Vinyl - FLAC] [e805dd53-9257-4c78-8bff-a95f0cdd767e]
        /A. In the Air Tonight [5m29s][320+ 96000KHz VBR 2ch].flac
    

    I have special categories for:

    Compilations
    Cover
    Tribute
    Singles
    Live
    EP
    

    If an album contains multiple disks, there’s an extra folder. Eg:

    /Music/M/Michael Jackson/Compilation/(2004) The Ultimate Collection [CD - FLAC] [2d37b204-ed26-3795-9710-1514f0fd931a]
        /Disc 1
            /01. I Want You Back [3m00s][320+ 44100KHz VBR 2ch].flac
    

    For soundtracks it’s: ~/Music/Soundtrack/T/(YYYY) Title [Type - Format] [MusicBrainz ID]/[side] Title [length][Bandwidth].ext

    eg.

    /Music/Soundtrack/L/(2001) The Lord of the Rings_ The Fellowship of the Ring - The Complete Recordings [Digital Media - FLAC] [cad73ae7-5966-4de1-bad4-4a603891fd27]
        /Disk 1/01. Prologue_ One Ring To Rule Them All [7m15s][320+ 48000KHz VBR 2ch].flac
    

    Been using this for 3+ years and it’s solid.

    I’ll try and make a better write up at some point and share my script.

    This setup also works flawlessly with Plex + Prism. I run Picard in a docker container and access it over web, so it can run on my headless Debian server.

    • Faceman🇦🇺
      link
      fedilink
      English
      22 years ago

      I’ve tried to use lidarr but I think my archive is too weird for it.

      Not only do I have a lot of obscure releases, but I also have things like vinyl and cd rips of every version of every album by certain artists. Like I have a huge amount of frank zappa for example, sometimes I will have 10 versions of the same album, sometimes more. I have collections of the different live variants of many tracks, archives of guitar solo variations ets…

      Lidarr has no idea how to handle that so I do it all manually.

  • MoogleMaestro
    link
    fedilink
    22 years ago

    I have a kind of complicated system for organizing my music files – some of which is admittedly way too much maintenance but it might be of interest to some.

    For my general “commercial” music collection, the folder structure is roughly
    Music/%Release Artist | Band%/%Album%[%Year%]/%Track No.% - %Title%.%Format%

    This is simple to maintain. I basically just use MusicBrainz Picard and set up appropriate paths.

    For my soundtrack collection, it gets a bit more complicated. For Anime/Film/Whatever, I have it sorted basically the same way but in a different root folder. So something like:
    Music/Anime/%Release Artist | Band%/%Album%[%Year%]/%Track No.% - %Title%.%Format%

    Which is also easy to maintain since most of these also have commercial releases.

    But games are sorted more strangely. To put it simply, I have a folder structure that puts the console or platform first, followed by the game name and then the loose files. Since some of these files are emulated formats (.vgm, .nsf, .spc), I generally don’t bother renaming them and keep them as is and trust that the music program in question has tagging support. It also means that having them sorted by console is mostly beneficial to quickly find emulated file formats, but YMMV and I have regretted the choice on occasion.

    Obviously game soundtracks are spotty when it comes to releases. Some companies have reliable metadata you can get from MusicBrainz Picard, like SquareEnix, but others have no tagging at all or very incorrect tag values. Because of this, I generally use something like VGMDB, which is usually higher quality but not always. I do have to resort to manually correcting files on occasion.

    If anyone has a nice automated way to sort this stuff out, it would be a real benefit to me as well.

  • @[email protected]
    link
    fedilink
    English
    4
    edit-2
    2 years ago

    /artist initial/artist name/album name (It’s a fool’s errand trying to create a folder scheme that accounts for every classification edge case. Accept the mess!)

    Tagging is outsourced to the BT tracker community. Playback via cmus or Emby.

  • Curious Canid
    link
    fedilink
    English
    32 years ago

    I don’t know if this will help, but I’ve been using Plex to manage my music and other audio for more than a decade. It pulls in metadata from online sources and allows me to search or apply filters. That is a lot more versatile than anything I could do directly with the files.

    If you aren’t interested in running your own server, look at some of the more sophisticated player apps. Many of them can provide similar metadata features. Then you wouldn’t have to worry about how the files are physically organized.

  • @[email protected]
    link
    fedilink
    English
    22 years ago

    I usually manage it by Artist/Album/ReleaseId/# - Trackname. I use Beets, because it’s the only one that seems to have a concept of release.

  • @[email protected]
    link
    fedilink
    English
    12 years ago

    I used to manage the file hierarchy myself, but I haven’t done that for years at this point. Same goes for tagging files and such. I just download everything to a root folder called “music” and let lidarr handle everything from there.

    Lidarrs default file structure is something like {Artist}/{Album}{Year}/{Track} . This can of course be changed. Then I let lidarr just tag everything for me automatically, embedding album art and such.

    It’s a great setup overall, but I don’t know where Lidarr indexes it’s music library from, because some artists and albums might be missing sometimes. That’s really the only pain point.

  • Ryan
    link
    fedilink
    English
    2
    edit-2
    2 years ago

    I have my music organized by artist and (mostly) album subfolders. My music is also tagged and that’s what really matters most to me in terms of Navidrome.

    Did you know about [email protected] , btw?

  • @[email protected]
    link
    fedilink
    English
    12 years ago

    I mainly use youtube and Spotify nowadays but when I was playing local music I had a music folder with artist subfolder and album subfolders inside that.

  • @[email protected]
    link
    fedilink
    English
    52 years ago

    Lidarr does the management and either stores soundtracks in /data/media/soundtrack or music under /data/media/music
    Sorted by folder is per artist.

  • @[email protected]
    link
    fedilink
    English
    252 years ago

    I tag metadata on everything with MusicBrainz Picard, and then store it in a /{Album Artist}/{Album}/{Track} hierarchy.

    • @[email protected]
      link
      fedilink
      English
      42 years ago

      Seconded. Precisely how I organize things. I use MusicBrainz Picard to clean up metadata before adding music to my collection.

      • @[email protected]
        link
        fedilink
        English
        5
        edit-2
        2 years ago

        I tried both Lidarr and Beets before, but their automation tended to pick matches with a “eh, close enough” attitude, so I just decided I’d do it properly myself.

        • @[email protected]
          link
          fedilink
          English
          2
          edit-2
          2 years ago

          Well, I can say Picard has been pretty well flawless for me. And in those few instances where it misidentifies something, you can always do a manual search and match.

          Nine times out of ten my process is to load the tracks into Picard, cluster them, look them up, do a quick scan to confirm it looks good, and then save the updated metadata. For those few times it messes up, I just reload the files, cluster them, then do a manual search to find the appropriate release. It really is very good at its job.

    • @[email protected]
      link
      fedilink
      English
      3
      edit-2
      2 years ago

      Beets is my favorite tagger since I prefer CLI. Match making policy can be adjusted and discogs plugin can be added I recommend the folder structure /artist/album/track

  • @[email protected]
    link
    fedilink
    English
    3
    edit-2
    2 years ago

    beets is a godsend for managing the file layout. If you need to make changes down the line it makes it super easy to migrate

    • @[email protected]
      link
      fedilink
      English
      22 years ago

      the amount of plugins are also amazing
      convert non-lossy files automatically to aacmp3|ogg? fetch lyrics? push updates to mpd/sonos/jellyfin?