Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv9852
Modified Files:
freevo_config.py
Log Message:
remove 'the' and 'a' from the imdb search string (add more in local_conf.py
if you like) because they mess up the results. Also fixed the filename
included in the fxd
Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.198
retrieving revision 1.199
diff -C2 -d -r1.198 -r1.199
*** freevo_config.py 24 Jun 2003 18:05:50 -0000 1.198
--- freevo_config.py 26 Jun 2003 13:23:21 -0000 1.199
***************
*** 270,273 ****
--- 270,280 ----
plugin.activate('video.imdb')
+ # list of regexp to be ignored on a disc label
+ IMDB_REMOVE_FROM_LABEL = ('season[\._ -][0-9]+', 'disc[\._ -][0-9]+')
+
+ # list of words to ignore when searching based on a filename
+ IMDB_REMOVE_FROM_SEARCHSTRING = ('the', 'a')
+
+
# use mplayer for audio playpack
plugin.activate('audio.mplayer')
-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog