The branch, frodo has been updated
via 9f4db938b7c50ea0b74a7591bd360945b73e2d08 (commit)
from 08e462cc1c332722f901353fe0478b18e4537001 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=9f4db938b7c50ea0b74a7591bd360945b73e2d08
commit 9f4db938b7c50ea0b74a7591bd360945b73e2d08
Author: Martijn Kaijser <[email protected]>
Date: Sat Nov 24 20:21:53 2012 +0100
[script.artwork.downloader] -12.0.8
diff --git a/script.artwork.downloader/addon.xml
b/script.artwork.downloader/addon.xml
index de5a278..cd7dda6 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.7"
+ version="12.0.8"
provider-name="Martijn"
>
<requires>
@@ -25,7 +25,7 @@
<summary lang="el">ÚñÃâõòìöõù
Ãâ¢Ã¹ÃºÃÅýõÃâ óùñ ÃâùÃâ
ä÷ûõÿÃâ¬ÃâùúÃÂÃâ ãõùÃ�ÃÂÃâ,
ÃâùÃâ äñùýïõÃâ úñù Ãâñ
ÃÅÿÃâ¦ÃÆÃ¹ÃºÃ¬ ÃâïýÃâõÿ ÚûùÃâ¬
Ãâ÷Ãâ ÃÆÃâ¦Ã»Ã»Ã¿Ã³Ã®Ãâ ̮̱Ãâ</summary>
<summary lang="es">Descargue Artwork de Series, PelÃÂculas y
Videoclips a su biblioteca</summary>
<summary lang="pt">Transfira Artwork de Seriados, Filmes e Concertos
para sua biblioteca</summary>
- <summary lang="fr">Téléchargez les Artworks pour les séries TV,
les films and les vidéos musicales de votre bibliothèque</summary>
+ <summary lang="fr">Téléchargez les Artworks pour les séries TV, les
films et les clip vidéo de votre médiathèque</summary>
<summary lang="ko">ìâ¬ëŸ¬ë¶âì�Ë
ë�¼ì�´ë¸Å러리ìâ� TV ìâ¡Â¼, ìË�Ãâ¢â ë°�
뮤ì§�ë¹âëââìˤ를 ìÅâÃâ¢Å
ìâ¢âÃЏìâºÅʸ를 ëâ¹Â¤Ã¬Å¡Â´Ã«Â¡ÅëâÅ
Ãâ¢Ëìâ¸ìšâ</summary>
<description lang="en">
Downloads all available artwork for TV shows, Movies and Musicvideos in
your library. Check the options for supported artwork[CR]
@@ -70,10 +70,10 @@
Integração nas skins:[CR]Ver o arquivo readme
</description>
<description lang="fr">
- Téléchargez tous les artworks disponibles pour les séries TV, les
films et les vidéos musicales de votre bibliothèque. Regardez les options
pour les artsworks supportés[CR]
+ Téléchargez tous les artworks disponibles pour les séries TV, les films
et les vidéos musicales de votre médiathèque. Regardez les options pour les
artsworks supportés[CR]
Sources des
Artworks:[CR]www.fanart.tv[CR]www.thetvdb.com[CR]www.themoviedb.org[CR]
- Remarques : [CR]Vérifiez votre thème pour savoir quel type
d'artwork est supporté ![CR]Chaque Série TV/Film doit avoir son propre
dossier ![CR]
- Intégration dans un thème :[CR]Regardez le fichier rea dme.txt
+ Remarques : [CR]Véifiez votre thême pour savoir quel type d'artwork
est supporté ![CR]Chaque Série TV/Film doit avoir son propre dossier ![CR]
+ Intégration dans un thême :[CR]Regardez le fichier readme.txt
</description>
<description lang="ko">
ìâ¬ëŸ¬ë¶âÃ¬ï¿½Ë Ã«ï¿½Â¼Ã¬ï¿½Â´Ã«Â¸Å러리ìâ� TV
ìâ¡Â¼, ìË�Ãâ¢â ë°� 뮤ì§�ë¹âëââìˤ를
ìÅâÃâ¢Å ìâ¢âÃЏìâºÅÃ�¬ë¥¼
ëâ¹Â¤Ã¬Å¡Â´Ã«Â¡ÅÃâ¢Ëìâ¸ìšâ. ì§â¬Ã¬âºï¿½Ãâ¢ËëŠâ
ìâ¢âÃЏìâºÅÃ�¬ëŠâ ì˵ìâ¦Ëì�â
Ãâ¢â¢Ã¬ï¿½Â¸Ãâ¢Ëìâ¸ìšâ.[CR]
diff --git a/script.artwork.downloader/changelog.txt
b/script.artwork.downloader/changelog.txt
index 5c74179..3af17a4 100644
--- a/script.artwork.downloader/changelog.txt
+++ b/script.artwork.downloader/changelog.txt
@@ -1,3 +1,7 @@
+[B]12.0.8[/B]
+- Fix wrong filename for season landscape
+- Remove old code
+
[B]12.0.7[/B]
- Change API url
diff --git a/script.artwork.downloader/default.py
b/script.artwork.downloader/default.py
index ad5411e..3a4a4e0 100644
--- a/script.artwork.downloader/default.py
+++ b/script.artwork.downloader/default.py
@@ -81,7 +81,6 @@ class Main:
if self.mediatype == 'movie':
self.settings.movie_enable = True
self.Medialist = media_listing('movie')
- self.Medialist = media_unique('movie',self.dbid)
self.download_artwork(self.Medialist,
self.movie_providers)
elif self.mediatype == 'tvshow':
self.settings.tvshow_enable = True
@@ -505,8 +504,8 @@ class Main:
item['filename'] = "season-all-banner.jpg"
else:
item['filename'] = (filename %
int(artwork['season']))
- elif art_type in ['seasonthumb']:
- item['filename'] = (filename % artwork['season'])
+ elif art_type in ['seasonlandscape']:
+ item['filename'] = (filename %
int(artwork['season']))
else:
item['filename'] = filename
for targetdir in item['targetdirs']:
diff --git a/script.artwork.downloader/resources/language/French/strings.xml
b/script.artwork.downloader/resources/language/French/strings.xml
index 670ea7a..677374b 100644
--- a/script.artwork.downloader/resources/language/French/strings.xml
+++ b/script.artwork.downloader/resources/language/French/strings.xml
@@ -77,7 +77,7 @@
<string id="32103">-</string>
<string id="32104">-</string>
<string id="32105">-</string>
- <string id="32106">Utiliser le pré-caching XBMC pre-caching
[I](stocke les images dans le répertoire des vignettes durant le
téléchargement) [/I]</string>
+ <string id="32106">Utiliser le pré-caching XBMC [I](stocke les images
dans le répertoire des vignettes durant le téléchargement) [/I]</string>
<string id="32107">-</string>
<string id="32108">-</string>
<string id="32109">-</string>
diff --git a/script.artwork.downloader/resources/language/Greek/strings.xml
b/script.artwork.downloader/resources/language/Greek/strings.xml
index 8fb3bb2..79d12af 100644
--- a/script.artwork.downloader/resources/language/Greek/strings.xml
+++ b/script.artwork.downloader/resources/language/Greek/strings.xml
@@ -41,7 +41,7 @@
<string id="32036">ΣÏ
γκÎνÏÏÏÏη extrafanart [I](ÎÏοÏεί
να ÏÏηÏιμοÏοιηθεί για ÏαÏοÏ
ÏίαÏη extrafanart)
[/I]</string>
<string id="32037">ÎενÏÏικÏÏ ÎºÎ±ÏÎ¬Î»Î¿Î³Î¿Ï extrafanart
ÏηλεοÏÏικÏν ÏειÏÏν</string>
<string id="32038">ÎενÏÏικÏÏ ÎºÎ±ÏÎ¬Î»Î¿Î³Î¿Ï extrafanart
ÏαινιÏν</string>
- <string id="32039">Î Ïοβολή αναÏοÏÎ¬Ï Î»Î®ÏÎ·Ï Î±ÏÏ
Ïο ÏελεÏ
Ïαίο καÏÎβαÏμα</string>
+ <string id="32039">Î Ïοβολή αναÏοÏÎ¬Ï Î±ÏÏ Ïην
ÏελεÏ
Ïαία λήÏη</string>
<string id="32040">-</string>
<!-- Add-on settings: Limit section id=32051 to 32060 -->
@@ -50,13 +50,13 @@
<string id="32053">ÎÎγιÏÏÎ¿Ï Î±ÏιθμÏÏ extrafanart</string>
<string id="32054">ÎλάÏιÏÏη βαθμολογία</string>
<string id="32055">Î ÏοÏιμÏμενη γλÏÏÏα:</string>
- <string id="32056">ÎÏοκλειÏμÏÏ fanart ÏοÏ
ÎÏοÏ
ν
κείμενο</string>
+ <string id="32056">ÎÏοκλειÏμÏÏ fanart με
κείμενο</string>
<string id="32057">ÎλάÏιÏÏο μÎÎ³ÎµÎ¸Î¿Ï fanart:
ΤαινίεÏ</string>
<string id="32058">ÎλάÏιÏÏο μÎÎ³ÎµÎ¸Î¿Ï fanart:
ΤηλεοÏÏικÎÏ Î£ÎµÎ¹ÏÎÏ</string>
<string id="32059">1080</string>
<string id="32060">720</string>
<string id="32061">480</string>
- <string id="32062">ÎλάÏιÏÏο μÎÎ³ÎµÎ¸Î¿Ï fanart:
ÎοÏ
Ïικά βίνÏεο κλιÏ</string>
+ <string id="32062">ÎλάÏιÏÏο μÎÎ³ÎµÎ¸Î¿Ï fanart:
ÎοÏ
Ïικά ÎίνÏεο</string>
<!-- Add-on settings: Movie section id=32071 to 32080 -->
<string id="32071">ΤαινίεÏ</string>
@@ -68,13 +68,13 @@
<string id="32083">-</string>
<!-- Add-on settings: Music section id=32091 to 32100 -->
- <string id="32091">ÎοÏ
Ïικά ÎίνÏεο ÎλιÏ</string>
- <string id="32092">[B]ÎÏιλογÎÏ Î³Î¹Î± λήÏη εικÏνÏν
ÎοÏ
ÏικÏν ÎίνÏεο ÎλιÏ[/B]</string>
+ <string id="32091">ÎοÏ
Ïικά ÎίνÏεο</string>
+ <string id="32092">[B]ÎÏιλογÎÏ Î³Î¹Î± λήÏη εικÏνÏν
ÎοÏ
ÏικÏν ÎίνÏεο[/B]</string>
<!-- Add-on settings: Advanced settings section id=32101 to 32020 -->
<string id="32101">Îια ÏÏοÏÏÏημÎνοÏ
Ï</string>
<string id="32102">[B]ÎÏιÏμÎÎ½ÎµÏ ÎµÏιÏλÎον
ÏÏ
θμίÏÎµÎ¹Ï Î³Î¹Î± ÏÏοÏÏÏημÎνοÏ
Ï ÏοÏ
θα
ÏÏηÏιμοÏοιηθοÏν[/B]</string>
- <string id="32103">-</string>
+ <string id="32103">ΧÏήÏη ÏοÏικÏν αÏÏείÏν</string>
<string id="32104">-</string>
<string id="32105">-</string>
<string id="32106">ΧÏήÏη ÏοÏ
XBMC pre-caching
[I](ÏοÏοθεÏεί ÏÏοÏÏÏινά ÏÎ¹Ï ÎµÎ¹ÎºÏÎ½ÎµÏ ÏÏο
Ïάκελο ÏÏν μικÏογÏαÏιÏν καÏά Ïη λήÏη)
[/I]</string>
@@ -93,11 +93,11 @@
<string id="32127">ÎικÏÎ½ÎµÏ Î§Î±ÏακÏήÏÏν</string>
<string id="32128">ÎÏίÏα</string>
<string id="32129">ÎÏίÏÎµÏ ÎÏκλÏν</string>
- <string id="32130">ÎικÏογÏαÏία 16:9</string>
+ <string id="32130">ÎικÏογÏαÏία 16:9 (ΤοÏίο)</string>
<string id="32131">ÎÏιÏλÎον μικÏογÏαÏίεÏ
(extrathumbs)</string>
- <string id="32132">ÎικÏÎ½ÎµÏ ÎίÏκÏν</string>
+ <string id="32132">ÎικÏÎ½ÎµÏ ÎίÏκÏν (cdART)</string>
<string id="32133">ÎικÏνεÏ</string>
- <string id="32134">ÎικÏογÏαÏÎ¯ÎµÏ ÎÏκλοÏ
16:9</string>
+ <string id="32134">ÎικÏογÏαÏÎ¯ÎµÏ ÎÏκλÏν 16:9
(ΤοÏία)</string>
<!-- Add-on messages: -->
<string id="32141">ÎλÏÏÏα</string>
@@ -117,7 +117,7 @@
<!-- Add-on settings: Info section id=32181 to 32190-->
<string id="32181">ΠληÏοÏοÏίεÏ</string>
- <string id="32182">ΣÏηÏίξÏε Î¼Î±Ï Î¼Îµ Ïη ÏÏ
νδÏομή
ή Ïη ÏÏ
νειÏÏοÏά ÏÎ±Ï ÏÏÎ¹Ï Î±ÎºÏλοÏ
θεÏ
ÏελίδεÏ:</string>
+ <string id="32182">ΣÏηÏίξÏε Î¼Î±Ï ÏÏ
νδÏάμονÏαÏ
ÏÏÎ¹Ï Î±ÎºÏλοÏ
Î¸ÎµÏ ÏελίδεÏ:</string>
<string id="32183">[I]www.xbmc.org [/I]</string>
<string id="32184">[I]fanart.tv [/I]</string>
<string id="32185">[I]www.thetvdb.com [/I]</string>
@@ -127,5 +127,5 @@
<string id="32191">[I]Îια ÏÏοβλήμαÏα, αιÏήμαÏα ή
γενικÎÏ ÎµÏÏÏήÏÎµÎ¹Ï ÎµÏιÏκεÏθείÏε Ïο [/I]</string>
<string id="32192">[I] θÎμα ÏοÏ
Artwork Downloader ÏÏο
forum ÏοÏ
XBMC. [/I]</string>
<string id="32189">ÎÏ
ÏαÏιÏÏοÏμε ÏοÏ
Ï:</string>
- <string id="32190">Îμάδα XBMC και ÏοÏ
Ï
δημιοÏ
ÏγοÏÏ ÏÏν ÏÏÏÏθεÏÏν ÏÎ¬Î½Ï ÏÏα οÏοία
βαÏίÏÏηκε αÏ
ÏÏ.</string>
-</strings>
+ <string id="32190">Îμάδα XBMC και ÏοÏ
Ï
δημιοÏ
ÏγοÏÏ ÏÏν ÏÏÏÏθεÏÏν ÏÏα οÏοία
βαÏίÏÏηκε.</string>
+</strings>
\ No newline at end of file
diff --git a/script.artwork.downloader/resources/lib/settings.py
b/script.artwork.downloader/resources/lib/settings.py
index 9064e1e..ae76313 100644
--- a/script.artwork.downloader/resources/lib/settings.py
+++ b/script.artwork.downloader/resources/lib/settings.py
@@ -277,7 +277,7 @@ class settings:
'solo_enabled': 'true',
'gui_string': __localize__(32134),
'art_type': 'seasonlandscape',
- 'filename': 'season%s-landscape.jpg'},
+ 'filename': 'season%01d-landscape.jpg'},
{'media_type': 'tvshow',
'bulk_enabled': self.tvshow_showbanner,
diff --git a/script.artwork.downloader/resources/lib/utils.py
b/script.artwork.downloader/resources/lib/utils.py
index 83763cc..3be6a25 100644
--- a/script.artwork.downloader/resources/lib/utils.py
+++ b/script.artwork.downloader/resources/lib/utils.py
@@ -136,9 +136,6 @@ def get_data_new(url, data_type):
# TMDB needs a header to be able to read the data
if url.startswith("http://api.themoviedb.org"):
request.add_header("Accept", "application/json")
- # Add some delay to stop trashing the fanart.tv server
- elif url.startswith("http://fanart.tv/"):
- xbmc.sleep(1000)
req = urllib2.urlopen(request)
if data_type == 'json':
data = simplejson.loads(req.read())
-----------------------------------------------------------------------
Summary of changes:
script.artwork.downloader/.gitignore | 4 +++
script.artwork.downloader/addon.xml | 10 ++++----
script.artwork.downloader/changelog.txt | 4 +++
script.artwork.downloader/default.py | 5 +--
.../resources/language/French/strings.xml | 2 +-
.../resources/language/Greek/strings.xml | 24 ++++++++++----------
.../resources/lib/settings.py | 2 +-
script.artwork.downloader/resources/lib/utils.py | 3 --
8 files changed, 29 insertions(+), 25 deletions(-)
create mode 100644 script.artwork.downloader/.gitignore
hooks/post-receive
--
Scripts
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons