Posts by Lululla
-
-
I'm everything but a developer and a skinner my friend
try like this..
I hope someone can better it
actors are not mentioned in the plugin
This is Ok on xcplugin => 5.4
:( -
Intendi dire il Server??
aprendo il plugin
apri con il tasto Verde la configurazione
poi premi il tasto blu e selezioni il file .xml che ha iprecedentemente compilato
per compilarlo puoi usare il metodo manuale
quindi con notepad++ inserendo il link del Host - user e password come da foto
Oppure
se leggi la discussione, puoi importare da un file /tmp/xc.txt che contiene host user e password
ma ti consiglio di dare una lettura alle 2 discussioni che sono in questa sezione
puoi anche inserire i dati direttamente nelal config,
Il plugin fa tante cose, anche leggere i file .m3u che metti in media/hdd o /tmp, dipende tutto dalla configurazione..
ciao
-
-
TMDb 0.7-r2 plugin is only HD
even looking good is also fhd but it does not go
wait
-
-
puoi forzare se vuoi
usa 7zip
estrai da lfile ipk la cartella "data"
e segui i percorsi nelle cartelle via ftp, copiando il necessario
ma hai dato il comando ?
opkg install --force-overwrite /tmp/*.ipk
ciao
-
test OK
now if you can put in userlist.txt the plugin.video.raitv-2.0.0.zip that you already find in corvone
in international/italian ;)
;) -
this plugin have a skin FHd
Pythondef setSkin(self): if screenWidth >= 1920: return TMBD.skin_fullhd elif screenWidth >= 1280: if config.plugins.tmbd.skins.value == "0": return TMBD.skin_hd if config.plugins.tmbd.skins.value == "1": return TMBD.skin_hd1 else: return TMBD.skin_sdif you have set in config skin fhd ..
if config.plugins.tmbd.skins.value == "1":
have other issue on your enigma :) -
for the download there would be no problem, I go to the source I find the link.
I wanted the plguin Rai to be complete, or that kodilite could download, given the numerous requests that come to me from this other point of the earth
regards my friend
-
on italian.movie i have error
butI think the problem is on my reply first.
Maybe if we can do a standalone e2 plugin on raiplay LOL
follow the path in the picture I put
film on demad by raiplay
any film does not download
-
maybe the problem is this ??
_https://github.com/nightflyer73/plugin.video.raitv/issues/26
user agent fixed on raiplay?
-
yes I did just that, the above script, but it does not save the file, save a few bytes
:(
-
Great..
the merit is yours, pcd, I did not do anything

"> -
bhaaa..
I'm sorry my friend will be old, but I had forgotten and I had not even seen him.
:(
But I see that the download starts but does not download anything.
set on /media/usb
/media/usb/La-corrispondenza.mpg byte 493
No download
*
although in the video-image it marks media / hdd I have tested with both, I have usb
this is my command

-
would it be possible on the raiplay plugin to insert a movie download?
on linux or windows platform
Since we have the url link in player
Could you add this feature to kodilite?
regards my friend
Python
Display Moredef play(url, pathId=""): xbmc.log("Playing...") if pathId != "": xbmc.log("PathID: " + pathId) raiplay = RaiPlay() url = raiplay.getVideoUrl(pathId) # Handle RAI relinker if url[:53] == "http://mediapolis.rai.it/relinker/relinkerServlet.htm" or \ url[:56] == "http://mediapolisvod.rai.it/relinker/relinkerServlet.htm" or \ url[:58] == "http://mediapolisevent.rai.it/relinker/relinkerServlet.htm": xbmc.log("Relinker URL: " + url) relinker = Relinker() url = relinker.getURL(url) # Add the server to the URL if missing if url !="" and url.find("://") == -1: url = raiplay.baseUrl + url xbmc.log("Media URL: " + url) # It seems that all .ram files I found are not working # because upstream file is no longer present if url[-4:].lower() == ".ram": dialog = xbmcgui.Dialog() dialog.ok("Errore", "I file RealAudio (.ram) non sono supportati.") return # Play the item item=xbmcgui.ListItem(path=url + '|User-Agent=' + urllib.quote_plus(Relinker.UserAgent)) xbmcplugin.setResolvedUrl(handle=handle, succeeded=True, listitem=item) -
in the plugin configuration menu
:)
-
I have not understood what you're talking about yet, I'm waiting for the tiny capitalized word
TMDb ??
tmdb?
TMDB?
This Topi is for TMDb
Open new topic please for issue ;)
-
find the language in config
languages available
Python
Display Moredef availableLanguagesPressed(self): list = [ ("en", "en"), ("ru", "ru"), ("fr", "fr"), ("bg", "bg"), ("it", "it"), ("po", "po"), ("lv", "lv"), ("de", "de"), ("da", "da"), ("nl", "nl"), ("fi", "fi"), ("el", "el"), ("he", "he"), ("hu", "hu"), ("no", "no"), ("pt", "pt"), ("ro", "ro"), ("sk", "sk"), ("sl", "sl"), ("es", "es"), ("sv", "sv"), ("tr", "tr"), ("uk", "uk"), ("cz", "cz"), ("en" + _(" as alternative language"), "en"), ("ru" + _(" as alternative language"), "ru"), ("fr" + _(" as alternative language"), "fr"), ("bg" + _(" as alternative language"), "bg"), ("it" + _(" as alternative language"), "it"), ("po" + _(" as alternative language"), "po"), ("lv" + _(" as alternative language"), "lv"), ("de" + _(" as alternative language"), "de"), ("da" + _(" as alternative language"), "da"), ("nl" + _(" as alternative language"), "nl"), ("fi" + _(" as alternative language"), "fi"), ("el" + _(" as alternative language"), "el"), ("he" + _(" as alternative language"), "he"), ("hu" + _(" as alternative language"), "hu"), ("no" + _(" as alternative language"), "no"), ("pt" + _(" as alternative language"), "pt"), ("ro" + _(" as alternative language"), "ro"), ("sk" + _(" as alternative language"), "sk"), ("sl" + _(" as alternative language"), "sl"), ("es" + _(" as alternative language"), "es"), ("sv" + _(" as alternative language"), "sv"), ("tr" + _(" as alternative language"), "tr"), ("uk" + _(" as alternative language"), "uk"), ("cz" + _(" as alternative language"), "cz") ] -



