For the record.
Dharma repo is closed and no updates should be done any more.

Martijn


On Tue, May 21, 2013 at 8:21 AM, taxi gps <[email protected]>wrote:

> The branch, dharma has been updated
>        via  30636ea5e56914d48bde8ee5aaacdbff887b4867 (commit)
>       from  6aa200e35aad50d1d311d5f8c0151c1c34343a03 (commit)
>
> - Log -----------------------------------------------------------------
>
> http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=30636ea5e56914d48bde8ee5aaacdbff887b4867
>
> commit 30636ea5e56914d48bde8ee5aaacdbff887b4867
> Author: taxigps <[email protected]>
> Date:   Tue May 21 14:16:59 2013 +0800
>
>     [metadata.douban.com] updated to version 1.0.6
>
> diff --git a/metadata.douban.com/addon.xml b/metadata.douban.com/addon.xml
> index 5469231..c2bc2c3 100644
> --- a/metadata.douban.com/addon.xml
> +++ b/metadata.douban.com/addon.xml
> @@ -1,7 +1,7 @@
>  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
>  <addon id="metadata.douban.com"
>         name="douban"
> -       version="1.0.5"
> +       version="1.0.6"
>         provider-name="Taxigps">
>    <requires>
>      <import addon="xbmc.metadata" version="1.0"/>
> diff --git a/metadata.douban.com/changelog.txt b/
> metadata.douban.com/changelog.txt
> index 92bb00b..c0f9ce3 100644
> --- a/metadata.douban.com/changelog.txt
> +++ b/metadata.douban.com/changelog.txt
> @@ -1,3 +1,6 @@
> +[B]1.0.6[/B]
> +- fixed: can't get full information by imdb id (nfo)
> +
>  [B]1.0.5[/B]
>  - fixed: support decimal in rating
>
> diff --git a/metadata.douban.com/douban.xml b/
> metadata.douban.com/douban.xml
> index 82089a1..8e949cc 100644
> --- a/metadata.douban.com/douban.xml
> +++ b/metadata.douban.com/douban.xml
> @@ -1,21 +1,26 @@
>  <?xml version="1.0" encoding="UTF-8"?>
> -<scraper framework="1.1" date="2012-04-02">
> -       <CreateSearchUrl dest="3">
> -               <RegExp input="$$1" output="&lt;url&gt;
> http://movie.douban.com/j/subject_suggest?q=\1&lt;/url&gt;"; dest="3">
> -                       <expression noclean="1"/>
> -               </RegExp>
> -       </CreateSearchUrl>
> +<scraper framework="1.1" date="2013-05-21">
>         <NfoUrl dest="3">
> -               <RegExp input="$$1" output="&lt;details&gt;&lt;url&gt;
> http://api.douban.com/v2/movie/imdb/tt\1&lt;/url&gt;&lt;id&gt;tt\1&lt;/id&gt;&lt;/details&gt;";
> dest="3">
> +               <RegExp input="$$1" output="&lt;details&gt;&lt;url
> function=&quot;GetUrlByIMDBId&quot;&gt;
> http://movie.douban.com/j/subject_suggest?q=tt\1&lt;/url&gt;&lt;details&gt;";
> dest="3">
>                         <expression>imdb....?/title/tt([0-9]*)</expression>
>                 </RegExp>
> -               <RegExp input="$$1" output="&lt;details&gt;&lt;url&gt;
> http://api.douban.com/v2/movie/imdb/tt\1&lt;/url&gt;&lt;id&gt;tt\1&lt;/id&gt;&lt;/details&gt;";
> dest="3">
> +               <RegExp input="$$1" output="&lt;details&gt;&lt;url
> function=&quot;GetUrlByIMDBId&quot;&gt;
> http://movie.douban.com/j/subject_suggest?q=tt\1&lt;/url&gt;&lt;details&gt;";
> dest="3+">
>                         <expression>imdb....?/Title\?([0-9]*)</expression>
>                 </RegExp>
>         </NfoUrl>
> +       <GetUrlByIMDBId dest="3">
> +               <RegExp input="$$1" output="&lt;details&gt;&lt;url&gt;
> http://api.douban.com/v2/movie/subject/\1&lt;/url&gt;&lt;id&gt;\1&lt;/id&gt;&lt;details&gt;";
> dest="3">
> +                       <expression>&quot;url&quot;:&quot;http:\\/\\/
> movie.douban.com\\/subject\\/([0-9]+)\\/[^&quot;]*&quot;</expression>
> +               </RegExp>
> +       </GetUrlByIMDBId>
> +       <CreateSearchUrl dest="3">
> +               <RegExp input="$$1" output="&lt;url&gt;
> http://movie.douban.com/j/subject_suggest?q=\1&lt;/url&gt;"; dest="3">
> +                       <expression noclean="1"/>
> +               </RegExp>
> +       </CreateSearchUrl>
>         <GetSearchResults dest="8">
>                 <RegExp input="$$3" output="&lt;results
> sorted=&quot;yes&quot;&gt;\1&lt;/results&gt;" dest="8">
> -                       <RegExp input="$$1"
> output="&lt;entity&gt;&lt;title&gt;\1 - \3 (\4)&lt;/title&gt;&lt;url&gt;
> http://api.douban.com/v2/movie/subject/\2&lt;/url&gt;&lt;url&gt;http://movie.douban.com/subject/\2&lt;/url&gt;&lt;id&gt;\2&lt;/id&gt;&lt;/entity&gt;";
> dest="3+">
> +                       <RegExp input="$$1"
> output="&lt;entity&gt;&lt;title&gt;\1 - \3 (\4)&lt;/title&gt;&lt;url&gt;
> http://api.douban.com/v2/movie/subject/\2&lt;/url&gt;&lt;id&gt;\2&lt;/id&gt;&lt;/entity&gt;";
> dest="3+">
>                                 <expression
> repeat="yes">&quot;title&quot;:&quot;(.+?)&quot;,&quot;url&quot;:&quot;http:\\/\\/
> movie.douban.com
> \\/subject\\/([0-9]+)\\/[^&quot;]*&quot;,&quot;sub_title&quot;:&quot;(.*?)&quot;,&quot;year&quot;:&quot;([0-9]+)&quot;</expression>
>                         </RegExp>
>                         <expression noclean="1"/>
> @@ -23,7 +28,7 @@
>         </GetSearchResults>
>         <GetDetails dest="3">
>                 <RegExp input="$$5"
> output="&lt;details&gt;\1&lt;/details&gt;" dest="3">
> -                       <RegExp input="$$3"
> output="&lt;id&gt;\1&lt;/id&gt;" dest="5">
> +                       <RegExp input="$$2"
> output="&lt;id&gt;\1&lt;/id&gt;" dest="5">
>                                 <expression/>
>                         </RegExp>
>                         <RegExp input="$$1"
> output="&lt;title&gt;\1&lt;/title&gt;" dest="5+">
> @@ -65,27 +70,38 @@
>                         <RegExp input="$$1" output="\1" dest="8">
>                                 <expression
> clear="yes">&quot;casts&quot;:\[(.+?)\]</expression>
>                         </RegExp>
> -                       <RegExp conditional="trailer" input="$$2"
> output="&lt;trailer&gt;
> http://movie.douban.com/trailer/video_url?tid=\1&lt;/trailer&gt;";
> dest="5+">
> -                               <expression>
> http://movie.douban.com/trailer/([0-9]+)</expression>
> -                       </RegExp>
>                         <RegExp input="$$8"
> output="&lt;actor&gt;&lt;thumb&gt;http://\1/img/celebrity/large/\2.jpg&lt;/thumb&gt;&lt;name&gt;\3&lt;/name&gt;&lt;/actor&gt;";
> dest="5+">
>                                 <expression
> repeat="yes">&quot;large&quot;:&quot;http:\\/\\/(.+?)\\/img\\/celebrity\\/large\\/(\d+).jpg&quot;.+?&quot;name&quot;:&quot;(.+?)&quot;</expression>
>                         </RegExp>
> -                       <RegExp conditional="movieposterdb" input="$$2"
> output="&lt;chain
> function=&quot;GetMoviePosterDBThumbs&quot;&gt;tt\1&lt;/chain&gt;"
> dest="5+">
> -                               <expression>
> http://www.imdb.com/title/tt([0-9]+)</expression>
> -                       </RegExp>
> -                       <RegExp input="$$3" output="&lt;url
> cache=&quot;\1-poster.html&quot; function=&quot;GetPoster&quot;&gt;
> http://movie.douban.com/subject/\1/photos?type=R&lt;/url&gt;"; dest="5+">
> +                       <RegExp input="$$2" output="&lt;url
> cache=&quot;\1-poster.html&quot; function=&quot;GetPoster&quot;&gt;
> http://movie.douban.com/subject/\1/photos?type=R&lt;/url&gt;"; dest="5+">
>                                 <expression/>
>                         </RegExp>
> -                       <RegExp conditional="tmdbfanart" input="$$2"
> output="&lt;chain
> function=&quot;GetTMDBFanartByIdChain&quot;&gt;tt\1&lt;/chain&gt;"
> dest="5+">
> -                               <expression>
> http://www.imdb.com/title/tt([0-9]+)</expression>
> +                       <RegExp conditional="!tmdbfanart" input="$$2"
> output="&lt;url cache=&quot;\1-fanart.html&quot;
> function=&quot;GetFanart&quot;&gt;
> http://movie.douban.com/subject/\1/photos?type=S&lt;/url&gt;"; dest="5+">
> +                               <expression/>
>                         </RegExp>
> -                       <RegExp conditional="!tmdbfanart" input="$$3"
> output="&lt;url cache=&quot;\1-fanart.html&quot;
> function=&quot;GetFanart&quot;&gt;
> http://movie.douban.com/subject/\1/photos?type=S&lt;/url&gt;"; dest="5+">
> +                       <RegExp input="$$2" output="&lt;url
> function=&quot;GetDetailsByIMDBId&quot;&gt;
> http://movie.douban.com/subject/\1&lt;/url&gt;"; dest="5+">
>                                 <expression/>
>                         </RegExp>
>                         <expression noclean="1"/>
>                 </RegExp>
>         </GetDetails>
> +       <GetDetailsByIMDBId dest="5">
> +               <RegExp input="$$6"
> output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
> +                       <RegExp conditional="trailer" input="$$1"
> output="&lt;trailer&gt;
> http://movie.douban.com/trailer/video_url?tid=\1&lt;/trailer&gt;";
> dest="6">
> +                               <expression>
> http://movie.douban.com/trailer/([0-9]+)</expression>
> +                       </RegExp>
> +                       <RegExp input="$$1" output="\1" dest="8">
> +                               <expression>
> http://www.imdb.com/title/(tt[0-9]+)</expression>
> +                       </RegExp>
> +                       <RegExp conditional="movieposterdb" input="$$8"
> output="&lt;chain
> function=&quot;GetMoviePosterDBThumbs&quot;&gt;\1&lt;/chain&gt;" dest="6+">
> +                               <expression/>
> +                       </RegExp>
> +                       <RegExp conditional="tmdbfanart" input="$$8"
> output="&lt;chain
> function=&quot;GetTMDBFanartByIdChain&quot;&gt;\1&lt;/chain&gt;" dest="6+">
> +                               <expression/>
> +                       </RegExp>
> +                       <expression noclean="1"/>
> +               </RegExp>
> +       </GetDetailsByIMDBId>
>         <GetPoster dest="5">
>                 <RegExp input="$$6"
> output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
>                         <RegExp input="$$1" output="&lt;thumb
> preview=&quot;\1thumb\2&quot;&gt;\1raw\2&lt;/thumb&gt;" dest="6">
>
> -----------------------------------------------------------------------
>
> Summary of changes:
>  metadata.douban.com/addon.xml     |    2 +-
>  metadata.douban.com/changelog.txt |    3 ++
>  metadata.douban.com/douban.xml    |   56
> +++++++++++++++++++++++-------------
>  3 files changed, 40 insertions(+), 21 deletions(-)
>
>
> hooks/post-receive
> --
> Scrapers
>
>
>
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
> _______________________________________________
> Xbmc-addons mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
>
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to