Question to people who have or want to start a local digital music collection: What do you want from a naming convention?
I had a planned naming convention, but I want to make sure the program I’m working on is useful to other people. My existing goal was to make a naming convention that is unlikely to be rejected, will be sorted sanely by even the most basic systems, and is consistently machine-readable.
My solution was to have the file name be a series of structured “tags.” For example:
BY-lemon-demon_IN-dinosaurchestra_NO-02_action-movie-hero-boy.flac
Tags can be used zero or more times in one file name and in any order, except the title which must be used only once and at the end. Tags should go from the most general grouping (usually an artist name) to the most specific part (the title). This way songs that are in the same category will be grouped together.
Is this a good naming convention for you, and what would you do differently?