Updated README and TODO

This commit is contained in:
Nedko 2024-07-01 12:58:21 +03:00
parent 911cb8fdf3
commit a0cf3766bf
2 changed files with 10 additions and 6 deletions

View File

@ -12,10 +12,13 @@ See config_example.json for the template.
### Cover ### Cover
* Cover(.jpg/.png) - Full resolution from Monstercat * 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 ### 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 ### File Naming
* Artist - Title.(mp3/flac) - Used when only 1 track * 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 # JSON Library Source
https://github.com/nlohmann/json https://github.com/nlohmann/json
Release - 3.10.5 * Release - 3.10.5
Commit - 4f8fba14066156b73f1189a2b8bd568bde5284c5 * Commit - 4f8fba14066156b73f1189a2b8bd568bde5284c5
# eyeD3 # eyeD3
https://eyed3.readthedocs.io/en/latest/ https://eyed3.readthedocs.io/en/latest/
@ -35,7 +38,7 @@ https://eyed3.readthedocs.io/en/latest/
# metaflac # metaflac
https://xiph.org/flac/download.html https://xiph.org/flac/download.html
For FLAC tagging * For FLAC tagging
``` ```
metaflac metaflac
// Common // Common
@ -64,7 +67,7 @@ metaflac
# imagemagick # imagemagick
https://imagemagick.org/script/download.php https://imagemagick.org/script/download.php
For Image Resizing * For Image Resizing
``` ```
convert convert
Cover Cover

1
TODO
View File

@ -2,3 +2,4 @@
* Use external tools * Use external tools
* Download and resize cover before tracks * Download and resize cover before tracks
* Tag tracks * Tag tracks
* Update README with eyeD3