Automatically tag music files on a remote sftp drive.
The script mounts your network drive, uses onetagger-cli to tag all your music and unmounts your drive again.
- bash
- sshfs
- onetagger
git clone --depth=1 https://github.com/chrisinick/tag-music.git
cd tag-music
chmod u+x tagmusic
Add tagmusic to PATH to use it from anywhere in the shell.
Paste your Spotify ID and secret into tagmusic_config.json to let One Tagger access Spotify for tagging.
"spotify": {
"clientId": "",
"clientSecret": ""
},
tagmusic user@host:/path/to/music/directory
Licensed under the GPLv3 License.