Página 1 de 11

Stream on Demand e libreria KODI

Publicado: 13 Sep 2015, 11:09
por vitouchiha
Ciao Ragazzi ora che si ha una relaese tutta italiana è possibile " fixare " il problema dell'aggiunta delle serie e dei film nella Libreria di Kodi?

mi auto quoto per rendere visibile il problema

Imagen[/quote]



pressing on that option

pelisalacarta adds " TV series" selected in the " library" Kodi

in this way
via "scraper " plugin
kodi read the TV series inserted into the library
and he will order with cover , name and description of the episodes

these TV series will then in the category TV series kodi fully ordered

I think it's an extremely useful work and makes all the work done so far perfect

Imagen

Imagen

Imagen

in this case I used Genesis

but if you follow the video that I linked before

the method is the same

if you use pelisalacarta Spanish
the function to add series in the library appears
that does not appear in Italian plugin of pelisalacarta

Re: Problemi con StreaOnDemand

Publicado: 13 Sep 2015, 19:02
por dentaku65
@vitouchiha per piacere disinstalla e reinstalla streamondemand; anche se non ho capito bene la funzione che usi dovrei aver messo su qualcosa...

Re: Problemi con StreaOnDemand

Publicado: 13 Sep 2015, 19:20
por fenice82
manca la funzione

Código: Seleccionar todo

    if config.get_library_support():
        itemlist.append( Item(channel=__channel__, title="Añadir esta serie a la biblioteca de XBMC", url=item.url, action="add_serie_to_library", extra="episodios", show=item.show) )
        itemlist.append( Item(channel=item.channel, title="Descargar todos los episodios de la serie", url=item.url, action="download_all_episodes", extra="episodios", show=item.show) )
un'esempio lo si trova nel file animeflv.py di pelisalacarta.

l'ho aggiunto ad uno dei nostri canali ma mi riproduce un'errore non loggato :roll:

sto cercano di capire come correggerlo.

Re: Problemi con StreaOnDemand

Publicado: 13 Sep 2015, 20:50
por fenice82
credo d'aver risolto il problema...

premetto che c'è un problema sia con la versione Pelisalacarta UI che con la Stream On Demand PureITA (proverò a risolverlo).

prima di inserire il fix ne devo parlare con gli altri, poichè dobbiamo cambiare delle impostazioni nei canali.

Ciao

Fenice82

Re: Problemi con StreaOnDemand

Publicado: 13 Sep 2015, 22:39
por fenice82
Allora, per il momento ho fixato i canali di serieHD e itafilmtv dovresti ritrovarteli aggiornati al prossimo lancio.

l'opzione da selezionare è la penultima della schermata (quella senza il numero della seriexepisodio, proverò a renderlo più esplicito).

Il sito serieHD salva il titolo (e di conseguenza crea la cartella) senza problemi mentre itafilmtv aggiunge al titolo il suffisso "subITA" che devo capire se si riesce a eliminare (si può fare manualmente da KODI, se non sapete come fare ve lo spiego).

Per aggiungere i file alla libreria seguire questo percorso partendo dalla home di kodi:

Video --> File --> Aggiungi Video... --> Esplora --> Cartella HOME --> userdata --> addon_data --> plugin.video.streamondemand --> library --> SERIES --> OK --> OK

per i non esperti nella finestra che si apre dopo scorrere la voce "Questa cartella contiene" fino a raggiungere "(Serie TV)" chiccare ancora su ok e poi su si.

Ora nella schermata principale di KODI avrete un nuovo TAB "serie TV" con le serie da voi salvate.

ciao

Fenice82

ps. man mano che aggiornerò i vari file questi vi si aggiorneranno automaticamente.

Re: Problemi con StreaOnDemand

Publicado: 13 Sep 2015, 22:41
por robalo
@fenice:

Since you're going to be working on the subject, I tell you what I said long to Zanzibar; store titles in the series and movies unformatted or attribute parameter 'fulltitle' and 'show'. These will be used as 'title' for movie downloads, parameter or 'fulltitle' attribute as 'title' in the "Add this number to the school library XBMC" parameter or attribute 'show'.

Also keep in mind that this option must be in the function that is responsible for presenting the list of episosios and the name of the function must be 'episodes'. If not, no automatic update function of the added series, not updating the lists of library xbmc/kodi with new episodes posted on the web.

EDIT: Edito para ponerlo en español por si google la ha liado :)

Ya que te vas a poner a trabajar en el tema, te digo lo que le dije hace tiempo a zanzibar; almacenar los títulos de las series y películas sin formatear en los parámetro o atributo 'fulltitle' y 'show'. Éstos se usarán como 'title' para la descargas de péliculas, parámetro o atributo 'fulltitle' y como 'title' en la opción "Añadir esta serie a la bibloteca XBMC", parámetro o atributo 'show'.

También se debe tener en cuenta que esta opción debe de estar en la función que se encarga de presentar el listado de episosios y su el nombre de la función debe ser 'episodios'. Si no es así, no funcionará la actualización automática de las series añadidas, no actualizando las listas de la biblioteca de xbmc/kodi con los nuevos episodios que colgados en la web.

Re: Problemi con StreaOnDemand

Publicado: 13 Sep 2015, 22:47
por fenice82
robalo escribió:@fenice:

Since you're going to be working on the subject, I tell you what I said long to Zanzibar; store titles in the series unformatted or attribute parameter 'fulltitle' and 'show'. These will be used as 'title' for movie downloads, parameter or 'fulltitle' attribute as 'title' in the "Add this number to the school library XBMC" parameter or attribute 'show'.

Also keep in mind that this option must be in the function that is responsible for presenting the list of episosios and the name of the function must be 'episodes'. If not, no automatic update function of the added series, not updating the lists of library xbmc/kodi with new episodes posted on the web.
@robalo, are you studing italian? :lol: :lol:

as usual thank you per your support, for sure I'll disturb you in the other topic :mrgreen: .

ciao & gracias :)

Re: Problemi con StreaOnDemand

Publicado: 13 Sep 2015, 22:53
por robalo
fenice82 escribió:@robalo, are you studing italian? :lol: :lol:

as usual thank you per your support, for sure I'll disturb you in the other topic :mrgreen: .

ciao & gracias :)
No tengo tiempo ni para estudiar español :lol: :lol: :lol:

Puedes preguntar lo que quieras, te responderé como buenamente pueda en los temas que pueda hacerlo.

Re: Problemi con StreaOnDemand

Publicado: 16 Sep 2015, 11:08
por vitouchiha
grandissimo !

era quello che cercavo di spiegare !

grazie mille!

i canali li stai fixando tutti?

ps: esiste una pagina per fare una donazione per questo progetto?
fenice82 escribió:Allora, per il momento ho fixato i canali di serieHD e itafilmtv dovresti ritrovarteli aggiornati al prossimo lancio.

l'opzione da selezionare è la penultima della schermata (quella senza il numero della seriexepisodio, proverò a renderlo più esplicito).

Il sito serieHD salva il titolo (e di conseguenza crea la cartella) senza problemi mentre itafilmtv aggiunge al titolo il suffisso "subITA" che devo capire se si riesce a eliminare (si può fare manualmente da KODI, se non sapete come fare ve lo spiego).

Per aggiungere i file alla libreria seguire questo percorso partendo dalla home di kodi:

Video --> File --> Aggiungi Video... --> Esplora --> Cartella HOME --> userdata --> addon_data --> plugin.video.streamondemand --> library --> SERIES --> OK --> OK

per i non esperti nella finestra che si apre dopo scorrere la voce "Questa cartella contiene" fino a raggiungere "(Serie TV)" chiccare ancora su ok e poi su si.

Ora nella schermata principale di KODI avrete un nuovo TAB "serie TV" con le serie da voi salvate.

ciao

Fenice82

ps. man mano che aggiornerò i vari file questi vi si aggiorneranno automaticamente.

Re: Stream on Demand e libreria KODI

Publicado: 16 Sep 2015, 11:18
por fenice82
per la libreria, DrZ3r0 ha trovato un bug che, in caso si scaricasse la stessa seria in italiano e poi subbata, una sovrascriverebbe l'altra.

questo vale anche per Pelisalacarta.

non appena fixeremo questo bug procederemo ad aggiornare tutti i canali.

chiediamo solo un pochino di pazienza.

ciao