i don't known if it would be useful for information, but i use exactly this format (with raw in link format) for import file in kodi (example list m3u) and it work perfectly (for example from site pastebin.com)robalo escribió: Forgive my ignorance, but can not be used?Example:Código: Seleccionar todo
https://raw.githubusercontent.com/user/repository/master/path/file
orCódigo: Seleccionar todo
https://raw.githubusercontent.com/tvalacarta/pelisalacarta/master/python/main-classic/channels/animeflv.xml
Código: Seleccionar todo
https://raw.githubusercontent.com/tvalacarta/pelisalacarta/master/python/main-classic/channels/animeflv.py
Italian channels issues and development
Re: Italian channels issues and development
Mensaje por MikeW. » 01 Sep 2015, 09:38
Re: Italian channels issues and development
Mensaje por robalo » 01 Sep 2015, 09:45
Código: Seleccionar todo
def read_and_save_files_from_repository( item ):
url_py = "https://raw.githubusercontent.com/tvalacarta/pelisalacarta/master/python/main-classic/channels/animeflv.py"
url_xml = "https://raw.githubusercontent.com/tvalacarta/pelisalacarta/master/python/main-classic/channels/animeflv.xml"
data_py = scrapertools.cache_page( url_py )
data_xml = scrapertools.cache_page( url_xml )
save_file_py = os.path.join( config.get_setting( "downloadpath" ) ,"animeflv.py" )
save_file_xml = os.path.join( config.get_setting( "downloadpath" ) ,"animeflv.xml" )
f = open( save_file_py,'w' )
f.write( data_py )
f.close()
f = open( save_file_xml,'w' )
f.write( data_xml )
f.close()
Publicidad
Re: Italian channels issues and development
Mensaje por fenice82 » 01 Sep 2015, 09:49
MikeW. escribió:i don't known if it would be useful for information, but i use exactly this format (with raw in link format) for import file in kodi (example list m3u) and it work perfectly (for example from site pastebin.com)robalo escribió: Forgive my ignorance, but can not be used?Example:Código: Seleccionar todo
https://raw.githubusercontent.com/user/repository/master/path/file
orCódigo: Seleccionar todo
https://raw.githubusercontent.com/tvalacarta/pelisalacarta/master/python/main-classic/channels/animeflv.xml
Código: Seleccionar todo
https://raw.githubusercontent.com/tvalacarta/pelisalacarta/master/python/main-classic/channels/animeflv.py
For Those that prefer to use Pelisalacarta with skin, in this repo:
https://github.com/Fenice82/plugin.vide ... ui.pureita
they can find this version with only italian channels.
I've used the "raw.githubusercontent" to link all the channel banner.
>>click here<<
- zanzibar1982
- Mensajes: 481
- Registrado: 16 Jun 2015, 23:57
Re: Italian channels issues and development
Mensaje por zanzibar1982 » 01 Sep 2015, 10:01
Well, I did not know thatrobalo escribió:Forgive my ignorance, but can not be used?zanzibar1982 escribió:For CHANNELS:
Let me understand: if a channel source is on a github repo,
would it be possible to link "where to look for updates" in its .xml?
Please note that on github you can not directly download .py files, so the "updater"
should open channel page on repo and "scrape" for the channel code.Example:Código: Seleccionar todo
https://raw.githubusercontent.com/user/repository/master/path/file
orCódigo: Seleccionar todo
https://raw.githubusercontent.com/tvalacarta/pelisalacarta/master/python/main-classic/channels/animeflv.xml
Código: Seleccionar todo
https://raw.githubusercontent.com/tvalacarta/pelisalacarta/master/python/main-classic/channels/animeflv.py

- zanzibar1982
- Mensajes: 481
- Registrado: 16 Jun 2015, 23:57
Re: Italian channels issues and development
Mensaje por zanzibar1982 » 01 Sep 2015, 10:47
Good job mate!fenice82 escribió:MikeW. escribió:i don't known if it would be useful for information, but i use exactly this format (with raw in link format) for import file in kodi (example list m3u) and it work perfectly (for example from site pastebin.com)robalo escribió: Forgive my ignorance, but can not be used?Example:Código: Seleccionar todo
https://raw.githubusercontent.com/user/repository/master/path/file
orCódigo: Seleccionar todo
https://raw.githubusercontent.com/tvalacarta/pelisalacarta/master/python/main-classic/channels/animeflv.xml
Código: Seleccionar todo
https://raw.githubusercontent.com/tvalacarta/pelisalacarta/master/python/main-classic/channels/animeflv.py
For Those that prefer to use Pelisalacarta with skin, in this repo:
https://github.com/Fenice82/plugin.vide ... ui.pureita
they can find this version with only italian channels.
I've used the "raw.githubusercontent" to link all the channel banner.
the UI version comes very handy on handheld devices.
Now we too can use pelisalacarta like our spanish friends do: while driving!

