Duncan Webb wrote: >> Hi the list >> I was wondering, I set the ROM_SPEED and it seems to be working when >> playing an audio cd but not with dvd. >> I look at the code and see this in plugins/rom_drives.py : >> "if config.ROM_SPEED and data and not data['mime'] == 'video/dvd':" >> It seems that it's disable on purpose for dvd. >> What is it like this ? >> > > I don't really know, it could be history, a couple of years ago DVD drives > were slow and didn't need to be slowed down or that the speed could not be > set. > > >> I'd like to have a silent drive when playing movies :) >> > > What happens if you remove the " and not data['mime'] == 'video/dvd':" > does this work? > > Duncan > Hi I remove the above code and everything is working fine. The problem I have is my hardware (Plextor DVD116) is still noisy even with the setting, I may change the dvd reader. Anyway, is it possible to remove the above code in the next release ? Should I submit a patch ? Thank you !
j. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
