Author: dmeyer
Date: Fri Mar 23 12:46:58 2007
New Revision: 2582

Modified:
   trunk/epg/src/sources/config_epgdata.cxml
   trunk/epg/src/sources/epgdata.py

Log:
doc update by Tanja

Modified: trunk/epg/src/sources/config_epgdata.cxml
==============================================================================
--- trunk/epg/src/sources/config_epgdata.cxml   (original)
+++ trunk/epg/src/sources/config_epgdata.cxml   Fri Mar 23 12:46:58 2007
@@ -2,6 +2,7 @@
 <config>
     <desc lang="en">
         epgdata.com settings
+        
         A epgdata.com subscriptions is needed. Right now the service is in test
         mode and it is possible to request a test key. It is unknown how long
         such a test key will work and if it will be possible after that to use
@@ -10,7 +11,9 @@
     <var name="activate" default="False">
         <desc lang="en">Get epg data from epgdata.com</desc>
     </var>
-    <var name="pin" type="str" />
+    <var name="pin" type="str" >
+        <desc lang="en">You will need a pin from epgdata.com to use this 
service</desc>
+    </var>
     <var name="days" default="7">
         <desc lang="en">How many days of epg data you want to fetch.</desc>
     </var>

Modified: trunk/epg/src/sources/epgdata.py
==============================================================================
--- trunk/epg/src/sources/epgdata.py    (original)
+++ trunk/epg/src/sources/epgdata.py    Fri Mar 23 12:46:58 2007
@@ -112,7 +112,7 @@
 
 class ChannelParser(BaseParser, dict):
     # the meaning of the tags that are used in the channel*.xml files can
-    # be found in the header of each channe*.xml file.
+    # be found in the header of each channel*.xml file.
     mapping = {
         'ch0':'tvchannel_name',
         'ch1':'tvchannel_short',
@@ -122,6 +122,7 @@
 
     def handle(self, attr):
         if attr['tvchannel_id'] in self:
+            # we had this already
             return
         db_id = self.add_channel(
             tuner_id=attr['tvchannel_dvb'],

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