diff options
| -rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f740c8 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# Moekyun Music Spec +1. Upload FLACs (Lossless) when possible, avoid m4a. No restrictions otherwise on sample rate or bit depth +2. If the audio is already lossy (aka covers on YouTube) upload as mp3 +3. All albums and tracks must have album art, this can be either `cover.jpg` in the same folder or embedded into the file. +4. Always upload full albums if possible (exception for covers) +5. All upload audio must be normalized to `-8 LUFS`, via the `REPLAY GAIN` tag (do not modify the actual waveform) +6. When uploading follow the structure of `Music/GENRE/ARTIST/ALBUM` + +# Normalizing Audio +Recommended to use [rsgain](https://github.com/complexlogic/rsgain) + +The following config file will normalize to `-8 LUFS` +```toml +[Global] +TargetLoudness=-8 +``` +Command below runs with all CPU cores in the current directory. +`rsgain easy -p "PATH_TO_SETTINGS_FILE" -m MAX .` + +# Downloding Covers from YouTube +Use the full thumbnail as album art + +Useful Tool: +https://github.com/pinapelz/ytID3AutoTag
\ No newline at end of file |
