A CLI utility for tagging music files with (mostly) roon specific metadata
This command let you edit the titles of the provided tracks (sorted by disc/track number) in a text file. This is usable mainly when you need to edit multiple titles which have identical parts (e.g. work: movement in classical music). Editing all the titles in an advanced text editor let’s you easily copy/paste and compare sections between titles.
Important:
You have the following modes for editing the titles file:
This option (default when editor command is not configured) will save the titles
to a text file in the current working directory and let you edit it in a text
editor of your choice outside the terminal. After you’re done editing, press
Enter
to let the tool know that you’re done editing the file. It will read and
save the titles to the corresponding tracks.
This option will launch the configured editor and let you edit the titles while waiting for you to finish editing. When you leave the editor it will read the saved file and save the new titles.
Edit the titles of all tracks in directory (windows powershell version):
roon-tagger edit-titles (gi *.flac)
Get full usage:
roon-tagger edit-titles -h