Author: dmeyer
Date: Fri Jan 19 14:28:06 2007
New Revision: 2423

Modified:
   trunk/popcorn/src/generic.py

Log:
make it possible to get media object

Modified: trunk/popcorn/src/generic.py
==============================================================================
--- trunk/popcorn/src/generic.py        (original)
+++ trunk/popcorn/src/generic.py        Fri Jan 19 14:28:06 2007
@@ -412,6 +412,13 @@
         return {}
 
 
+    def get_media(self):
+        """
+        Return kaa.metadata media object of the mrl loaded.
+        """
+        return self._media
+
+
     def nav_command(self, input):
         """
         Issue the navigation command to the player.  'input' is a string

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to