Update of /cvsroot/freevo/freevo/src/video/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv8892/plugins
Modified Files: bookmarker.py imdb.py Log Message: cleanup Index: bookmarker.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/video/plugins/bookmarker.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** bookmarker.py 14 Sep 2003 20:09:37 -0000 1.3 --- bookmarker.py 20 Sep 2003 09:50:07 -0000 1.4 *************** *** 21,24 **** --- 21,27 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.4 2003/09/20 09:50:07 dischi + # cleanup + # # Revision 1.3 2003/09/14 20:09:37 dischi # removed some TRUE=1 and FALSE=0 add changed some debugs to _debug_ *************** *** 170,175 **** handle.write('\n') handle.close() ! return TRUE ! return FALSE --- 173,178 ---- handle.write('\n') handle.close() ! return True ! return False Index: imdb.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/video/plugins/imdb.py,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** imdb.py 14 Sep 2003 20:09:37 -0000 1.21 --- imdb.py 20 Sep 2003 09:50:07 -0000 1.22 *************** *** 16,19 **** --- 16,22 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.22 2003/09/20 09:50:07 dischi + # cleanup + # # Revision 1.21 2003/09/14 20:09:37 dischi # removed some TRUE=1 and FALSE=0 add changed some debugs to _debug_ *************** *** 93,102 **** if item.type == 'video' and not hasattr(item, 'fxd_file'): if item.mode == 'file': ! self.disc_set = FALSE return [ ( self.imdb_search , 'Search IMDB for this file', 'imdb_search_or_cover_search') ] if item.mode in ('dvd', 'vcd'): ! self.disc_set = TRUE s = self.imdb_get_disc_searchstring(self.item) if s: --- 96,105 ---- if item.type == 'video' and not hasattr(item, 'fxd_file'): if item.mode == 'file': ! self.disc_set = False return [ ( self.imdb_search , 'Search IMDB for this file', 'imdb_search_or_cover_search') ] if item.mode in ('dvd', 'vcd'): ! self.disc_set = True s = self.imdb_get_disc_searchstring(self.item) if s: *************** *** 104,108 **** 'imdb_search_or_cover_search') ] if item.type == 'dir' and item.media and item.media.mountdir.find(item.dir) == 0: ! self.disc_set = TRUE s = self.imdb_get_disc_searchstring(self.item) if s: --- 107,111 ---- 'imdb_search_or_cover_search') ] if item.type == 'dir' and item.media and item.media.mountdir.find(item.dir) == 0: ! self.disc_set = True s = self.imdb_get_disc_searchstring(self.item) if s: ------------------------------------------------------- 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