The branch, frodo has been updated
via 7765b7130b86fb197762d462a82e1ef5096df4f8 (commit)
from 877d47c543f6c8029a93fd53652004774b13bdf0 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=7765b7130b86fb197762d462a82e1ef5096df4f8
commit 7765b7130b86fb197762d462a82e1ef5096df4f8
Author: M. Kaijser <[email protected]>
Date: Tue Apr 23 10:13:56 2013 +0200
[script.filecleaner] 3.0.1
diff --git a/script.filecleaner/addon.xml b/script.filecleaner/addon.xml
index a70f49e..ecaa2fd 100644
--- a/script.filecleaner/addon.xml
+++ b/script.filecleaner/addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="script.filecleaner" name="XBMC File Cleaner" version="3.0.0"
provider-name="Anthirian">
+<addon id="script.filecleaner" name="XBMC File Cleaner" version="3.0.1"
provider-name="Anthirian">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="xbmc.json" version="6.0.0"/>
@@ -25,7 +25,7 @@ Deze addon zal automatisch de videobibliotheek scannen op
zoek naar bekeken film
<platform>all</platform>
<language/>
<source>https://github.com/Anthirian/script.filecleaner</source>
- <forum/>
+ <forum>http://forum.xbmc.org/showthread.php?tid=162517</forum>
<website/>
<email/>
</extension>
diff --git a/script.filecleaner/changelog.txt b/script.filecleaner/changelog.txt
index be5747f..4ea56ad 100644
--- a/script.filecleaner/changelog.txt
+++ b/script.filecleaner/changelog.txt
@@ -1,3 +1,7 @@
+Version 3.0.1
+===============
+- Fixed bug in setting locale that broke the addon
+
Version 3.0.0
===============
- Frodo compatibility
diff --git a/script.filecleaner/default.py b/script.filecleaner/default.py
index 103cf0f..37307aa 100644
--- a/script.filecleaner/default.py
+++ b/script.filecleaner/default.py
@@ -66,13 +66,13 @@ class Cleaner:
def __init__(self):
"""Create a Cleaner object that performs regular cleaning of watched
videos."""
+ self.reload_settings()
+
try:
locale.setlocale(locale.LC_ALL, "English_United Kingdom")
except locale.Error, le:
self.debug("Could not change locale: %s" % le)
- self.reload_settings()
-
service_sleep = 10
ticker = 0
delayed_completed = False
-----------------------------------------------------------------------
Summary of changes:
script.filecleaner/addon.xml | 4 ++--
script.filecleaner/changelog.txt | 4 ++++
script.filecleaner/default.py | 4 ++--
3 files changed, 8 insertions(+), 4 deletions(-)
hooks/post-receive
--
Scripts
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons