diff --git a/channels/seriehd.py b/channels/seriehd.py
index 58efde3d..e98887a5 100644
--- a/channels/seriehd.py
+++ b/channels/seriehd.py
@@ -11,7 +11,7 @@ from core.item import Item
from platformcode import logger, config
from channelselector import thumb
-host = "https://seriehd.casa/"
+host = "https://seriehd.casa"
IDIOMAS = {'Italiano': 'IT'}
list_language = IDIOMAS.values()
diff --git a/channels/support.py b/channels/support.py
index d0853503..139cc0b8 100644
--- a/channels/support.py
+++ b/channels/support.py
@@ -19,16 +19,16 @@ def hdpass_get_servers(item):
if 'https' not in url:
url = 'https:' + url
- if 'hdpass' in url:
+ if 'hdpass' or 'hdplayer' in url:
data = httptools.downloadpage(url).data
-
+
start = data.find('
')
end = data.find('
', start)
data = data[start:end]
patron_res = '
(.*?)
'
patron_mir = '
(.*?)
'
- patron_media = r''
+ patron_media = r''
res = scrapertoolsV2.find_single_match(data, patron_res)
diff --git a/channels/videolibrary.json b/channels/videolibrary.json
index d9cc2877..e0b476c5 100644
--- a/channels/videolibrary.json
+++ b/channels/videolibrary.json
@@ -273,7 +273,7 @@
{
"id": "lowerize_title",
"type": "list",
- "label": "Crear directorios con letras en minúsculas",
+ "label": "@70703",
"default": 0,
"lvalues": [
"Si",
diff --git a/platformcode/launcher.py b/platformcode/launcher.py
index 9adcfeee..6691fe98 100644
--- a/platformcode/launcher.py
+++ b/platformcode/launcher.py
@@ -415,7 +415,7 @@ def play_from_library(item):
path=os.path.join(config.get_runtime_path(), "resources", "kod.mp4")))
# Por si acaso la imagen hiciera (en futuras versiones) le damos a stop para detener la reproduccion
- sleep(0.5) ### Si no se pone esto se bloquea Kodi
+ # sleep(0.5) ### Si no se pone esto se bloquea Kodi
xbmc.Player().stop()
# modificamos el action (actualmente la videoteca necesita "findvideos" ya que es donde se buscan las fuentes
diff --git a/resources/language/English/strings.po b/resources/language/English/strings.po
index 8eb85d5e..0fe9bbdb 100644
--- a/resources/language/English/strings.po
+++ b/resources/language/English/strings.po
@@ -10498,4 +10498,8 @@ msgstr ""
msgctxt "#70702"
msgid "Restart Kodi to apply the changes"
+msgstr ""
+
+msgctxt "#70703"
+msgid "Create directories with lowercase letters"
msgstr ""
\ No newline at end of file
diff --git a/resources/language/Italian/strings.po b/resources/language/Italian/strings.po
index 9d29034e..a400bfdb 100644
--- a/resources/language/Italian/strings.po
+++ b/resources/language/Italian/strings.po
@@ -5484,4 +5484,8 @@ msgstr "Il tasto è stato cancellato"
msgctxt "#70702"
msgid "Restart Kodi to apply the changes"
-msgstr "Riavvia Kodi per applicare le modifiche"
\ No newline at end of file
+msgstr "Riavvia Kodi per applicare le modifiche"
+
+msgctxt "#70703"
+msgid "Create directories with lowercase letters"
+msgstr "Crea cartelle con le lettere minuscole"
\ No newline at end of file