XBMC Community Forum  

Go Back   XBMC Community Forum > Development > Scraper Development

Scraper Development Developers forum for meta data scrapers. Scraper developers only!
Not for posting feature requests, bugs, or end-user support requests!

Reply
 
Thread Tools Search this Thread Display Modes
Old 2007-09-02, 16:00   #1
Striker
Fan
 
Join Date: Mar 2004
Posts: 477
Striker is on a distinguished road
Question MovieMeter.nl (Dutch Movies) Scraper development...

I would like to try and create a moviemeter.nl scraper.
I just doen't have as much information a imdb, only:

Name
Year
Country
Genre(s)
Runtime
Director name
Actor names
Plot
Image

Is it possible to retrieve other things like rating from imdb?
Striker is offline   Reply With Quote
Old 2008-01-24, 02:06   #2
snaaps50
Junior Member
 
Join Date: Oct 2007
Posts: 14
snaaps50 is on a distinguished road
Default

i want this also

I have checkt diffent pages and all pages has the same content:

PHP Code:
<img class="poster" src="http://www.moviemeter.nl/images/covers/30000/30611.jpg" style="width: 200px;" alt="Verlengd Weekend (2005)" /><div id="film_stars"><div class="star_full"></div><div class="star_full"></div><div class="star_full"></div><div class="star_empty"></div><div class="star_empty"></div></div><div id="film_votes"><b>133</bstemmen<span class="divider"> | </span>gemiddelde <b>3,11</b></div><div id="film_poster_stats_topnotation" style="padding-bottom: 20px;"></div><div id="film_myvote"></div><div id="film_poster_stats_bottom"  style="background: red;margin-top: -46px;"></div></div><div id="film_info">Belgi&euml;<br />Komedie<br />93 minuten<br /><br />geregisseerd door <a href="http://www.moviemeter.nl/director/4743">Hans Herbots</a><br />met Jan DecleirKoen De Bouw en Wouter Hendrickx<br /><br />Deze sociale komedie vertelt het verhaal van twee ontslagen werknemers van een Kempisch familiebedrijfje (Jan Decleir en Wouter Hendrickx) die hun ex-werkgever (Koen De Bouwgijzelen in zijn eigen huisHet duo heeft het plan opgevat voor zichzelf en hun gedupeerde werkmakkers een schadevergoeding af te dwingenMaar niets loopt zoals gepland.</div>
</
div
mabey there is somebody to can make a plugin based on the source code from videometer.nl
snaaps50 is offline   Reply With Quote
Old 2008-01-24, 12:10   #3
spiff
Grumpy Bastard Developer
 
spiff's Avatar
 
Join Date: Nov 2003
Posts: 7,714
spiff is on a distinguished road
Default

yes, you can chain as you want in the scrapers - just have a look at the imdb one
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
spiff is offline   Reply With Quote
Old 2008-06-20, 10:39   #4
Trazer
Junior Member
 
Join Date: Feb 2008
Location: Netherlands
Posts: 10
Trazer is on a distinguished road
Default

I'm also trying to make a scraper for moviemeter.nl. Problem is i cant get the results of the search.

the search page:
http://www.moviemeter.nl/film.search/moviename

redirects to
http://www.moviemeter.nl/film/searchresults#results

What i get after scraping this page is a blank search page.

Anyone have any tips how to get the search results?

Been looking at other scrapers for about a day now but haven't been able to find the solution.
Trazer is offline   Reply With Quote
Old 2008-06-20, 13:08   #5
spiff
Grumpy Bastard Developer
 
spiff's Avatar
 
Join Date: Nov 2003
Posts: 7,714
spiff is on a distinguished road
Default

you need to post the form at http://www.moviemeter.nl/film/search/
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
spiff is offline   Reply With Quote
Old 2008-06-26, 13:41   #6
Trazer
Junior Member
 
Join Date: Feb 2008
Location: Netherlands
Posts: 10
Trazer is on a distinguished road
Default

Forgive me if this is an newbie question. I'm just starting with this scraper stuff.

Here's what i got
After some searching i found that you can query moviemeter.nl like this:

http://www.moviemeter.nl/calls/quicksearch.php?hash=[HASHCODE]&type=films&search=[MOVIENAME]

To do this i need to get the hashcode from the http://www.moviemeter.nl main page. This means i first have to request the main page. Read the hashcode from the results and then create my actual search request.

I can't seem to figure out how to do this in the scraper. Does anyone have an idea/solution?
Trazer is offline   Reply With Quote
Old 2008-06-27, 10:56   #7
spiff
Grumpy Bastard Developer
 
spiff's Avatar
 
Join Date: Nov 2003
Posts: 7,714
spiff is on a distinguished road
Default

i just added chaining in getsearchresults so you can do this

cheers

spiff
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
spiff is offline   Reply With Quote
Old 2008-07-11, 11:16   #8
Bigfoot87
Senior Member
 
Bigfoot87's Avatar
 
Join Date: Dec 2006
Location: Netherlands
Posts: 131
Bigfoot87 is on a distinguished road
Send a message via MSN to Bigfoot87
Default

What's the status of this project?
I would love to see my movieinformation in Dutch...
And a lot of Dutch community-members with me I guess...
Bigfoot87 is offline   Reply With Quote
Old 2008-07-21, 15:40   #9
Trazer
Junior Member
 
Join Date: Feb 2008
Location: Netherlands
Posts: 10
Trazer is on a distinguished road
Default

I can't speak for the topic starter but i'm still working on it. As i'm just getting into this scraper development i'm at a trial and error stage so it might take me a while.
Trazer is offline   Reply With Quote
Old 2008-07-22, 01:21   #10
spiff
Grumpy Bastard Developer
 
spiff's Avatar
 
Join Date: Nov 2003
Posts: 7,714
spiff is on a distinguished road
Default

you got the search thing working i assume?
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
spiff is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:38.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project