Skip to content

Commit

Permalink
episode image
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Ehrnsperger authored and Markus Ehrnsperger committed Jan 18, 2024
1 parent d2aa884 commit a79ee15
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 49 deletions.
18 changes: 8 additions & 10 deletions pages/pageelems.ecpp
Original file line number Diff line number Diff line change
Expand Up @@ -794,20 +794,18 @@ if (elapsed >= 0) {
<a href="/epgimages/<$ *it $>" target="_blank">
<img src="/epgimages/<$ *it $>" class="epg_image"/>
</a>
<%cpp>
}
if(!epgImage.empty() ) {
</%cpp>
% } bool scraperImage = false;
% if(!epgImage.empty() ) { scraperImage = true;
<a href="/tvscraper/<$ epgImage $>" target="_blank">
<img src="/tvscraper/<$ epgImage $>" class="epg_image"/>
</a>
% if (episodeFound && !scraperMovieOrTv.episode.episodeImage.path.empty() ) {
<a href="/tvscraper/<$ scraperMovieOrTv.episode.episodeImage.path $>" target="_blank">
<img src="/tvscraper/<$ scraperMovieOrTv.episode.episodeImage.path $>" class="epg_image"/>
</a>
% } if (episodeFound && !scraperMovieOrTv.episode.episodeImage.path.empty() ) { scraperImage = true;
<a href="/tvscraper/<$ scraperMovieOrTv.episode.episodeImage.path $>" target="_blank">
<img src="/tvscraper/<$ scraperMovieOrTv.episode.episodeImage.path $>" class="epg_image"/>
</a>
<%cpp>
} // episodeFound && !scraperMovieOrTv.episode.episodeImage.path.empty()
} else {
} // episodeFound && !scraperMovieOrTv.episode.episodeImage.path.empty()
if (!scraperImage) {
std::list<std::string> images1 = EpgEvents::RecImages(boxId, filename);
size_t delimPos = boxId.find_last_of('_');
std::string recId = (delimPos)?boxId.substr(delimPos+1):boxId;
Expand Down
6 changes: 3 additions & 3 deletions po/cs_CZ.po
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ msgstr ""
msgid "Copy only"
msgstr ""

msgid "Title"
msgstr "Název"

#, fuzzy
msgid "Short description"
msgstr "Popis"
Expand Down Expand Up @@ -269,9 +272,6 @@ msgstr "Velikost písmen"
msgid "Search in"
msgstr "Vyhledávat v"

msgid "Title"
msgstr "Název"

msgid "Episode"
msgstr "Epizoda"

Expand Down
6 changes: 3 additions & 3 deletions po/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ msgstr "Schnittmarken löschen"
msgid "Copy only"
msgstr "Nur kopieren"

msgid "Title"
msgstr "Titel"

msgid "Short description"
msgstr "Kurzbeschreibung"

Expand Down Expand Up @@ -263,9 +266,6 @@ msgstr "Groß/klein"
msgid "Search in"
msgstr "Suche in"

msgid "Title"
msgstr "Titel"

msgid "Episode"
msgstr "Episode"

Expand Down
6 changes: 3 additions & 3 deletions po/es_ES.po
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ msgstr "Borrar informaci
msgid "Copy only"
msgstr "Copia únicamente"

msgid "Title"
msgstr "Título"

msgid "Short description"
msgstr "Descripción corta"

Expand Down Expand Up @@ -261,9 +264,6 @@ msgstr "Coincidir May
msgid "Search in"
msgstr "Buscar en"

msgid "Title"
msgstr "Título"

msgid "Episode"
msgstr "Episodio"

Expand Down
6 changes: 3 additions & 3 deletions po/fi_FI.po
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ msgstr "Poista merkinnät"
msgid "Copy only"
msgstr "Kopioi ainoastaan"

msgid "Title"
msgstr "Otsikko"

msgid "Short description"
msgstr "Lyhyt kuvaus"

Expand Down Expand Up @@ -261,9 +264,6 @@ msgstr "Huomioi kirjainkoko"
msgid "Search in"
msgstr "Hae kentistä"

msgid "Title"
msgstr "Otsikko"

msgid "Episode"
msgstr "Jakson nimi"

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

msgid "Title"
msgstr "Titre"

#, fuzzy
msgid "Short description"
msgstr "Description"
Expand Down Expand Up @@ -268,9 +271,6 @@ msgstr "Maj/Minuscule"
msgid "Search in"
msgstr "Recherche dans"

msgid "Title"
msgstr "Titre"

msgid "Episode"
msgstr "Épisode"

Expand Down
6 changes: 3 additions & 3 deletions po/it_IT.po
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ msgstr "Elimina informazione marcatori"
msgid "Copy only"
msgstr "Solo copia"

msgid "Title"
msgstr "Titolo"

msgid "Short description"
msgstr "Descrizione breve"

Expand Down Expand Up @@ -267,9 +270,6 @@ msgstr "Maiuscolo/Minuscolo"
msgid "Search in"
msgstr "Cerca in"

msgid "Title"
msgstr "Titolo"

msgid "Episode"
msgstr "Episodio"

Expand Down
6 changes: 3 additions & 3 deletions po/ka_GE.po
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ msgstr "ნიშნების ინფორმაციის წაშლ
msgid "Copy only"
msgstr "მხოლოდ კოპირება"

msgid "Title"
msgstr "სათაური"

msgid "Short description"
msgstr "მოკლე აღწერა"

Expand Down Expand Up @@ -264,9 +267,6 @@ msgstr "დიდი და პატარა ასოების სხვ
msgid "Search in"
msgstr "სად ვეძებო"

msgid "Title"
msgstr "სათაური"

msgid "Episode"
msgstr "ეპიზოდი"

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

msgid "Title"
msgstr "Pavadinimas"

#, fuzzy
msgid "Short description"
msgstr "Aprašymas"
Expand Down Expand Up @@ -263,9 +266,6 @@ msgstr "Kreiti dėmesį į raidžių registrą"
msgid "Search in"
msgstr "Ieškoti"

msgid "Title"
msgstr "Pavadinimas"

msgid "Episode"
msgstr "Epizodas"

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

msgid "Title"
msgstr ""

msgid "Short description"
msgstr ""

Expand Down Expand Up @@ -267,9 +270,6 @@ msgstr "Idem case"
msgid "Search in"
msgstr ""

msgid "Title"
msgstr ""

msgid "Episode"
msgstr ""

Expand Down
6 changes: 3 additions & 3 deletions po/pl_PL.po
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ msgstr "Usuń informację o znacznikach"
msgid "Copy only"
msgstr "Skopiuj do katalogu"

msgid "Title"
msgstr "Tytuł"

msgid "Short description"
msgstr "Krótki opis"

Expand Down Expand Up @@ -262,9 +265,6 @@ msgstr "Uwzględnij wielkość liter"
msgid "Search in"
msgstr "Szukaj w"

msgid "Title"
msgstr "Tytuł"

msgid "Episode"
msgstr "Epizod"

Expand Down
6 changes: 3 additions & 3 deletions po/ru_RU.po
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ msgstr "Удалить маркеры"
msgid "Copy only"
msgstr "Копировать"

msgid "Title"
msgstr "Название"

msgid "Short description"
msgstr "Краткое описание"

Expand Down Expand Up @@ -261,9 +264,6 @@ msgstr "С учетом регистра"
msgid "Search in"
msgstr "Искать в"

msgid "Title"
msgstr "Название"

msgid "Episode"
msgstr "Эпизод"

Expand Down
6 changes: 3 additions & 3 deletions po/sk_SK.po
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ msgstr "Vymaza
msgid "Copy only"
msgstr "Iba kopírova»"

msgid "Title"
msgstr "V názve"

msgid "Short description"
msgstr "Struèný opis"

Expand Down Expand Up @@ -262,9 +265,6 @@ msgstr "Pr
msgid "Search in"
msgstr "Hµada» v"

msgid "Title"
msgstr "V názve"

msgid "Episode"
msgstr "v epizóde"

Expand Down
6 changes: 3 additions & 3 deletions po/sv_SE.po
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ msgstr "Ta bort märkningsinformation"
msgid "Copy only"
msgstr "Kopiera endast"

msgid "Title"
msgstr "Titel"

msgid "Short description"
msgstr "Kort beskrivning"

Expand Down Expand Up @@ -261,9 +264,6 @@ msgstr "Matcha versaler / gemener"
msgid "Search in"
msgstr "Sök i"

msgid "Title"
msgstr "Titel"

msgid "Episode"
msgstr "Avsnitt"

Expand Down

0 comments on commit a79ee15

Please sign in to comment.