Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Ehrnsperger committed Jun 18, 2023
1 parent 954238f commit 2bc69cc
Show file tree
Hide file tree
Showing 16 changed files with 52 additions and 3 deletions.
10 changes: 10 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,13 @@ VDR Plugin 'live' Revision History
2023-01-18: Version 3.1.11

- Use new tvscraper service interface "class cScraperVideo"


2023-06-18: Version 3.2

- Support mobile devices
- Support tvscraper data, including images
- Improve performance, especially for recordings
- Show duplicate recordings
- Show errors in recordings
- And many other, smaller improvements
2 changes: 1 addition & 1 deletion pages/pageelems.ecpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function addErrorIcon(s, numErrors, durationDeviation, duration) {
s.a += ': '
s.a += duration
s.a += ' '
s.a += '<$tr("min")$>'
s.a += '<$tr("h")$>'
s.a += '\" /> </div>'
}

Expand Down
3 changes: 3 additions & 0 deletions po/cs_CZ.po
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,9 @@ msgstr ""
msgid "Recording length"
msgstr ""

msgid "h"
msgstr ""

msgid "Find more at the Internet Movie Database."
msgstr "Vyhledej více na Internet Movie Database."

Expand Down
3 changes: 3 additions & 0 deletions po/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,9 @@ msgstr "min"
msgid "Recording length"
msgstr "Länge der Aufzeichnung"

msgid "h"
msgstr "h"

msgid "Find more at the Internet Movie Database."
msgstr "Weitere Informationen in der Internet Movie Database."

Expand Down
3 changes: 3 additions & 0 deletions po/es_ES.po
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,9 @@ msgstr ""
msgid "Recording length"
msgstr ""

msgid "h"
msgstr ""

msgid "Find more at the Internet Movie Database."
msgstr "Encontrar más en la Base de Datos de Películas de Internet"

Expand Down
3 changes: 3 additions & 0 deletions po/fi_FI.po
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,9 @@ msgstr ""
msgid "Recording length"
msgstr ""

msgid "h"
msgstr ""

msgid "Find more at the Internet Movie Database."
msgstr "Hae IMDB:stä"

Expand Down
3 changes: 3 additions & 0 deletions po/fr_FR.po
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,9 @@ msgstr ""
msgid "Recording length"
msgstr ""

msgid "h"
msgstr ""

msgid "Find more at the Internet Movie Database."
msgstr "Trouver plus d'information du film dans la base de données film IMDB."

Expand Down
3 changes: 3 additions & 0 deletions po/it_IT.po
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,9 @@ msgstr ""
msgid "Recording length"
msgstr ""

msgid "h"
msgstr ""

msgid "Find more at the Internet Movie Database."
msgstr "Cerca ulteriori informazioni nel database internet (IMDB)"

Expand Down
3 changes: 3 additions & 0 deletions po/ka_GE.po
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,9 @@ msgstr "წთ"
msgid "Recording length"
msgstr "ჩანაწერის ხანგრძლივობა"

msgid "h"
msgstr ""

msgid "Find more at the Internet Movie Database."
msgstr "მეტის პოვნა IMDB-ზე."

Expand Down
3 changes: 3 additions & 0 deletions po/lt_LT.po
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,9 @@ msgstr ""
msgid "Recording length"
msgstr ""

msgid "h"
msgstr ""

msgid "Find more at the Internet Movie Database."
msgstr "Gauti daugiau informacijos iš IMDb."

Expand Down
3 changes: 3 additions & 0 deletions po/nl_NL.po
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,9 @@ msgstr ""
msgid "Recording length"
msgstr ""

msgid "h"
msgstr ""

msgid "Find more at the Internet Movie Database."
msgstr ""

Expand Down
3 changes: 3 additions & 0 deletions po/pl_PL.po
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,9 @@ msgstr ""
msgid "Recording length"
msgstr ""

msgid "h"
msgstr ""

msgid "Find more at the Internet Movie Database."
msgstr "Szukaj w IMDb.com"

Expand Down
3 changes: 3 additions & 0 deletions po/ru_RU.po
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,9 @@ msgstr ""
msgid "Recording length"
msgstr ""

msgid "h"
msgstr ""

msgid "Find more at the Internet Movie Database."
msgstr "Найти на Kinopoisk.ru."

Expand Down
3 changes: 3 additions & 0 deletions po/sk_SK.po
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,9 @@ msgstr ""
msgid "Recording length"
msgstr ""

msgid "h"
msgstr ""

msgid "Find more at the Internet Movie Database."
msgstr "Viac na Internet Movie Database."

Expand Down
3 changes: 3 additions & 0 deletions po/sv_SE.po
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,9 @@ msgstr ""
msgid "Recording length"
msgstr ""

msgid "h"
msgstr ""

msgid "Find more at the Internet Movie Database."
msgstr "Hitta mera på IMDB"

Expand Down
4 changes: 2 additions & 2 deletions setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

#include <vdr/menuitems.h>

#define LIVEVERSION "3.1.12"
#define LIVEVERSNUM 30112
#define LIVEVERSION "3.2.0"
#define LIVEVERSNUM 30200
#define LIVESUMMARY trNOOP("Live Interactive VDR Environment")

namespace vdrlive {
Expand Down

0 comments on commit 2bc69cc

Please sign in to comment.