ResultUrl from zShare (1 Viewer)

doskabouter

Development Group
  • Team MediaPortal
  • September 27, 2009
    4,579
    2,967
    Nuenen
    Home Country
    Netherlands Netherlands
    Where did you get this url?
    In case of the siteparser, could you please attach the config to your message?
     

    Pekabo

    Portal Member
    March 20, 2011
    17
    1
    Home Country
    Germany Germany
    AW: ResultUrl from zShare

    Yes I did it with the siteparser, enclosed the config.


    Code:
    <Site name="Two and a Half men-serien.cc" util="GenericSite" agecheck="false" enabled="true" lang="de" lastUpdated="2011-04-14T15:13:57.9461851+01:00">
      <Description>Charlie Harper ist ein Playboy und Schürzenjäger, der mit Werbe-Jingles sein Geld verdient. Das Leben in seinem Strandhaus in Malibu könnte richtig geruhsam sein, wäre da nicht sein Bruder Alan, der zusammen mit seinem rotzfrechen und faulen Sohn Jake bei Charlie einzieht. Alan wurde von seiner Ehefrau aus dem gemeinsamen Haus geschmissen und geht Charlie nun pausenlos auf die Nerven.</Description>
      <Configuration>
        <item key="dynamicSubCategoriesRegEx"><![CDATA[<div\sclass="lbox">.*?<span\sclass="red">(?<title>[^<]*)</span>.*?<img\ssrc="(?<thumb>[^"]*)"\salt=""\salign="left"\swidth="150"\sheight="100">.*?<p>(?<description>[^<]*)</p>.*?<a\shref="(?<url>[^"]*)"><b>]]></item>
        <item key="videoListRegEx"><![CDATA[<h2><span\sclass="red"\svalign="top">(?<Title>[^<]*)</span></h2>.*?<img\ssrc="(?<ImageUrl>[^"]*)"\salt=""\salign="left"\swidth="220"\sheight="150">.*?<iframe\ssrc="(?<VideoUrl>[^"]*)"\swidth="480"\sheight="380"\sframeborder="0"\sscrolling="no"></iframe>]]></item>
        <item key="playlistUrlRegEx"><![CDATA[<iframe\ssrc="(?<url>[^"]*)"\sheight="419"\swidth="642"\sborder=0\sframeborder=0\sscrolling=no\sid="videoframe"\s*name="videoframe"></iframe>]]></item>
        <item key="fileUrlRegEx"><![CDATA[jwplayer\("player_div"\)\.setup\({\s*file:\s"(?<m0>[^"]*)",]]></item>
        <item key="baseUrl"><![CDATA[http://onkelcharlie.serien.cc/index.php]]></item>
      </Configuration>
      <Categories>
        <Category xsi:type="RssLink" name="Staffel 1" thumb="" desc="">http://onkelcharlie.serien.cc/show_season.php?SEASON=1</Category>
        <Category xsi:type="RssLink" name="Staffel 2" thumb="" desc="">http://onkelcharlie.serien.cc/show_season.php?SEASON=2</Category>
        <Category xsi:type="RssLink" name="Staffel 3" thumb="" desc="">http://onkelcharlie.serien.cc/show_season.php?SEASON=3</Category>
        <Category xsi:type="RssLink" name="Staffel 4" thumb="" desc="">http://onkelcharlie.serien.cc/show_season.php?SEASON=4</Category>
        <Category xsi:type="RssLink" name="Staffel 5" thumb="" desc="">http://onkelcharlie.serien.cc/show_season.php?SEASON=5</Category>
        <Category xsi:type="RssLink" name="Staffel 6" thumb="" desc="">http://onkelcharlie.serien.cc/show_season.php?SEASON=6</Category>
        <Category xsi:type="RssLink" name="Staffel 7" thumb="" desc="">http://onkelcharlie.serien.cc/show_season.php?SEASON=7</Category>
        <Category xsi:type="RssLink" name="Staffel 8" thumb="" desc="">http://onkelcharlie.serien.cc/show_season.php?SEASON=8</Category>
      </Categories>
    </Site>
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,579
    2,967
    Nuenen
    Home Country
    Netherlands Netherlands
    Here's what you should do:

    Do an autoupdate of onlinevideos (I improved the zshare handling), and change the following:
    move the contents of the playlistUrlRegEx to fileUrlRegEx (remember to change "url" to "m0"! ), and set resolvehoster to FromUrl.
    It won't play from the siteparser because 1: hosters aren't yet supported, and 2: zshare is a bit of a tricky one, but you will be able to play it in mediaportal.

    One other remark: it isn't necessary to have subcategories, you could move that regex (with some minor adjustments) to the videolist, so you get a bit nicer results (images in the list of videos, one click less to watch)
     

    Pekabo

    Portal Member
    March 20, 2011
    17
    1
    Home Country
    Germany Germany
    AW: ResultUrl from zShare

    Bedankt doskabouter,

    ik heb alles zo omgezet als jij het hebt geschreven en het werkt perfect!

    Everything works fine now. Following the config as a contribution to the community:D

    Code:
    <Site name="Two and a Half men" util="GenericSite" agecheck="false" enabled="true" lang="de" lastUpdated="2011-03-24T15:13:57.9461851+01:00">
      <Description>Charlie Harper ist ein Playboy und Schürzenjäger, der mit Werbe-Jingles sein Geld verdient. Das Leben in seinem Strandhaus in Malibu könnte richtig geruhsam sein, wäre da nicht sein Bruder Alan, der zusammen mit seinem rotzfrechen und faulen Sohn Jake bei Charlie einzieht. Alan wurde von seiner Ehefrau aus dem gemeinsamen Haus geschmissen und geht Charlie nun pausenlos auf die Nerven.</Description>
      <Configuration>
        <item key="videoListRegEx"><![CDATA[<div\sclass="lbox">.*?<span\sclass="red">(?<Title>[^<]*)</span>.*?<img\ssrc="(?<ImageUrl>[^"]*)"\salt=""\salign="left"\swidth="150"\sheight="100">.*?<p>(?<Description>[^<]*)</p>.*?<a\shref="(?<VideoUrl>[^"]*)"><b>]]></item>
        <item key="playlistUrlRegEx"><![CDATA[<iframe\ssrc="(?<url>[^"]*)"\swidth="480"\sheight="380"\sframeborder="0"\sscrolling="no"></iframe>]]></item>
        <item key="playlistUrlFormatString"><![CDATA[http://onkelcharlie.serien.cc/{0}]]></item>
        <item key="fileUrlRegEx"><![CDATA[<iframe\ssrc="(?<m0>[^"]*)"\sheight="419"\swidth="642"\sborder=0\sframeborder=0\sscrolling=no\sid="videoframe"\s*name="videoframe"></iframe>]]></item>
        <item key="baseUrl"><![CDATA[http://onkelcharlie.serien.cc/index.php]]></item>
        <item key="resolveHoster"><![CDATA[FromUrl]]></item>
      </Configuration>
      <Categories>
        <Category xsi:type="RssLink" name="Staffel 1" thumb="" desc="">http://onkelcharlie.serien.cc/show_season.php?SEASON=1</Category>
        <Category xsi:type="RssLink" name="Staffel 2" thumb="" desc="">http://onkelcharlie.serien.cc/show_season.php?SEASON=2</Category>
        <Category xsi:type="RssLink" name="Staffel 3" thumb="" desc="">http://onkelcharlie.serien.cc/show_season.php?SEASON=3</Category>
        <Category xsi:type="RssLink" name="Staffel 4" thumb="" desc="">http://onkelcharlie.serien.cc/show_season.php?SEASON=4</Category>
        <Category xsi:type="RssLink" name="Staffel 5" thumb="" desc="">http://onkelcharlie.serien.cc/show_season.php?SEASON=5</Category>
        <Category xsi:type="RssLink" name="Staffel 6" thumb="" desc="">http://onkelcharlie.serien.cc/show_season.php?SEASON=6</Category>
        <Category xsi:type="RssLink" name="Staffel 7" thumb="" desc="">http://onkelcharlie.serien.cc/show_season.php?SEASON=7</Category>
        <Category xsi:type="RssLink" name="Staffel 8" thumb="" desc="">http://onkelcharlie.serien.cc/show_season.php?SEASON=8</Category>
      </Categories>
    </Site>
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,579
    2,967
    Nuenen
    Home Country
    Netherlands Netherlands
    Das ist komisch, ein Deutscher die Hollandisch zu mir spricht in einer Englischen Forum...

    That's odd, a german speaking dutch to me in a english forum...

    Btw, you can publish this site in the onlinevideos configuration, after you request an account at offbyone, so the whole world automagically gets your site when they autoupdate.
     

    Users who are viewing this thread

    Top Bottom