02-28-2010, 01:07 PM
I've been testing this script out, it almost porks perfectly, you just need to change 1 little thing.
Line 231 reads:
state = info.unpack("a*")[0].gsub!("\000","")
Change it to:
state = info.unpack("a*")[0].gsub!("\000","").gsub!(" ","")
And it's awesome!
It just fixes up a problem of once the video finishes, it doesn't break the loop unless you press the exit button....
Line 231 reads:
state = info.unpack("a*")[0].gsub!("\000","")
Change it to:
state = info.unpack("a*")[0].gsub!("\000","").gsub!(" ","")
And it's awesome!
It just fixes up a problem of once the video finishes, it doesn't break the loop unless you press the exit button....