Shouldn’t my DVD play VCD discs burned on CD-R when it plays mp3 and music cd´s also burned on the same type of CD-R media?
My player supports both VCD and SVCD
Regards,
Lars
+ Reply to Thread
Results 1 to 2 of 2
-
-
You would think it should, but you never know what goofy logic is in the firmware. It could always be something like:
Code:if media is cd-r if audio cd play audio else if data cd locate mp3 files if found play mp3 end-if end-if else if media is cd if vcd play vcd else if svcd play svcd end-if else if media is dvd play dvd end-if