at v192 1.3 kB view raw
1diff -Nurp pycdio-0.20-orig/test/cdtext.toc pycdio-0.20/test/cdtext.toc 2--- pycdio-0.20-orig/test/cdtext.toc 1970-01-01 01:00:00.000000000 +0100 3+++ pycdio-0.20/test/cdtext.toc 2014-11-06 23:36:12.520708320 +0100 4@@ -0,0 +1,48 @@ 5+CD_DA 6+ 7+// global CD-TEXT data 8+ 9+CD_TEXT { 10+ 11+ // Mapping from language number (0..7) used in 'LANGUAGE' statements 12+ // to language code. 13+/// LANGUAGE_MAP { 14+/// 0 : EN // 9 is the code for ENGLISH, 15+/// // I don't know any other language code, yet 16+/// } 17+ 18+ // Language number should always start with 0 19+ LANGUAGE 0 { 20+ // Required fields - at least all CD-TEXT CDs I've seen so far have them. 21+ TITLE "CD Title" 22+ PERFORMER "Performer" 23+ DISC_ID "XY12345" 24+ UPC_EAN "" // usually empty 25+ 26+ // Further possible items, all of them are optional 27+ ARRANGER "" 28+ SONGWRITER "" 29+ MESSAGE "" 30+ GENRE "" // I'm not sure if this should be really ascii data 31+ } 32+} 33+ 34+ 35+TRACK AUDIO 36+// track specific CD-TEXT data 37+CD_TEXT { 38+ LANGUAGE 0 { 39+ // if an item is defined for one track it should be defined for all tracks 40+ TITLE "Track Title" 41+ 42+ PERFORMER "Performer" 43+ ISRC "US-XX1-98-01234" 44+ 45+ ARRANGER "" 46+ SONGWRITER "" 47+ MESSAGE "" 48+ } 49+} 50+ 51+SILENCE 1:0:0 52+