Hello,

I have a small collection that is currently a complete mess because I mostly use id3 tag to browse them instead of relying filesystem path. Right now I want to sort it into a more organized structure and I would like to ask how are you organizing your music collection, especially with compilation album with “Various Artists”.

Hope this is the right place to ask, thank you very much!

  • flameleaf@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    18 days ago

    It depends on the album type:

    • ~/Music/<artist>/<album>/<tracknumber> - <title>
    • ~/Music/<artist>/<album>/<discnumber>-<tracknumber> - <title>
    • ~/Music/Compilations/<album>/<tracknumber> - <title>
    • ~/Music/Compilations/<album>/<discnumber>-<tracknumber> - <title>

    Multi-artist albums go in Compilations, multi-disc albums are separated to prevent tracks with identical titles overriding eachother.