Description Language for managing file/folder naming conventions(filename.systems) |
Description Language for managing file/folder naming conventions(filename.systems) |
I've recently been thinking how to organize a large digital library of music and audiobooks and would appreciate thoughts on what convention to adopt. It seems like a lot of systems assume there's usually one single artist or author, but that doesn't match reality.
<year>
<month>
<day>
<year>-<month>-<day>-<hour>-<minutes>-<seconds>.txtThere's no big reason why i'm using yaml. Originally I was trying to create a very simple spec with just simple text rules, like you said. I needed a way to distinguish whether <year>-<month>-<day>-<hour>-<minutes>-<seconds>.txt was a file or a folder, and for folders I used ‘:’ for this.
I'm not interested in the semantic structure of YAML, I chose it because it's an easy format for users to read and write. I'll give more thought to whether or not to use YAML.
it was based from Netflix's file name conventions document (https://partnerhelp.netflixstudios.com/hc/en-us/articles/360...)