简体   繁体   English

使用Java或C ++更改mp3的详细信息

[英]Change details of an mp3 using either java or C++

I am trying to cleanup my mp3 collection and I have a bunch of songs that have the artist at the beginning of the song or numbers so I wanted to know if there is a way take the number from the filename and put it into the details (track number) of the file. 我正在尝试清理mp3集合,并且有一堆歌曲的开头或开头都带有歌手,所以我想知道是否有办法从文件名中提取编号并将其放入详细信息中(曲目号)。 I already know how to read files from folders I am just not sure how to change the details of a file if possible. 我已经知道如何从文件夹中读取文件,只是不确定如何更改文件的详细信息。

您是否考虑过使用Mp3Tag,它是一个非常不错的应用程序,实际上具有用于分析文件名并将详细信息放入标签的工具。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM