我在VB.NET 2012 Express上,使用單聲道/ taglib-sharp 2.0庫(Win7)。 如果我跑這方面的工作代碼段3種類型保存到一個現有的MP3曲目的ID3v2標籤: Dim ThreeGenresInStringArray() As String = {"Folk rock", "Bluegrass", "Indie folk"}
Dim MyTaglibMP3 As T
基於http://id3.org/id3v2.3.0說明書中,幀頭的佈局是: Frame ID $xx xx xx xx (four characters)
Size $xx xx xx xx
Flags $xx xx
但同一頁面只是幾個低於線的說,幀,允許不同類型的文本編碼的具有文本編碼描述字節後面的框架大小爲。如果使用ISO-8859-1這個字節應該是$00,如果使用Unic
static void Main(string[] args)
{
FileStream fs = File.Open(@"C:\Skrillex - Rock n' Roll (Will Take You to the Mountain).mp3", FileMode.Open);
BinaryReader br = new BinaryReader(fs);
我試圖利用Wordpress的3.6支持getID3(),但是我無法將ID3標籤寫入我的mp3。這裏是我使用的代碼: if (! class_exists('getID3')) {
require(ABSPATH.WPINC.'/ID3/getid3.php');
}
# I had to custom install the write library because WP do