Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv19514
Modified Files:
plugin.py playlist.py
Log Message:
flag if the mimetype returns something else than play files
Index: plugin.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugin.py,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** plugin.py 30 Dec 2003 15:31:43 -0000 1.57
--- plugin.py 31 Dec 2003 16:39:43 -0000 1.58
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.58 2003/12/31 16:39:43 dischi
+ # flag if the mimetype returns something else than play files
+ #
# Revision 1.57 2003/12/30 15:31:43 dischi
# support args for plugin events
***************
*** 195,198 ****
--- 198,202 ----
Plugin.__init__(self)
self.display_type = []
+ self.files_only = True
Index: playlist.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/playlist.py,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** playlist.py 30 Dec 2003 15:33:29 -0000 1.47
--- playlist.py 31 Dec 2003 16:39:43 -0000 1.48
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.48 2003/12/31 16:39:43 dischi
+ # flag if the mimetype returns something else than play files
+ #
# Revision 1.47 2003/12/30 15:33:29 dischi
# add random playing an option for normal playlist files
***************
*** 496,499 ****
--- 499,503 ----
def __init__(self):
plugin.MimetypePlugin.__init__(self)
+ self.files_only = False
# register the callback
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog