从MP3中提取歌曲信息(C#)[15]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 ufoer23 的 blog

                if(mp3info.title.trim().length==0)

                {

                    mp3info.title="未知名歌曲";

                }

 

                try

                {

                    //更名

                    file.move(filepath,filepath.substring(0,filepath.tolower().lastindexof("\\")).trim() + "\\" + "(" + mp3info.artist.trim() + ")" +mp3info.title.trim() + ".mp3");

                    return true;

                }

本文关键:从MP3中提取歌曲信息(C#)
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top