EDIT: I have problems on UI interface: on pc the mouse click does no selection,
same on android, can browse but cannot select items.
Re: Italian channels issues and development
Mensaje por fenice82 » 01 Sep 2015, 11:34
Yeszanzibar1982 escribió:
Good job mate!
the UI version comes very handy on handheld devices.
Now we too can use pelisalacarta like our spanish friends do: while driving!

The same with the official version, I use it with remote o Yatse. On my pc I use arrow keys and Enter keyzanzibar1982 escribió: EDIT: I have problems on UI interface: on pc the mouse click does no selection,
same on android, can browse but cannot select items.
EDIT: I added to my GitHub repo @jesus @dentaku65 @DrZ3r0 @Zanzibar1982
>>click here<<
Re: Italian channels issues and development
Mensaje por fenice82 » 01 Sep 2015, 15:55
SerieHD is still under development...danteal escribió:Hi guys, I saw The channel seriehd doesn't apper. Is it a bug or is there a reason?
Thx
ciao
Fenice82
>>click here<<
Re: Italian channels issues and development
Mensaje por DrZ3r0 » 02 Sep 2015, 20:16
I have fixed search on tantifilm and I added vkpass video host.
The menu on the TV series is missing: I add it tomorrow.
IMHO Tantifilm is a very good channel because videos are uploaded to alternative hosts in Russia: at the moment I have not found a broken link.
https://github.com/streamondemand/plugi ... ses/latest
Re: Italian channels issues and development
Mensaje por fenice82 » 02 Sep 2015, 21:25
a little OT for all those that love ANIME
a guy fixed the VVVVID official plugin! you can download the zip file from https://github.com/narsus81/plugin.video.vvvvid
I always hope to have a vvvvid channel for pelisalacarta
>>click here<<
Volver a “pelisalacarta (For Italian users)”
- Ayuda sobre plugins
- ↳ tvalacarta
- ↳ Problemas (no me funciona...)
- ↳ Preguntas (cómo se hace...)
- ↳ Sugerencias (estaría bien que hubiera...)
- ↳ pelisalacarta
- ↳ Problemas (no me funciona...)
- ↳ Preguntas (cómo se hace...)
- ↳ Sugerencias (estaría bien que hubiera...)
- ↳ pelisalacarta (For Italian users)
- ↳ Problemi (Non mi funziona...)
- ↳ Domande (Come fare a...)
- ↳ Suggerimenti (Sarebbe bello che...)
- ↳ mywebtv
- ↳ Problemas (no me funciona...)
- ↳ Preguntas (cómo se hace...)
- ↳ Sugerencias (estaría bien que hubiera...)
- ↳ MediaExplorer
- ↳ Balandro
- ↳ Otros plugins
- ↳ Alfa
- ↳ Alfa (For Italian users)
- ↳ Tutoriales
- Ayuda sobre mediacenters
- ↳ XBMC / Kodi
- ↳ Plex
- ↳ Android
- ↳ Raspberry Pi
- ↳ Boxee
- ↳ WiiMC
- ↳ Enigma 2
- ↳ Otros media center
- Sugerencias
- ↳ Nuevos canales
- ↳ Mejoras
- Desarrolladores
- Comunidad
¿Qué es Mi media center?
Este es el foro oficial de soporte para pelisalacarta, tvalacarta y mywebtv.
También es un lugar para compartir tus experiencias con dispositivos multimedia y software media center, puede que encuentres algo interesante que ni siquiera sabías que se podía hacer.
Primeros pasos en Kodi
Si estás empezando con Kodi, o si estás interesado en sacarle más partido, puedes echar un vistazo a esta colección de video-tutoriales.
Aprenderás a crear y optimizar tu biblioteca, a instalar add-ons, a buscar subtítulos...
Cómo reportar un problema
Si tienes un problema en alguno de los plugins y quieres reportarlo, no olvides incluir el log.
Para que resulte útil tienes que activar la opción de "log completo" en el plugin, luego reiniciar Kodi y dar los pasos necesarios hasta que se produzca el problema.
Luego copia tu fichero de log, siguiendo las instrucciones que se describen en este enlace, e inclúyelo al final de la descripción de tu problema.
Aprende a programar para Kodi
Si sabes programar, esta serie de tutoriales que describen paso a paso cómo desarrollar tu propio add-on para Kodi.
Y si quieres añadir tus propios canales a pelisalacarta también te contamos paso a paso cómo hacerlo en este enlace.
¿Quién está conectado?
Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 8 invitados