diff --git a/README.md b/README.md index 8072cae..cfac105 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,13 @@ See config_example.json for the template. ### Cover * Cover(.jpg/.png) - Full resolution from Monstercat -* Cover_small.jpg - 750x750 added to files +* Cover_small.jpg - 750x750 used to tag files ### MP3 and FLAC folders -Separate folders if more than 1 track otherwise put in main folder +Separate folders if more than 1 track otherwise put in main folder. + +### Extended folder +This is where extended mixes are put into. They are in their original format. ### File Naming * Artist - Title.(mp3/flac) - Used when only 1 track @@ -25,8 +28,8 @@ Separate folders if more than 1 track otherwise put in main folder # JSON Library Source https://github.com/nlohmann/json -Release - 3.10.5 -Commit - 4f8fba14066156b73f1189a2b8bd568bde5284c5 +* Release - 3.10.5 +* Commit - 4f8fba14066156b73f1189a2b8bd568bde5284c5 # eyeD3 https://eyed3.readthedocs.io/en/latest/ @@ -35,7 +38,7 @@ https://eyed3.readthedocs.io/en/latest/ # metaflac https://xiph.org/flac/download.html -For FLAC tagging +* For FLAC tagging ``` metaflac // Common @@ -64,7 +67,7 @@ metaflac # imagemagick https://imagemagick.org/script/download.php -For Image Resizing +* For Image Resizing ``` convert Cover diff --git a/TODO b/TODO index 6c2742f..d94e775 100644 --- a/TODO +++ b/TODO @@ -2,3 +2,4 @@ * Use external tools * Download and resize cover before tracks * Tag tracks +* Update README with eyeD3