2008-02-26, 02:54 AM
i'm trying to fix a bug in imonlcd plugin, when viewing dvd's from a .iso or a dir, it locks up when asking for the volume label from dvd.utilities...works fine for actual dvd discs..
here's the code, is there any way to determine if dvd is a dir or iso?
i know you were making some changes in the event area so wanted to let you know about this one..
unless there's a fix i'll have to disable the vol label for dvd stuff for now..
thanx..can't wait for new version..
here's the code, is there any way to determine if dvd is a dir or iso?
Code:
if(eventText!="")
{
//Get the title of the track in the DVD Player
Logger.Verbose("iMONVFD: DVD Playback Started Event");
driveLetter = DvdUtilities.DriveWithDVD;
Logger.Verbose("iMONVFD: Get DVD Title from " + driveLetter);
lineOne = DvdUtilities.VolumeName(driveLetter) + " ";
Logger.Verbose("iMONVFD: " + lineOne);
lineOneLength = lineOne.Length;
i know you were making some changes in the event area so wanted to let you know about this one..
unless there's a fix i'll have to disable the vol label for dvd stuff for now..
thanx..can't wait for new version..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie