Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv26643
Modified Files:
freevo_config.py local_conf.py.example
Log Message:
removed cdbackup settings and relayouted GAMES_DIR doc
Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.253
retrieving revision 1.254
diff -C2 -d -r1.253 -r1.254
*** freevo_config.py 8 Sep 2003 19:43:14 -0000 1.253
--- freevo_config.py 10 Sep 2003 18:19:02 -0000 1.254
***************
*** 320,324 ****
# generic_record plugin needs VCR_CMD to be set correctly
plugin_record = plugin.activate('tv.generic_record')
! #
# Use this ivtv_record instead if you have an ivtv based card (PVR-250/350)
# and want freevo to do everthing for you. TV_SETTINGS must be set
--- 320,324 ----
# generic_record plugin needs VCR_CMD to be set correctly
plugin_record = plugin.activate('tv.generic_record')
!
# Use this ivtv_record instead if you have an ivtv based card (PVR-250/350)
# and want freevo to do everthing for you. TV_SETTINGS must be set
***************
*** 327,333 ****
# plugin_record = plugin.activate('tv.ivtv_record')
- # For CD ripping
- # plugin.activate('audio.cdbackup')
-
# For joystick support:
# plugin.activate('joy')
--- 327,330 ----
***************
*** 479,484 ****
DIR_AUDIO = [ ('Test Files', 'testfiles/Music') ]
- AUDIO_BACKUP_DIR = DIR_AUDIO[ 0 ][ 1 ] # or a path, like /home/user/mp3/
-
#
# The list of filename suffixes that are used to match the files that
--- 476,479 ----
***************
*** 559,567 ****
# type, then you must specify here
# the file suffix used by the emulator
! # DIR_GAMES = [ ('MAME', '/home/media/games/xmame/roms', ('MAME',
'/usr/local/bin/xmame.SDL', '-fullscreen -modenumber 6',
'/home/media/games/xmame/shots', None) ),
! # ('SUPER NINTENDO', '/home/media/games/snes/roms', ('SNES',
'/usr/local/bin/zsnes', '-m -r 3 -k 100 -cs -u', '', None )),
! # ('MEGADRIVE', '/home/media/games/megadrive/roms', ('GENESIS',
'/usr/local/bin/generator-svgalib', '', '', '' )) ]
!
! DIR_GAMES = [ ('Test MAME Games', './testfiles/Mame', ('MAME', CONF.xmame,
'-nosound -fullscreen -modenumber 6', './testfiles/Mame', None) ) ]
# are used for the Mame arcade emulator.
--- 554,568 ----
# type, then you must specify here
# the file suffix used by the emulator
! # DIR_GAMES = [ ('MAME', '/home/media/games/xmame/roms',
! # ('MAME', '/usr/local/bin/xmame.SDL', '-fullscreen -modenumber 6',
! # '/home/media/games/xmame/shots', None)),
! # ('SUPER NINTENDO', '/home/media/games/snes/roms',
! # ('SNES', '/usr/local/bin/zsnes', '-m -r 3 -k 100 -cs -u', '', None
)),
! # ('MEGADRIVE', '/home/media/games/megadrive/roms',
! # ('GENESIS', '/usr/local/bin/generator-svgalib', '', '', '' )) ]
!
! DIR_GAMES = [ ('Test MAME Games', './testfiles/Mame',
! ('MAME', CONF.xmame, '-nosound -fullscreen -modenumber 6',
! './testfiles/Mame', None) ) ]
# are used for the Mame arcade emulator.
***************
*** 688,704 ****
TVTIME_CMD = CONF.tvtime
-
- # ======================================================================
- # cdbackup section and lame defaults:
- # ======================================================================
-
- LAME_CMD = CONF.lame
- CDPAR_CMD = CONF.cdparanoia
- OGGENC_CMD = CONF.oggenc
- FLAC_CMD = CONF.flac
- CD_RIP_PN_PREF = '%(artist)s/%(album)s/%(song)s'
- CD_RIP_LAME_OPTS = '--preset standard'
- CD_RIP_OGG_OPTS = '-m 128'
- FLAC_OPTS = '-8' # Best, but slowest compression
# ======================================================================
--- 689,692 ----
Index: local_conf.py.example
===================================================================
RCS file: /cvsroot/freevo/freevo/local_conf.py.example,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** local_conf.py.example 8 Sep 2003 19:43:14 -0000 1.10
--- local_conf.py.example 10 Sep 2003 18:19:02 -0000 1.11
***************
*** 99,105 ****
# plugin_record = plugin.activate('tv.ivtv_record')
- # For CD ripping
- # plugin.activate('audio.cdbackup')
-
# For joystick support:
# plugin.activate('joy')
--- 99,102 ----
***************
*** 241,246 ****
# DIR_AUDIO = [ ('Test Files', 'testfiles/Music') ]
- # AUDIO_BACKUP_DIR = DIR_AUDIO[ 0 ][ 1 ] # or a path, like /home/user/mp3/
-
# ======================================================================
--- 238,241 ----
***************
*** 294,303 ****
# type, then you must specify here
# the file suffix used by the emulator
! # DIR_GAMES = [ ('MAME', '/home/media/games/xmame/roms', ('MAME',
'/usr/local/bin/xmame.SDL', '-fullscreen -modenumber 6',
'/home/media/games/xmame/shots', None) ),
! # ('SUPER NINTENDO', '/home/media/games/snes/roms', ('SNES',
'/usr/local/bin/zsnes', '-m -r 3 -k 100 -cs -u', '', None )),
! # ('MEGADRIVE', '/home/media/games/megadrive/roms', ('GENESIS',
'/usr/local/bin/generator-svgalib', '', '', '' )) ]
- DIR_GAMES = [ ('Test MAME Games', './testfiles/Mame', ('MAME', CONF.xmame,
'-nosound -fullscreen -modenumber 6', './testfiles/Mame', None) ) ]
-
# are used for the Mame arcade emulator.
#
--- 289,300 ----
# type, then you must specify here
# the file suffix used by the emulator
! # DIR_GAMES = [ ('MAME', '/home/media/games/xmame/roms',
! # ('MAME', '/usr/local/bin/xmame.SDL', '-fullscreen -modenumber 6',
! # '/home/media/games/xmame/shots', None)),
! # ('SUPER NINTENDO', '/home/media/games/snes/roms',
! # ('SNES', '/usr/local/bin/zsnes', '-m -r 3 -k 100 -cs -u', '', None
)),
! # ('MEGADRIVE', '/home/media/games/megadrive/roms',
! # ('GENESIS', '/usr/local/bin/generator-svgalib', '', '', '' )) ]
# are used for the Mame arcade emulator.
#
***************
*** 379,391 ****
# }
-
-
- # ======================================================================
- # cdbackup section and lame defaults:
- # ======================================================================
-
- # CD_RIP_PN_PREF = '%(artist)s/%(album)s/%(song)s'
- # CD_RIP_LAME_OPTS = '--preset standard'
- # CD_RIP_OGG_OPTS = '-m 128'
--- 376,379 ----
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog