[banshee] [SmartPlaylist] Add more ideas to a FIXME



commit c480c2fb4f7dd2f35d76d3f8a866ef107fe94616
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Mon May 17 14:51:05 2010 -0700

    [SmartPlaylist] Add more ideas to a FIXME

 .../Banshee.SmartPlaylist/SmartPlaylistSource.cs   |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs b/src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs
index 7583bc6..8cd1734 100644
--- a/src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs
+++ b/src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs
@@ -182,6 +182,10 @@ namespace Banshee.SmartPlaylist
         }
 
         // FIXME scan ConditionTree for date fields
+        // FIXME even better, scan for date fields and see how fine-grained they are;
+        //       eg if set to Last Added < 2 weeks ago, don't need a timer going off
+        //       every 1 minute - every hour or two would suffice.  Just change this
+        //       property to a TimeSpan, rename it TimeDependentResolution or something
         public bool TimeDependent {
             get { return false; }
         }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]