You are not logged in.
Hey,
so stag is a C curses based mp3/ogg/flac tagging application. I developed it because I was sick of the awful easytag.
Screenshot:
Features:
- Support for MP3, OGG, and FLAC files
- Support for simultaneous multiple file editing
- Regex file selection
- Very low memory footprint (~2MB unless editing many files)
- Uses the very fast Taglib library
- Intuitive curses interface
- Released into the public domain
Dependencies:
- ncurses (probably included with your distribution) http://www.gnu.org/s/ncurses/
- taglib (sometimes called libtag) http://developer.kde.org/~wheeler/taglib.html
Download: https://github.com/smabie/stag
Online man page:
- http://cryptm.org/~sturm/files/stag.0.txt
The usage is:
stag [directory ...]
Last edited by sturm (2013-08-07 22:30:40)
Offline
Great! Exactly what I was looking for. Gonna try it out later today.
Offline
It has been available in the AUR for a while: https://aur.archlinux.org/packages/stag-git/
Last edited by karol (2013-08-08 12:37:22)
Offline
The source comments in stag.c made me laugh. Great work though.
Offline