The branch, dharma has been updated
       via  ada0e2a45b46ce00f5a66f31979d25bff0e3e450 (commit)
      from  902b8527838782713ebcb8723cfec918702c2e6f (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=ada0e2a45b46ce00f5a66f31979d25bff0e3e450

commit ada0e2a45b46ce00f5a66f31979d25bff0e3e450
Author: amet <[email protected]>
Date:   Thu Jan 6 10:11:17 2011 +0400

    [script.filecleaner] - v1.1.2
    - Fixed file naming conventions
    - Updated contact details
    - Fixed autoStart method call

diff --git a/script.filecleaner/README b/script.filecleaner/README
index 4ba0d9e..e2da4a7 100644
--- a/script.filecleaner/README
+++ b/script.filecleaner/README
@@ -10,8 +10,3 @@ Service is disabled in options by default, please make sure 
that you fully under
 DESCRIPTION
 =====================================    
 This plugin will automatically scan your library for watched TV shows and 
Movies and delete them from the file system and from the library.  By default 
only TV episodes are deleted and files will only be deleted if the hard disk is 
running out of space and the file has previously been watched over 14 days ago. 
 All these options and more can be configured via add-on settings (right click 
addon or press C for context menu and select 'Add-on Settings').  Also make 
sure you set the disk usage path before enabling if you store your videos on a 
secondary drive (e.g, /media/external or D:\ etc).
-
-QUESTIONS/COMMENTS/SUGGESTIONS
-=====================================
-email: [email protected]
-twitter: drewzh
diff --git a/script.filecleaner/addon.xml b/script.filecleaner/addon.xml
index ade5e51..80e1580 100644
--- a/script.filecleaner/addon.xml
+++ b/script.filecleaner/addon.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="script.filecleaner"
-    name="XBMC File Cleaner" version="1.1.0" provider-name="drewzh">
+    name="XBMC File Cleaner" version="1.1.2" provider-name="drewzh">
   <requires>
     <import addon="xbmc.python" version="1.0"/>
   </requires>
diff --git a/script.filecleaner/changelog.txt b/script.filecleaner/changelog.txt
index a9fa4c7..be15d60 100644
--- a/script.filecleaner/changelog.txt
+++ b/script.filecleaner/changelog.txt
@@ -1,3 +1,9 @@
+Version 1.1.2
+===============
+- Fixed file naming conventions
+- Updated contact details
+- Fixed autoStart method call
+
 Version 1.1.0
 ===============
 - Almost entire rewrite of script
diff --git a/script.filecleaner/default.py b/script.filecleaner/default.py
index 53e82b0..4ebb7d7 100644
--- a/script.filecleaner/default.py
+++ b/script.filecleaner/default.py
@@ -86,7 +86,7 @@ class Main:
         self.deleteMovies = bool(__settings__.getSetting('delete_movies') == 
"true")
         self.deleteTVShows = bool(__settings__.getSetting('delete_tvshows') == 
"true")
         # Set or remove autoexec.py line
-        autoStart(self.serviceEnabled)
+        self.autoStart(self.serviceEnabled)
         return True
 
     # Returns true if running out of disk space

-----------------------------------------------------------------------

Summary of changes:
 script.filecleaner/README        |    5 -----
 script.filecleaner/addon.xml     |    2 +-
 script.filecleaner/changelog.txt |    6 ++++++
 script.filecleaner/default.py    |    2 +-
 4 files changed, 8 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to