Página 4 de 95

Re: Italian channels issues and development

Publicado: 22 Jul 2015, 19:35
por dentaku65
cb01 added in github... now plot is displayed in RPI too thx mate

Re: Italian channels issues and development

Publicado: 22 Jul 2015, 19:58
por zanzibar1982
U're wellcome, now re-working on italiafilm01 ;)

EDIT:

dentaku65,

I am not able to fit the matches for this channel.

Problem is that template we are using pretends the "matches" have like this order:

match0: <a href="(.*?)" - for movie page link
match1: .*?title="(.*?)" - for movie title to display
match2: <img src="(.*?)" - for movie poster thumbnail

read the guide I translated, I think part 5) should explain the matches concept.

Each match is requested inside the item in a given order (I am unable to change) right after the strings we try to edit.

If we don't "match the matches" properly then Kodi won't be able to understand the string.

That is basically the main problem when editing a new channel,

to fit html page's information into the "shape" the channel template we are trying to edit.

Or at least this is the way I fight to edit a new channel.

Re: Italian channels issues and development

Publicado: 23 Jul 2015, 19:21
por zanzibar1982
dentaku65

mate please check these connectors plugin if you have any problems, I found them on the forum looking for various fixes

to the errors sometimes we have trying to load a stream.

Let me know, they all seem to work to me.

Cheers

https://mega.co.nz/#!k50ywYxb!T9cC3iz8H ... Yqx3ug_z-o

Re: Italian channels issues and development

Publicado: 23 Jul 2015, 21:25
por aliaskappa
I inform you that the details of the films are not present on cineblog01,
can u fix it? ;)

Re: Italian channels issues and development

Publicado: 24 Jul 2015, 04:42
por zanzibar1982
Did you download version on page 3 of this thread?

Re: Italian channels issues and development

Publicado: 24 Jul 2015, 06:19
por dentaku65
Hello,

yes the github contains the latest versions; is this result to you or not?

Anyway I've prepared hubberfilm, but I still have an issue with the links; the regular expression is working fine but unfortunately the links extracted contains the url that I think Kodi cannot interpreter, example:

Código: Seleccionar todo

<a href="index.php?h=f&tipo=film&film=30757">
instead of

Código: Seleccionar todo

<a href="http://hubberfil,com/index.php?h=f&tipo=film&film=30757">

I don't know how to concatenate in the extracted url the domain name and protocol :|

'nice day!

Re: Italian channels issues and development

Publicado: 24 Jul 2015, 16:35
por zanzibar1982
dentaku65,

let me explain what I did, as it will be useful in the future.

Basically one of the ways to tell each item the main url to use is to put at the beginning of the sheet

this string:

Código: Seleccionar todo

sito="http://il_sito_del_canale.bau"
by doing so you just have to type "sito" anywhere in the sheet to call that url.


hubberfilm.org has html structured so that it is "taken for granted" main page url,

using just second part of links related to movies pages.

So I put in our channel "sito" at beginning of sheet,

and in the item "peliculas" on top of paginador, where you determine the actions to do I added

"sito+" to "url=scrapedurl":

Código: Seleccionar todo

itemlist.append( Item(channel=__channel__, action="findvideos", title=scrapedtitle , url=sito+scrapedurl , thumbnail=scrapedthumbnail , plot=scrapedplot , folder=True) )

So you tell it "add this url=sito to the url you scraped in maches"

Note to hubberfilm: site has problems with thumbnails sometimes.

Note 2: search this forum or github for updated servers if you get a lot of errors opening the streams.

Attachments:

hubberfilm_v.0.2.zip http://www98.zippyshare.com/v/D0O7Vl0M/file.html

videoweed_update http://www98.zippyshare.com/v/dCZnpxtC/file.html

Re: Italian channels issues and development

Publicado: 24 Jul 2015, 18:08
por superdanni
Salve ragazzi,grazie a tutti per il vostro ottimo lavoro :D

Re: Italian channels issues and development

Publicado: 24 Jul 2015, 18:42
por zanzibar1982
Wellcome superdanni, just sharing some knowledge here.

For those with (a lot of) linux knowledge, I have this thinpc

Cpu Via Eden 500mhz
Video Via cn700-8237

I am trying to run Geexbox 3.0
but I have issues trying to install driver wifi usb.

If anyone can support pm me, thanks.

Re: Italian channels issues and development

Publicado: 24 Jul 2015, 21:55
por dentaku65
zanzibar... ti ho scritto in pvt per linux... domani mi guardo un po' di info sulla distro che hai scritto e potrò essere + preciso... intanto pianetastreaming... 8-) anche se ancora incasinato con gli url credo di essere a buon punto...

https://www.justbeamit.com/tyedd