This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
win:music_tagging [2018/09/12 20:45] derek created |
win:music_tagging [2025/01/15 15:59] (current) derek |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ====Setup==== | ====Setup==== | ||
| + | FIXME: Don't let this add the Author tag because it messes with Plex. (This shows up as '' | ||
| + | |||
| * If not already installed: | * If not already installed: | ||
| * Install [[https:// | * Install [[https:// | ||
| Line 31: | Line 33: | ||
| * Download the following files: | * Download the following files: | ||
| - | <code batch folderize.bat> | ||
| - | Code to copy into named folders | ||
| - | </ | ||
| <code batch beets.bat> | <code batch beets.bat> | ||
| - | beet import "U:\Add to Music\Processing\2 Beets Import" | + | beet import "2 Beets Import" |
| + | pause | ||
| + | </ | ||
| + | <code batch beets-fix.bat> | ||
| + | beet import "3 Convert\Fix" | ||
| + | pause | ||
| + | </ | ||
| + | <code batch beets-rm.bat> | ||
| + | beet rm | ||
| + | pause | ||
| + | </ | ||
| + | <code batch folderize.bat> | ||
| + | @echo off | ||
| + | cd "2 Beets Import" | ||
| + | for %%f in (" | ||
| + | if not exist " | ||
| + | move " | ||
| + | ) | ||
| + | pause | ||
| </ | </ | ||
| Line 45: | Line 62: | ||
| 3 Convert | 3 Convert | ||
| 4 Add to iTunes | 4 Add to iTunes | ||
| - | folderize.bat | ||
| beets.bat | beets.bat | ||
| + | beets-fix.bat | ||
| + | beets-rm.bat | ||
| + | folderize.bat | ||
| + | </ | ||
| + | |||
| + | There is an issue of colours in the windows console not working when using Python 3 [[https:// | ||
| + | <code yaml> | ||
| + | ui: | ||
| + | color: no | ||
| </ | </ | ||
| + | Or by performing the following changes to the code, this can cause encoding issues in some cases though. | ||
| + | FIXME | ||
| - | * FIXME: console colour not working [[https:// | ||
| - | * FIXME: temp fix for colours | ||
| ====Process==== | ====Process==== | ||
| Line 56: | Line 81: | ||
| * Copy into '' | * Copy into '' | ||
| * Copy any groups of songs that form albums into folders (folder name doesn' | * Copy any groups of songs that form albums into folders (folder name doesn' | ||
| - | * Remove | + | * Use dBpoweramp edit ID-Tag to remove all the tags from all songs in '' |
| * Run '' | * Run '' | ||
| * Run '' | * Run '' | ||
| - | | + | |
| + | * If none of the suggested albums are correct, use the '' | ||
| + | * If a song still isn't getting the correct suggested tags use the '' | ||
| + | * Run '' | ||
| + | * If there are any songs in the '' | ||
| + | * Run '' | ||
| + | * Run '' | ||
| * Use dBpoweramp Music Converter to convert resulting folders in '' | * Use dBpoweramp Music Converter to convert resulting folders in '' | ||
| * Should only have to configure this once | * Should only have to configure this once | ||
| - | * Select the Apple Lossless encoding setting | + | |
| - | * Select '' | + | |
| - | * Output to '' | + | * Select '' |
| - | * Add ReplayGain DSP Effect | + | * Output to '' |
| - | * Write > '' | + | * Add '' |
| - | * Advanced Options > Gain Calculation > '' | + | * Write > '' |
| - | * Add ID Tag Processing DSP Effect | + | * Advanced Options > Gain Calculation > '' |
| - | * Additions > Add New > '' | + | * Add '' |
| - | * Deal with any songs that are quality upgrades of songs already in iTunes | + | * Additions > Add New > '' |
| - | * Copy songs in '' | + | * For other formats: |
| + | * Select the '' | ||
| + | * Use same ReplayGain settings as above | ||
| + | * Use dBpoweramp edit ID-Tag to add a comment tag containing '' | ||
| + | * Copy the files into '' | ||
| + | * Sort the songs that are quality upgrades of songs already in iTunes | ||
| + | * Copy the new songs in '' | ||
| + | * Wait until the next day to add the upgrade songs (This allows them to be in a separate date category) | ||
| + | * Fix any issues with metadata/ | ||
| + | * '' | ||
| + | * Create a playlist (Called '' | ||
| + | * '' | ||
| + | * Add '' | ||
| + | * Delete the upgraded files from iTunes, selecting '' | ||
| + | * Right-click > Copy the old songs in the duplicates playlist | ||
| + | * Close iTunes | ||
| + | * Paste the old songs into a temp folder to be deleted after the process has worked (Careful not to move the new files instead) | ||
| + | * Open iTunes | ||
| + | * Try playing the old songs, iTunes will ask to locate the files, give it the new files | ||