Author: dmeyer
Date: Sun Oct 15 17:34:01 2006
New Revision: 1920

Modified:
   trunk/beacon/src/crawl.py

Log:
add some todo

Modified: trunk/beacon/src/crawl.py
==============================================================================
--- trunk/beacon/src/crawl.py   (original)
+++ trunk/beacon/src/crawl.py   Sun Oct 15 17:34:01 2006
@@ -445,8 +445,18 @@
                 continue
             # check file
             counter += parse(self.db, child) * 20
+
+            # TODO: If the file is unchanged, check if we have the defined
+            # thumbnail generated. If not, do it.
+
             while counter >= 20:
                 counter -= 20
                 yield kaa.notifier.YieldContinue
             counter += 1
+
+        # TODO: when all files and subdirs are scanned, check some extra
+        # stuff. If all items have the same Artist/Album/Image, set this
+        # for the directory, too. Also sum up all 'length' values of the
+        # items and set it for directory
+        
         yield subdirs

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to