Note: Clid is being rewritten at the moment, in the rewrite branch. Don't let that stop you from opening issues, though :)
Clid is a command line app for editing tags of mp3 files. Clid is different from other command line tools to edit tags, as you can edit tags in a curses based ui.
See wiki for detailed installation instructions.
$ [sudo] pip3 install clid
$ git clone https://github.com/GokulSoumya/clid.git
$ cd clid
$ [sudo] python3 setup.py install
To update the app, run
$ [sudo] pip install -U clid
You can launch the app by entering clid
in the command line.
- Move with arrow keys or
j
andk
. - Enter to select a file.
- Edit the tags.
OK
to save the tags orCancel
to abort edit.- Type
:q
at main window to quit.
See the wiki for documentation and additional details.
- Fix resize issue
- Created documentation
- Customizable keybindings
- Refactor the whole codebase
- Autocomplete in genre tag field
- Key binding for quitting app(^Q)
- Tag multiple files at the same time
- Invert selection made for batch tagging
- Edit filename from inside the tag editor
- Show correct tag preview when changing directory
- Option for using regular expressions while searching
- Genre can now be displayed in the status line preview
- Short description of preferences option in status line
- Save position of cursor in the tag editorwhen editing files
- Vi keybindings
- Added option for smooth scroll
- Preferences are now saved when updating the app
- Validators for
smooth_scroll
andpreview_format
- Display a "What's New" Popup when app is run after an update
I couldn't have made this app without these amazing libraries: