spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2009-05-01 09:19
Post: #31
no. i have already explained it and if there is something i absolutely won't do, it is repeat myself
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. |
| find quote |
Schenk2302
Senior Member Posts: 103 Joined: Feb 2009 Reputation: 4 |
2009-05-02 01:20
Post: #32
spiff Wrote:no. i have already explained it and if there is something i absolutely won't do, it is repeat myself I totally understand your point but i can't make this work. Code: <!--Poster URL-->The GetThumbnailLink gives me the valid urls, so i think there must be something wrong after that. If i change the GetThumbnail from 8+ to 5+ it outputs two seperate posters. i have no clue what else to do. i'd love to make this work too because i'm nearly finished with the scraper, i got even fanart to work. Anyway, thanks again for all your help. Schenk |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2009-05-02 01:33
Post: #33
hi,
one problem is that you set the cache to .xml in the collectthumbnails call. use a litteral filename. other than that i do not see what could be wrong. are you sure the expressions are correct? perhaps i could have the whole file so i could see what goes wrong? 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. |
| find quote |
Schenk2302
Senior Member Posts: 103 Joined: Feb 2009 Reputation: 4 |
2009-05-02 01:37
Post: #34
Hi spiff,
thanks i try to play a little more. Yes I think the regex's are okay. here's my file but with the old poster part. Code: <?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>Thanks Schenk |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2009-05-02 01:59
Post: #35
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. |
| find quote |
Schenk2302
Senior Member Posts: 103 Joined: Feb 2009 Reputation: 4 |
2009-05-02 02:46
Post: #36
spiff Wrote:http://trac.xbmc.org/ticket/6485 You're my hero. Thanks so much for all your help!!! I will now take a deep look into it and maybe change some details to make it better and trying to understand everything ![]() The reason for this scraper is, that Moviemaze scraper is very good but only lists the cinema films not the dvd realeses and so on. Okay, that's it for now and again thank you very, very much. Good Night Schenk |
| find quote |
Schenk2302
Senior Member Posts: 103 Joined: Feb 2009 Reputation: 4 |
2009-05-03 12:23
Post: #37
Hi spiff,
i want to make parsing for the IMDB ID better. In most cases it will work good and gets the right id but i stuck with one movie for example which gets the false ID. The movie title is Beverly Hills Chihuahua. This code searches with the parsed original title and date, in this example for Beverly Hills Chihuahua : South of the Border (AT) (2008) Code: <!--IMDB URL-->If i type this directly in the browser it will find the imdb results page and the regex will be good. the prob that i have now is that here Code: <!--Get IMDB ID-->it inputs IMDB ID 0086960 and that is from Beverly Hills Cop and so the fanart will be wrong. The question now is. Where does it get this wrong ID and why, because the aka search result only show the right movie. Thanks for any help Schenk |
| find quote |
Schenk2302
Senior Member Posts: 103 Joined: Feb 2009 Reputation: 4 |
2009-05-04 12:36
Post: #38
And again another question:
Code: <!--IMDB Rating URL -->all works well in scrap test but rating and votes are not shown in XBMC. Any reason why? |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2009-05-04 12:42
Post: #39
yes, ALL output from a scraper you want parsed needs the surrounding <details> tags.
and the number of expressions and RegExps doesnt add up..... 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. |
| find quote |
Schenk2302
Senior Member Posts: 103 Joined: Feb 2009 Reputation: 4 |
2009-05-04 12:59
Post: #40
Things could be so easy, thanks again it works now !!!
yes, ALL output from a scraper you want parsed needs the surrounding <details> tags. maybe my english's not good enought but i don't understand the content of this... and the number of expressions and RegExps doesnt add up.... Thanks so much for helping out!!! |
| find quote |


Search
Help