TIP Adding tags to flac-files with grip
From Gentoo Linux Wiki
| Terminals / Shells • Network • X Window System • Portage • System • Filesystems • Kernel • Other |
[edit] In Grip
- Start Grip
- Go to Config -> Encode -> Encoder
- Choose flac as encoder
- Add this at the beginning of Encoder command-line:
-V -o %m -T Artist="%A" -T Title="%n" -T Album="%d" -T Date="%y" -T Tracknumber="%t" -T Genre="%G" %w
You might like to try using %a in place of %A, for the '-T Artist' option, in order to cope better with multi-artist CDs.
For a higher compression (slower), add -8 to the line. For faster compression, add -0
[edit] Credits
Encoder command-line stolen from: http://forums.gentoo.org/viewtopic.php?t=234912
Track-title suggestion by Neil Pilgrim.
