mp3 tag 信息里的family album usa mp3artist和artist 这两个tag 有什么区别

推荐专区:
您当前位置: &
MP3Tag 2.80c
MP3Tag 2.80c
2MP3文件ID3-Tag信息修改器。所谓ID3-Tag 信息,就是在MP3文件中加入曲名,演唱者,专集,年月,流派,注释等信息,便于您收集歌曲。其实winamp中带有编辑器,只是把它做的方便一点。MP3音乐文件ID3-Tag信息修改器Mp3tag已更新至2.73版,本次更新加入了未见自动选取、在工具栏选取所有文件、文件过滤中选取文件等新功能。目前这款工具已经全面兼容Win10系统,Windows10用户可下载更新该版本。
热门电脑壁纸
网友讨论共0条
12345678910你的位置: >
> mp3Tag Pro 8.2 Build 548 Multilingual
mp3Tag Pro是专为多媒体文件设计的标签修改器工具,用来为文件添加标签信息,包括演唱者、专辑、年份、音乐流派等注释信息。通过完善的标签信息,可以更好地实现对本地音乐文件的收集和管理。mp3Tag Pro是标签编辑器工具中最具代表性的一款软件。
mp3Tag Pro支持多种多媒体文件格式,如MP3、WMA、OGG、APE、AAC、MP4等,并可为您搜索互联网上的歌词和专辑信息,并自动从亚马逊和FreeDB等网站下载文件标签,提取出其中的文件名和文件夹名称用以补充原标签中缺漏的信息。该软件还支持文本标签导入,或者以多种格式导出标签,包括微软Excel文件。如果您的某些文件不含任何标签信息,文件名也只是类似于track01.mp3这样的命名方式,mp3Tag Pro也会尽可能地从互联网上为其搜集补充信息并储存到标签中,同时也将重新命名文件。
如此强大的功能,如果你担心它的操作会很复杂,那就绝对多虑了。无论是文件排序,还是创建满足您自己播放习惯的播放列表,只需几次鼠标点击即可完成所有操作。软件内置音乐播放器,可以更方便地帮助您试听歌曲。
mp3Tag Pro 8.2 Build 548 Multilingual | 4 MB
Professional MP3 Tag Editor for everybody! Powerful and simple. Music files can contain plenty of useful information that helps organize and identify them: artist, title, album, year, comments, track number, lyrics, album art, and so on. Such information is stored inside music files themselves and thus cannot be lost when files are moved or backed up, which is very convenient. Furthermore, the information is used by software and hardware players to organize music collection, to search for a specific song etc. It also looks nice if a portable player shows cover art, lyrics and other related information when playing the song.
mp3Tag Pro is a tool that makes editing and manipulating such information easy as pie. It can download missing tags from the internet, extract tags from parts of filenames and folder names, import tags from a text file, export tags and playlists, and so on. It is also good at renaming music files and organizing them into newly created folders.
One of the most popular music formats is MP3. There are two main versions of MP3 tags: ID3v1 and ID3v2. mp3Tag Pro can easily manage both versions, copy information from one to the other, batch-process MP3 tags, download MP3 tags from the internet, create MP3 playlists. On the other hand, it is also a powerful MP3 renamer. The program can take any field from MP3 tag and use it to build new filenames. Fields of MP3 tags can be used in any succession to rename MP3 files and to create new folders.
In just the same way, parts of filenames and folder names can be used to fill out empty or incorrect fields of MP3 tags. For example, imagine that you have a bunch of MP3 files with almost correct information in the fields. However, track number is absent. At the same time, filenames contain track numbers, so the only question is how to copy this information to the corresponding tag field.
With mp3Tag Pro you can fill out missing tag fields in a few seconds!
What about other audio formats?
Although its name suggests that mp3Tag Pro works with MP3 tags only, this smart tool supports quite a number of audio formats. It can read and write OGG tags, WMA tags, M4a/MP4 tags, AAC tags, APE tags, FLAC tags, MPC tags, WV tags, WAV tags. The program works with all formats consistently, which means that tag processing is always the same for all formats. The user doesn't need to care about formats being processed. Files of different formats can be processed/renamed simultaneously.
In most cases flexibility and powerful features bring complexity. ManiacTools is proud to represent a program that is both highly adjustable and intuitive. mp3Tag Pro offers unmatchable variety of features without sending its users for the manual. Simply install it and start organizing your music collection!
Features:o View and edit ID3 tags.o ID3v1, ID3v2, Lyrics3 are supported in MP3 files.o Extract parts of filenames and folder names to ID3 tags.o Download ID3 tags from Amazon.o Download ID3 tags from FreeDB.o Download ID3 tags from Discogs.o Download ID3 tags from MusicBrainz.o Import tags from a CSV file.o Export tags to MS Excel, CSV, TSV.o Auto-fill track number for a group of audio files.o Process multiple files and folders at once.o Rename audio files using information from ID3 tags.o Create a folder hierarchy and sort your music collection.o Download lyrics.o Save lyrics inside music files or as separate files.o Download album art.o Save album art inside music files or as separate files.o Unicode support for filenames and tags. Convert MP3 tags to Unicode, or the other way around.o Remove unused tags.o Built-in player. Support for external players.o Create playlists for media players.o View technical details about audio files.o Drag&Drop support.o Multilingual interface. Fully customizable workspace. Areas can be rearranged, unnecessary ones can be closed.o Various options to enhance user experience.o Windows Vista and Windows 7 support.
Home Page -
Download uploaded
Download rapidgator
Download 城通网盘
Download 百度云
与本文相关的文章下载了一些英语学习的MP3,用百度音乐播放,顺序是乱的,音乐播放器一般是显示tag中title的。此外还有一点,百度音乐播放如果碰到MP3的tag版本比较低的,比如1.0,则不是显示title,这点比较奇怪,不知道是什么原因。所以如果需要按照自己的需求来显示的话,需要修改两个地方,一个是版本号,一个是title。
下面代码中,audiofile.initTag()是用来修改版本号的(默认版本号是2.4),而audiofile.tag.title = unicode(id3)是用来修改title的,按照文件名来修改,就是文件名去掉.mp3就可以了。
另外需要注意的一点是,eyed3现在只支持python 2.6,python 2.7,暂不能用python 3.
import sys
import eyed3
if __name__ == "__main__":
if len(sys.argv) != 2:
patemplate=r'\.mp3'
pile(patemplate)
dir = sys.argv[1]
for filename in os.listdir(dir):
filepath = os.path.join(dir, filename)
p = re.compile(r'(.*)-(.*)\.mp3', re.I)
m = p.match(filename)
id3=filename
id3 = repat.sub('', filename)
audiofile = eyed3.load(filepath)
audiofile.initTag()
audiofile.tag.title = unicode(id3)
audiofile.tag.artist = u"NCE2"
audiofile.tag.album = u"NCE2"
audiofile.tag.album_artist = u"NCE2"
audiofile.tag.track_num = 0
ment=u"NCE2"
audiofile.tag.save()
下面是版本号。
eyed3.id3.ID3_V1 = (1, None, None)
Version 1, 1.0 or 1.1
eyed3.id3.ID3_V1_0 = (1, 0, 0)
Version 1.0, specifically
eyed3.id3.ID3_V1_1 = (1, 1, 0)
Version 1.1, specifically
eyed3.id3.ID3_V2 = (2, None, None)
Version 2, 2.2, 2.3 or 2.4
eyed3.id3.ID3_V2_2 = (2, 2, 0)
Version 2.2, specifically
eyed3.id3.ID3_V2_3 = (2, 3, 0)
Version 2.3, specifically
eyed3.id3.ID3_V2_4 = (2, 4, 0)
Version 2.4, specifically
eyed3.id3.ID3_DEFAULT_VERSION = (2, 4, 0)
The default version for eyeD3 tags and save operations.
参考知识库
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:397次
排名:千里之外}

我要回帖

更多关于 mp3tag中文版 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信