Skip to content

Commit

Permalink
ADDED: TVShow Downloader Script
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Aug 22, 2010
1 parent 5ac7cfa commit 8d3348e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 720p/Customisation.xml
Expand Up @@ -310,6 +310,11 @@
<onclick>Skin.ToggleSetting(youtrailer)</onclick>
<selected>Skin.HasSetting(youtrailer)</selected>
</control>
<control type="button" id="406">
<include>Objects_SettingsDefaultRadioButton</include>
<label>31282</label>
<onclick>XBMC.RunScript(script.logo-downloader,mode=bulk,clearart=True,logo=True,showthumb=True)</onclick>
</control>
</control>
<control type="grouplist" id="16">
<include>Objects_SettingsControlAreaVars</include>
Expand Down
6 changes: 6 additions & 0 deletions 720p/DialogVideoInfo.xml
Expand Up @@ -295,6 +295,12 @@
<visible>!Skin.HasSetting(kioskininfo) + !Container.Content(episodes) + !Container.Content(seasons)</visible>
<description>Get Fanart</description>
</item>
<item id="10">
<label>31437</label>
<onclick>XBMC.RunScript(script.logo-downloader,mode=solo,logo=True,clearart=True,showthumb=True,showname=$INFO[ListItem.TVShowTitle])</onclick>
<visible>Container.Content(tvshows) | Container.Content(episodes) | Container.Content(seasons)</visible>
<description>TVShow Downloader</description>
</item>
</content>
</control>
<!-- Movie info -->
Expand Down
1 change: 1 addition & 0 deletions addon.xml
Expand Up @@ -8,6 +8,7 @@
<import addon="xbmc.gui" version="2.11"/>
<import addon="script.recentlyadded" version="1.0.5"/>
<import addon="script.favourites" version="1.0.1"/>
<import addon="script.logo-downloader" version="2.0.0"/>
</requires>
<extension
point="xbmc.gui.skin"
Expand Down
2 changes: 2 additions & 0 deletions language/English/strings.xml
Expand Up @@ -263,6 +263,7 @@
<string id="31279">CONTEXTUAL ARTWORK (FANART) FOR FULLSCREEN INFO PAGES</string>
<string id="31280">DEVELOPER MODE</string>
<string id="31281">MEDIA FLAGS (STUDIO ICONS, SOURCE INFO, ETC.)</string>
<string id="31282">DOWNLOAD ADDITIONAL MEDIA FOR ALL TV SHOWS</string>
<string id="31287">KIOSK MODE (REMOVES MENUS FROM MEDIA WINDOWS)</string>
<string id="312870">KIOSK MODE IN INFO WINDOWS (DISABLES MEDIA ADJUSTMENTS)</string>
<string id="31288">MOVIE SEARCH (MOVIE LIBRARY)</string>
Expand Down Expand Up @@ -339,6 +340,7 @@
<string id="31434">DURATION</string>
<string id="31435">CAST DETAILS UNAVAILABLE</string>
<string id="31436">YEAR</string>
<string id="31437">DOWNLOADS</string>
<string id="31438">GENRE</string>
<string id="31439">WATCHED</string>
<string id="31440">UNWATCHED</string>
Expand Down
2 changes: 2 additions & 0 deletions language/German/strings.xml
Expand Up @@ -260,6 +260,7 @@
<string id="31279">FANART AUCH IN VOLLBILD-INFOANSICHT ANZEIGEN</string>
<string id="31280">PROGRAMMIERER-MODUS (ZUSÄTZLICHE SKIN-INFO)</string>
<string id="31281">MEDIENKENNZEICHNUNG ANZEIGEN (STUDIO,QUELLEN,AUDIO,CODEC INFO USW.)</string>
<string id="31282">WEITERE LOGOGRAFIKEN FÜR ALLE TV-SERIEN HERUNTERLADEN</string>
<string id="31287">KIOSKMODUS (UNTERBINDET AUSWAHL VON MENÜS IN MEDIEN-FENSTERN)</string>
<string id="312870">KIOSK MODE IN INFO-SCREENS (UNTERBINDET MEDIENVERÄNDERUNGEN)</string>
<string id="31288">DIREKTZUGRIFF AUF SUCHE IN DER FILM-DB</string>
Expand Down Expand Up @@ -333,6 +334,7 @@
<string id="31434">SPIELDAUER</string>
<string id="31435">Besetzungsdetails nicht verfügbar</string>
<string id="31436">JAHR</string>
<string id="31437">DOWNLOADS</string>
<string id="31438">GENRE</string>
<string id="31439">GESEHEN</string>
<string id="31440">UNGESEHEN</string>
Expand Down

0 comments on commit 8d3348e

Please sign in to comment.