[Muine] tip: remove track-tags ;)
- From: Gábor Farkas <gabor z10n net>
- To: muine-list gnome org
- Subject: [Muine] tip: remove track-tags ;)
- Date: Wed, 19 Jan 2005 10:59:31 +0100
hi,
i tested the new album-handling in muine, and it works fine..
except for some singles, which contain only 4 songs, and i have only one
of them. that is still shown as an album (because of the -3 tolerance).
so i simply removed the track-info tags from those mp3s... and thought
that maybe it helps also others...
so if you have an mp3 which should NOT be shown in the album window:
"eyeD3 --set-text-frame=TRCK: my.mp3"
this simply deletes the TRCK frame from the tag, which contains the
track info...
i'm sure you can achieve something like this with id3v2 too..
of course these console tools are mostly handy when you want to do some
batch processing, so if you have a separate directory for album-less
mp3s (like me), then go into the directory, and do something like:
for file in *; do eyeD3 --set-text-frame=TRCK: "$file" ; done
;)
p.s: i realize that using a command-line tool + some shell scripting is
not the best user-interface ;)
gabor
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]