Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to v5.5.15 #544

Merged
merged 1 commit into from
Sep 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions metadata.universal/addon.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.universal"
name="Universal Movie Scraper"
version="5.5.14"
version="5.5.15"
provider-name="Olympia, Team Kodi">
<requires>
<import addon="xbmc.metadata" version="2.1.0"/>
<import addon="metadata.common.fanart.tv" version="3.1.0"/>
<import addon="metadata.common.imdb.com" version="3.2.0"/>
<import addon="metadata.common.ofdb.de" version="1.0.3"/>
<import addon="metadata.common.themoviedb.org" version="3.2.0"/>
<import addon="metadata.common.omdbapi.com" version="1.1.1"/>
</requires>
Expand Down
3 changes: 3 additions & 0 deletions metadata.universal/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[B]v5.5.15[/B]
- fixed: remove non-working functions

[B]v5.5.14[/B]
- Translations updates from Weblate

Expand Down
5 changes: 2 additions & 3 deletions metadata.universal/resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<settings>
<category label="128">
<setting type="sep"/>
<setting label="30023" type="labelenum" values="IMDb|themoviedb.org" id="titlesource" default="themoviedb.org"/>
<setting label="30008" subsetting="true" type="select" values="Keep Original|United States / International|Argentina|Austria|Belgium|Brazil|Bulgaria|Canada|China|Colombia|Chile|Croatia|Czech Republic|Denmark|Finland|France|Germany|Greece|Hong Kong|Hungary|Iceland|India|Israel|Italy|Japan|Mexico|Netherlands|Norway|Pakistan|Poland|Portugal|Romania|Russia|Serbia|Singapore|Slovenia|Spain|Sweden|Switzerland|Thailand|Turkey|Uruguay|Venezuela" id="imdbakatitles" default="Keep Original" visible="eq(-1,0)"/>
<setting label="30023" type="labelenum" values="themoviedb.org" id="titlesource" default="themoviedb.org"/>
<setting label="30027" subsetting="true" type="select" values="Keep Original|ar-AE|ar-SA|be-BY|bg-BG|bn-BD|ca-ES|ch-GU|cs-CZ|da-DK|de-DE|el-GR|en-US|eo-EO|es-ES|es-MX|et-EE|eu-ES|fa-IR|fi-FI|fr-CA|fr-FR|gl-ES|he-IL|hi-IN|hr-HR|hu-HU|id-ID|it-IT|ja-JP|ka-GE|ko-KR|lt-LT|lv-LV|ml-IN|nb-NO|nl-NL|no-NO|pl-PL|pt-BR|pt-PT|ro-RO|ru-RU|sk-SK|sl-SI|sr-RS|sv-SE|ta-IN|th-TH|tr-TR|uk-UA|vi-VN|zh-CN|zh-HK|zh-TW" id="tmdbtitlelanguage" default="en-US" visible="eq(-2,1)"/>
<setting type="sep"/>
<setting label="30022" type="labelenum" values="IMDb|themoviedb.org" id="genressource" default="themoviedb.org"/>
Expand All @@ -19,7 +18,7 @@
<category label="30400">
<setting type="lsep" label="30401"/>
<setting type="sep"/>
<setting label="30014" type="labelenum" values="IMDb|themoviedb.org|OFDb.de|Rotten Tomatoes / Critics' Consensus|IMDb Outline" id="plotsource" default="themoviedb.org"/>
<setting label="30014" type="labelenum" values="IMDb|themoviedb.org|Rotten Tomatoes / Critics' Consensus|IMDb Outline" id="plotsource" default="themoviedb.org"/>
<setting label="30020" subsetting="true" type="select" values="ar-AE|ar-SA|be-BY|bg-BG|bn-BD|ca-ES|ch-GU|cs-CZ|da-DK|de-DE|el-GR|en-US|eo-EO|es-ES|es-MX|et-EE|eu-ES|fa-IR|fi-FI|fr-CA|fr-FR|gl-ES|he-IL|hi-IN|hr-HR|hu-HU|id-ID|it-IT|ja-JP|ka-GE|ko-KR|lt-LT|lv-LV|ml-IN|nb-NO|nl-NL|no-NO|pl-PL|pt-BR|pt-PT|ro-RO|ru-RU|sk-SK|sl-SI|sr-RS|sv-SE|ta-IN|th-TH|tr-TR|uk-UA|vi-VN|zh-CN|zh-HK|zh-TW" id="tmdbplotlanguage" default="en-US" visible="eq(-1,1)"/>
<setting type="sep"/>
<setting label="30042" type="labelenum" values="IMDb|themoviedb.org|None" id="taglinesource" default="themoviedb.org"/>
Expand Down
Loading