Skip to content

Commit

Permalink
Remove Kodi 19 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sy6sy2 committed Feb 27, 2021
1 parent 7eb0b35 commit e268da9
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 40 deletions.
8 changes: 3 additions & 5 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.catchuptvandmore" name="Catch-up TV &amp; More" version="0.2.32~beta01" provider-name="SylvainCecchetto,wwark">
<addon id="plugin.video.catchuptvandmore" name="Catch-up TV &amp; More" version="0.2.32~beta02" provider-name="SylvainCecchetto,wwark">
<requires>
<!-- xbmc.python -->
<import addon="script.module.codequick" version="0.9.13"/>
Expand Down Expand Up @@ -42,10 +42,8 @@
<email>catch.up.tv.and.more at gmail dot com</email>
<source>https://github.com/Catch-up-TV-and-More/plugin.video.catchuptvandmore</source>
<news>
[Version 0.2.31]
[CA - TVA] Fix Catch-up TV
[CH - SRGSSR] Fix Catch-up TV
[ALL] Add a notification "Plugin CUTVMore non compatible Kodi 19"
[Version 0.2.32]
[ALL] Remove notification "Plugin CUTVMore non compatible Kodi 19"
----
Visit WebSite - http://mpdb.tv/#home which host the french forum used by users of CU TV and More
</news>
Expand Down
8 changes: 0 additions & 8 deletions resources/language/resource.language.en_gb/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -692,14 +692,6 @@ msgctxt "#30606"
msgid "Do you want to see this information next time?"
msgstr ""

msgctxt "#30607"
msgid "Information: Kodi 19 - Matrix"
msgstr ""

msgctxt "#30608"
msgid "The Catch-Up TV and More plugin is not compatible with Kodi 19. We are awaiting updates to third party plugins used in this plugin. If you want to continue using this plugin, the last supported version is Kodi 18.9."
msgstr ""


# Others (from 30700 to 30799)

Expand Down
8 changes: 0 additions & 8 deletions resources/language/resource.language.fr_fr/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -692,14 +692,6 @@ msgctxt "#30606"
msgid "Do you want to see this information next time?"
msgstr "Voulez-vous voir cette information la prochaine fois ?"

msgctxt "#30607"
msgid "Information: Kodi 19 - Matrix"
msgstr "Information : Kodi 19 - Matrix"

msgctxt "#30608"
msgid "The Catch-Up TV and More plugin is not compatible with Kodi 19. We are awaiting updates to third party plugins used in this plugin. If you want to continue using this plugin, the last supported version is Kodi 18.9."
msgstr "Le plugin Catch-Up TV and More n'est pas compatible avec Kodi 19. Nous sommes en attente de mise à jour de plugin tièrs utilisés dans ce plugin. Si vous voulez continuer à utiliser ce plugin, la dernière version supportée est le Kodi 18.9."


# Others (from 30700 to 30799)

Expand Down
8 changes: 0 additions & 8 deletions resources/language/resource.language.he_il/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -692,14 +692,6 @@ msgctxt "#30606"
msgid "Do you want to see this information next time?"
msgstr ""

msgctxt "#30607"
msgid "Information: Kodi 19 - Matrix"
msgstr ""

msgctxt "#30608"
msgid "The Catch-Up TV and More plugin is not compatible with Kodi 19. We are awaiting updates to third party plugins used in this plugin. If you want to continue using this plugin, the last supported version is Kodi 18.9."
msgstr ""


# Others (from 30700 to 30799)

Expand Down
8 changes: 0 additions & 8 deletions resources/language/resource.language.nl_nl/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -692,14 +692,6 @@ msgctxt "#30606"
msgid "Do you want to see this information next time?"
msgstr "Wilt u deze informatie een volgende keer zien?"

msgctxt "#30607"
msgid "Information: Kodi 19 - Matrix"
msgstr ""

msgctxt "#30608"
msgid "The Catch-Up TV and More plugin is not compatible with Kodi 19. We are awaiting updates to third party plugins used in this plugin. If you want to continue using this plugin, the last supported version is Kodi 18.9."
msgstr ""


# Others (from 30700 to 30799)

Expand Down
3 changes: 0 additions & 3 deletions resources/lib/menu_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,6 @@ def get_sorted_menu(plugin, menu_id):
current_menu = importlib.import_module('resources.lib.skeletons.' +
menu_id).menu

if menu_id == "root":
xbmcgui.Dialog().ok(plugin.localize(30607), plugin.localize(30608))

# Notify user for the new M3U Live TV feature
if menu_id == "live_tv" and \
get_kodi_version() >= 18 and \
Expand Down

0 comments on commit e268da9

Please sign in to comment.