Skip to content

Automatically tag music files on a remote sftp drive

License

Notifications You must be signed in to change notification settings

chrisinick/tag-music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tagmusic

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.

Installation

1. Dependencies

  • bash
  • sshfs
  • onetagger

2. Download

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.

3. Setup

Paste your Spotify ID and secret into tagmusic_config.json to let One Tagger access Spotify for tagging.

  "spotify": {
    "clientId": "",
    "clientSecret": ""
  },

Usage

Start tagging

tagmusic user@host:/path/to/music/directory

Resource

One Tagger

License

Licensed under the GPLv3 License.

About

Automatically tag music files on a remote sftp drive

Topics

Resources

License

Stars

Watchers

Forks

Languages