分页: 1 / 1

[问题]关于mp3tag的一些灵异现象OTZ

发表于 : 2007-07-17 13:25
ARS
第一次发问,不得已了......
linux下mp3tag的确辨认起来还真是费劲,不过看了很多网友的文章后,还是基本搞定了。
但遗留下一些顽疾,实在是让小生困惑了好久也不之其解......

我已经把tag类型已经全转为了v2.3(UTF-8),外加ape标签,绝大部分歌曲都已正常被Rhythmbox正确识别,但仍有一部分仍旧为乱码。甚至有几首在Rhythmbox识别不出后,文件名也成了"000"(没有扩展名),而且最离奇的是,这些"000"文件在windows下不能进行任何操作(移动、复制或是重命名)......
而且我确认那些文件是v2.3(UTF-8)的tag,况且一张专辑里大部分正常,却有一两首无论如何也还是乱码?!

另,amaroK和Rhythmbox是不是首选识别的tag不一样?我的音乐Rhybox下识别率达到90%的,在amaroK下却有近一半的乱码OTZ

所以,望熟悉此道的前辈指教!先谢了~~

发表于 : 2007-07-17 13:28
eexpress
$● id3 --help
Usage: mid3iconv [OPTION] [FILE]...

Mutagen-based replacement the id3iconv utility, which converts ID3 tags from
legacy encodings to Unicode and stores them using the ID3v2 format.

Options:
--version show program's version number and exit
-h, --help show this help message and exit
-e ENCODING, --encoding=ENCODING
Specify original tag encoding (default is UTF-8)
-p, --dry-run Do not actually modify files
--force-v1 Use an ID3v1 tag even if an ID3v2 tag is present
--remove-v1 Remove v1 tag after processing the files
-q, --quiet Only output errors
-d, --debug Output updated tags

Files are updated in-place, so use --dry-run first.

发表于 : 2007-07-17 17:20
ARS
多谢指点~~
我试试去。