Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv7762
Modified Files: freevo_config.py local_conf.py.example Log Message: added HIDE_UNUSABLE_DISCS Index: freevo_config.py =================================================================== RCS file: /cvsroot/freevo/freevo/freevo_config.py,v retrieving revision 1.234 retrieving revision 1.235 diff -C2 -d -r1.234 -r1.235 *** freevo_config.py 23 Aug 2003 18:31:49 -0000 1.234 --- freevo_config.py 23 Aug 2003 19:42:45 -0000 1.235 *************** *** 154,158 **** faster and TVGUIDE_HOURS_PER_PAGE customize the tv guide'''), (3.6, ! '''Added USE_MEDIAID_TAG_NAMES as directory based variable''') ] --- 154,159 ---- faster and TVGUIDE_HOURS_PER_PAGE customize the tv guide'''), (3.6, ! '''Added USE_MEDIAID_TAG_NAMES as directory based variable and ! HIDE_UNUSABLE_DISCS to hide discs in the wrong menus and empty drives''') ] *************** *** 205,208 **** --- 206,212 ---- # Leave empty to autodetect drives in during startup from /etc/fstab ROM_DRIVES = [] + + # hide discs from the wrong menu (e.g. VCDs in audio menu) and empty discs + HIDE_UNUSABLE_DISCS = 1 ROM_SPEED = 0 # try to set the drive speed of the rom Index: local_conf.py.example =================================================================== RCS file: /cvsroot/freevo/freevo/local_conf.py.example,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** local_conf.py.example 23 Aug 2003 18:31:49 -0000 1.3 --- local_conf.py.example 23 Aug 2003 19:42:45 -0000 1.4 *************** *** 61,64 **** --- 61,67 ---- # ROM_DRIVES = [] + # hide discs from the wrong menu (e.g. VCDs in audio menu) and empty discs + HIDE_UNUSABLE_DISCS = 1 + # ROM_SPEED = 0 # try to set the drive speed of the rom # drive a good value for playing movies ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog