The branch, frodo has been updated
via e350fcd4144723dcaf21b0b3b00f0ad2d242380c (commit)
from e315111438551d0228426cba32470275939dafd2 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=e350fcd4144723dcaf21b0b3b00f0ad2d242380c
commit e350fcd4144723dcaf21b0b3b00f0ad2d242380c
Author: Martijn Kaijser <[email protected]>
Date: Wed Mar 5 10:20:26 2014 +0100
[script.artwork.downloader] 12.0.24
diff --git a/script.artwork.downloader/addon.xml
b/script.artwork.downloader/addon.xml
index 5d474fc..1d0e7b9 100644
--- a/script.artwork.downloader/addon.xml
+++ b/script.artwork.downloader/addon.xml
@@ -2,7 +2,7 @@
<addon
id="script.artwork.downloader"
name="Artwork Downloader"
- version="12.0.23"
+ version="12.0.24"
provider-name="Martijn"
>
<requires>
diff --git a/script.artwork.downloader/changelog.txt
b/script.artwork.downloader/changelog.txt
index 91d6427..1f92c00 100644
--- a/script.artwork.downloader/changelog.txt
+++ b/script.artwork.downloader/changelog.txt
@@ -1,3 +1,6 @@
+v12.0.24
+- Fix unicode error in season query
+
v12.0.23
- Fix multiple text search for disctype in filename and avoiding ac3 dubs to
be recognized as 3d (ex. ac3d)
diff --git a/script.artwork.downloader/default.py
b/script.artwork.downloader/default.py
index 7a7b8f2..3d92bbb 100644
--- a/script.artwork.downloader/default.py
+++ b/script.artwork.downloader/default.py
@@ -1,11 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2011-2013 Martijn Kaijser
+# Copyright (C) 2011-2014 Martijn Kaijser
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/script.artwork.downloader/lib/apply_filters.py
b/script.artwork.downloader/lib/apply_filters.py
index 17e19cf..5b7b244 100644
--- a/script.artwork.downloader/lib/apply_filters.py
+++ b/script.artwork.downloader/lib/apply_filters.py
@@ -1,11 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2011-2013 Martijn Kaijser
+# Copyright (C) 2011-2014 Martijn Kaijser
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/script.artwork.downloader/lib/art_list.py
b/script.artwork.downloader/lib/art_list.py
index cb8b752..30525b0 100644
--- a/script.artwork.downloader/lib/art_list.py
+++ b/script.artwork.downloader/lib/art_list.py
@@ -1,11 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2011-2013 Martijn Kaijser
+# Copyright (C) 2011-2014 Martijn Kaijser
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/script.artwork.downloader/lib/common.py
b/script.artwork.downloader/lib/common.py
index 86efcbe..2f85e6c 100644
--- a/script.artwork.downloader/lib/common.py
+++ b/script.artwork.downloader/lib/common.py
@@ -1,11 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2011-2013 Martijn Kaijser
+# Copyright (C) 2011-2014 Martijn Kaijser
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/script.artwork.downloader/lib/fileops.py
b/script.artwork.downloader/lib/fileops.py
index a8fd651..d38cfda 100644
--- a/script.artwork.downloader/lib/fileops.py
+++ b/script.artwork.downloader/lib/fileops.py
@@ -1,11 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2011-2013 Martijn Kaijser
+# Copyright (C) 2011-2014 Martijn Kaijser
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/script.artwork.downloader/lib/gui.py
b/script.artwork.downloader/lib/gui.py
index 9e62ada..590d07d 100644
--- a/script.artwork.downloader/lib/gui.py
+++ b/script.artwork.downloader/lib/gui.py
@@ -1,11 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2011-2013 Martijn Kaijser
+# Copyright (C) 2011-2014 Martijn Kaijser
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/script.artwork.downloader/lib/language.py
b/script.artwork.downloader/lib/language.py
index 959b85c..c4e13e1 100644
--- a/script.artwork.downloader/lib/language.py
+++ b/script.artwork.downloader/lib/language.py
@@ -1,11 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2011-2013 Martijn Kaijser
+# Copyright (C) 2011-2014 Martijn Kaijser
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
@@ -16,6 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+#
#import modules
import xbmc
diff --git a/script.artwork.downloader/lib/media_setup.py
b/script.artwork.downloader/lib/media_setup.py
index 2a398cc..5d71a9b 100644
--- a/script.artwork.downloader/lib/media_setup.py
+++ b/script.artwork.downloader/lib/media_setup.py
@@ -1,11 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2011-2013 Martijn Kaijser
+# Copyright (C) 2011-2014 Martijn Kaijser
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
@@ -45,6 +45,7 @@ def _media_unique(media_type, dbid):
item = jsonobject['result']['tvshowdetails']
# Search for season information
json_query_season = xbmc.executeJSONRPC('{"jsonrpc": "2.0",
"method": "VideoLibrary.GetSeasons", "params": {"properties": ["season",
"art"], "sort": { "method": "label" }, "tvshowid":%s }, "id": 1}'
%item.get('tvshowid',''))
+ json_query_season = unicode(json_query_season, 'utf-8',
errors='ignore')
jsonobject_season = simplejson.loads(json_query_season)
# Get start/end and total seasons
if jsonobject_season['result'].has_key('limits'):
diff --git a/script.artwork.downloader/lib/provider/__init__.py
b/script.artwork.downloader/lib/provider/__init__.py
index bf36aaf..6b07dbd 100644
--- a/script.artwork.downloader/lib/provider/__init__.py
+++ b/script.artwork.downloader/lib/provider/__init__.py
@@ -1,11 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2011-2013 Martijn Kaijser
+# Copyright (C) 2011-2014 Martijn Kaijser
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/script.artwork.downloader/lib/provider/base.py
b/script.artwork.downloader/lib/provider/base.py
index d9140e5..237a4a3 100644
--- a/script.artwork.downloader/lib/provider/base.py
+++ b/script.artwork.downloader/lib/provider/base.py
@@ -1,11 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2011-2013 Martijn Kaijser
+# Copyright (C) 2011-2014 Martijn Kaijser
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/script.artwork.downloader/lib/provider/fanarttv.py
b/script.artwork.downloader/lib/provider/fanarttv.py
index faf6e8e..967d2e3 100644
--- a/script.artwork.downloader/lib/provider/fanarttv.py
+++ b/script.artwork.downloader/lib/provider/fanarttv.py
@@ -1,11 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2011-2013 Martijn Kaijser
+# Copyright (C) 2011-2014 Martijn Kaijser
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/script.artwork.downloader/lib/provider/local.py
b/script.artwork.downloader/lib/provider/local.py
index 9fe7605..194f030 100644
--- a/script.artwork.downloader/lib/provider/local.py
+++ b/script.artwork.downloader/lib/provider/local.py
@@ -1,11 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2011-2013 Martijn Kaijser
+# Copyright (C) 2011-2014 Martijn Kaijser
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/script.artwork.downloader/lib/provider/tmdb.py
b/script.artwork.downloader/lib/provider/tmdb.py
index 16a0af6..9c06500 100644
--- a/script.artwork.downloader/lib/provider/tmdb.py
+++ b/script.artwork.downloader/lib/provider/tmdb.py
@@ -1,11 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2011-2013 Martijn Kaijser
+# Copyright (C) 2011-2014 Martijn Kaijser
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/script.artwork.downloader/lib/provider/tvdb.py
b/script.artwork.downloader/lib/provider/tvdb.py
index 528b419..11ef467 100644
--- a/script.artwork.downloader/lib/provider/tvdb.py
+++ b/script.artwork.downloader/lib/provider/tvdb.py
@@ -1,11 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2011-2013 Martijn Kaijser
+# Copyright (C) 2011-2014 Martijn Kaijser
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/script.artwork.downloader/lib/report.py
b/script.artwork.downloader/lib/report.py
index d0ff78e..616d8e2 100644
--- a/script.artwork.downloader/lib/report.py
+++ b/script.artwork.downloader/lib/report.py
@@ -1,11 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2011-2013 Martijn Kaijser
+# Copyright (C) 2011-2014 Martijn Kaijser
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/script.artwork.downloader/lib/script_exceptions.py
b/script.artwork.downloader/lib/script_exceptions.py
index b0428bc..1d92a85 100644
--- a/script.artwork.downloader/lib/script_exceptions.py
+++ b/script.artwork.downloader/lib/script_exceptions.py
@@ -1,11 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2011-2013 Martijn Kaijser
+# Copyright (C) 2011-2014 Martijn Kaijser
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/script.artwork.downloader/lib/settings.py
b/script.artwork.downloader/lib/settings.py
index f11b07a..9540f27 100644
--- a/script.artwork.downloader/lib/settings.py
+++ b/script.artwork.downloader/lib/settings.py
@@ -1,11 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2011-2013 Martijn Kaijser
+# Copyright (C) 2011-2014 Martijn Kaijser
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/script.artwork.downloader/lib/utils.py
b/script.artwork.downloader/lib/utils.py
index 033152e..8046ce1 100644
--- a/script.artwork.downloader/lib/utils.py
+++ b/script.artwork.downloader/lib/utils.py
@@ -1,11 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2011-2013 Martijn Kaijser
+# Copyright (C) 2011-2014 Martijn Kaijser
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/script.artwork.downloader/lib/viewer.py
b/script.artwork.downloader/lib/viewer.py
index c186c29..a4c8ac3 100644
--- a/script.artwork.downloader/lib/viewer.py
+++ b/script.artwork.downloader/lib/viewer.py
@@ -1,11 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2011-2013 Martijn Kaijser
+# Copyright (C) 2011-2014 Martijn Kaijser
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/script.artwork.downloader/service.py
b/script.artwork.downloader/service.py
index 6471215..271a8e4 100644
--- a/script.artwork.downloader/service.py
+++ b/script.artwork.downloader/service.py
@@ -1,4 +1,22 @@
+#!/usr/bin/python
# -*- coding: utf-8 -*-
+#
+# Copyright (C) 2011-2014 Martijn Kaijser
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
# modules
import os
import time
-----------------------------------------------------------------------
Summary of changes:
script.artwork.downloader/addon.xml | 2 +-
script.artwork.downloader/changelog.txt | 3 +++
script.artwork.downloader/default.py | 4 ++--
script.artwork.downloader/lib/apply_filters.py | 4 ++--
script.artwork.downloader/lib/art_list.py | 4 ++--
script.artwork.downloader/lib/common.py | 4 ++--
script.artwork.downloader/lib/fileops.py | 4 ++--
script.artwork.downloader/lib/gui.py | 4 ++--
script.artwork.downloader/lib/language.py | 5 +++--
script.artwork.downloader/lib/media_setup.py | 5 +++--
script.artwork.downloader/lib/provider/__init__.py | 4 ++--
script.artwork.downloader/lib/provider/base.py | 4 ++--
script.artwork.downloader/lib/provider/fanarttv.py | 4 ++--
script.artwork.downloader/lib/provider/local.py | 4 ++--
script.artwork.downloader/lib/provider/tmdb.py | 4 ++--
script.artwork.downloader/lib/provider/tvdb.py | 4 ++--
script.artwork.downloader/lib/report.py | 4 ++--
script.artwork.downloader/lib/script_exceptions.py | 4 ++--
script.artwork.downloader/lib/settings.py | 4 ++--
script.artwork.downloader/lib/utils.py | 4 ++--
script.artwork.downloader/lib/viewer.py | 4 ++--
script.artwork.downloader/service.py | 18 ++++++++++++++++++
22 files changed, 62 insertions(+), 39 deletions(-)
hooks/post-receive
--
Scripts
------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons