Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv29181

Modified Files:
        freevo_config.py 
Log Message:
fxd and imdb patches from Eirik Meland


Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.260
retrieving revision 1.261
diff -C2 -d -r1.260 -r1.261
*** freevo_config.py    19 Sep 2003 22:14:14 -0000      1.260
--- freevo_config.py    20 Sep 2003 15:46:48 -0000      1.261
***************
*** 284,294 ****
  # Items in the main menu.
  plugin_tv       = plugin.activate('tv', level=10)
! plugin_video    = plugin.activate('mediamenu', level=20, args=('video', ))
! plugin_audio    = plugin.activate('mediamenu', level=30, args=('audio', ))
  plugin_image    = plugin.activate('mediamenu', level=40, args=('image', True))
  plugin_shutdown = plugin.activate('base.shutdown', level=50)
  
  if CONF.xmame or CONF.snes:
!     plugin_games = plugin.activate('mediamenu', level=45, args=('games', ))
  
  # mixer
--- 284,294 ----
  # Items in the main menu.
  plugin_tv       = plugin.activate('tv', level=10)
! plugin_video    = plugin.activate('mediamenu', level=20, args='video')
! plugin_audio    = plugin.activate('mediamenu', level=30, args='audio')
  plugin_image    = plugin.activate('mediamenu', level=40, args=('image', True))
  plugin_shutdown = plugin.activate('base.shutdown', level=50)
  
  if CONF.xmame or CONF.snes:
!     plugin_games = plugin.activate('mediamenu', level=45, args='games')
  
  # mixer
***************
*** 305,308 ****
--- 305,314 ----
  IMDB_REMOVE_FROM_SEARCHSTRING = ('the', 'a')
  
+ # When searching for a movie title in imdb, should the result be
+ # autoaccepted if it is only one hit?
+ # 0 = show menu even if it is only one hit (gives you an opportunity to cancel)
+ # 1 = autoaccept
+ IMDB_AUTOACCEPT_SINGLE_HIT = True
+ 
  # delete file in menu
  plugin.activate('file_ops', level=20)
***************
*** 433,437 ****
  # Where the movie files can be found.
  #
! DIR_MOVIES = [ ('Test Movies', 'testfiles/Movies') ]
  
  #
--- 439,443 ----
  # Where the movie files can be found.
  #
! DIR_MOVIES = None
  
  #
***************
*** 439,443 ****
  #
  # XXX the path doesn't work from the www cgi scripts!
! DIR_RECORD = 'testfiles/Movies/Recorded'
  
  #
--- 445,449 ----
  #
  # XXX the path doesn't work from the www cgi scripts!
! DIR_RECORD = None
  
  #
***************
*** 446,450 ****
  # titles and images for the current DVD/VCD
  #
! MOVIE_DATA_DIR = 'movie-data/'
  
  #
--- 452,456 ----
  # titles and images for the current DVD/VCD
  #
! MOVIE_DATA_DIR = None
  
  #
***************
*** 454,458 ****
  # image
  #
! TV_SHOW_DATA_DIR = "testfiles/tv-show-images/"
  
  #
--- 460,464 ----
  # image
  #
! TV_SHOW_DATA_DIR = None
  
  #
***************
*** 461,465 ****
  # cover file function.
  #
! COVER_DIR = 'testfiles/Covers/'
  
  #
--- 467,471 ----
  # cover file function.
  #
! COVER_DIR = None
  
  #
***************
*** 490,494 ****
  # The 'mplayer options' field can be omitted.
  #
! DIR_AUDIO = [ ('Test Files', 'testfiles/Music') ]
  
  #
--- 496,500 ----
  # The 'mplayer options' field can be omitted.
  #
! DIR_AUDIO = None
  
  #
***************
*** 514,522 ****
  # Where the image files can be found.
  #
! DIR_IMAGES = [ ('Test Images', './testfiles/Images') ]
! 
! # Temporarily disabled, doesn't work
! #DIR_IMAGES = [ ('Test Images', './testfiles/Images'),
! #               ('Test Show',  'testfiles/Images/CA_Coast.ssr') ]
  
  #
--- 520,524 ----
  # Where the image files can be found.
  #
! DIR_IMAGES = None
  
  #
***************
*** 578,584 ****
  #                ('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.
--- 580,584 ----
  #                ('GENESIS', '/usr/local/bin/generator-svgalib', '', '', '' )) ]
  
! DIR_GAMES = None
  
  # are used for the Mame arcade emulator.




-------------------------------------------------------
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

Reply via email to