2012-04-28, 09:52
2012-04-28, 12:13
top man!
is this going to replace the IMDB and TMDB scrapers? Should I delete them?
edit: works a treat! top stuff!
is this going to replace the IMDB and TMDB scrapers? Should I delete them?
edit: works a treat! top stuff!
2012-04-28, 19:09
Poster from TMDB is returning only the english.
For movie Chronicle I expected this image:
http://www.themoviedb.org/movie/76726-ch...anguage=pt
But returned the english one.
Can you check it?
Thanks
For movie Chronicle I expected this image:
http://www.themoviedb.org/movie/76726-ch...anguage=pt
But returned the english one.
Can you check it?
Thanks
2012-04-28, 19:31
(2012-04-28, 19:09)tinybutstrong Wrote: Poster from TMDB is returning only the english.
For movie Chronicle I expected this image:
http://www.themoviedb.org/movie/76726-ch...anguage=pt
But returned the english one.
Can you check it?
Thanks
Well, changelog from TMDb:
2012-04-28 16:20:53 UTC - PT - linkpunisher - Image was changed to: A poster was uploaded.
Can you conclude?
2012-04-28, 19:44
(2012-04-28, 19:41)tinybutstrong Wrote: I hate TMDB and their slow cache update.
Thanks again.
If you start paying for the server they might remove the cache .....
2012-04-29, 12:19
Don't know if it is the scraper that causes the problem but some title's for exempel this one http://www.imdb.com/title/tt1183732/ when using original title i get strange characters/symbols in the title so it look's fucked up.
2012-04-29, 13:08
2012-04-29, 14:11
well it looks like this don't know if it helps, maybe should try get a log file to figure out what's wrong?
http://imageshack.us/photo/my-images/811...t000md.png
http://pastebin.com/HMjekRY0 submit a log file, maybe it could help
http://imageshack.us/photo/my-images/811...t000md.png
http://pastebin.com/HMjekRY0 submit a log file, maybe it could help
2012-04-29, 15:30
That's very weird. I can't reproduce this, however I tried to address the issue in scraper version 1.0.3.
Please try with this one (not sure if it will work, but as being said - I can't test) after updated (your can use force update from context menu on the Team-XBMC repo to fasten the update process).
Please try with this one (not sure if it will work, but as being said - I can't test) after updated (your can use force update from context menu on the Team-XBMC repo to fasten the update process).
2012-04-29, 19:02
Didn't work but thanks for trying anyway Only way to fix the problem was to change the nfo files manualy for every movie that had this problem and then remove and re-add the movie to the library.
Keep up the good work with this,
Keep up the good work with this,
2012-04-29, 19:07
my movies library suddenly disappeared yesterday. i finally had to delete the .db file, so rescanning my library is a great chance to try this out (could it have been a stroke of fate?? ). i let you know what i think of the results/preformance.
2012-04-29, 19:22
@olympia thanks for the scraper came here to ask if we can get a scraper that does both and sure enough i found this. Is it possible to add an option where it will look for IMDB first and if it is not found then goes to TMDB database? The reason i ask is some of the Indian movies are in IMDB and not in TMDB and some are in TMDB and not in IMDB so that has always been my problem and i keep updating the info manually. If you could add this that would be really great.
Thanks
Thanks
2012-04-29, 19:48
Thanks Olympia, this add-on is a great idea. I'm writing up my experiences with it so far in case it is useful for you or other users, but some or all of these problems may be due to my own inexperience with xbmc.
- When I tried to download the add-on from within xbmc, the download aborts immediately. Here is the log:
Code:01:58:13 T:2156 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 22
01:58:13 T:2156 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
01:58:13 T:2156 ERROR: XFILE::CFileCache::Open - failed to open source <http://mirrors.xbmc.org/addons/eden/metadata.universal/metadata.universal-1.0.2.zip.md5>
01:58:15 T:6168 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 22
01:58:15 T:6168 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
So I manually downloaded the zip file, but when I tried to install it from within xbmc I got an error about missing dependencies.
Using the above from universal's addons.xml as a guide, I downloaded and installed each addon (apart from xbmc.metadata) as a zip individually. The universal scraper then successfully installed huzzah!Code:<requires>
<import addon="xbmc.metadata" version="1.0"/>
<import addon="metadata.common.themoviedb.org" version="2.1.4"/>
<import addon="metadata.common.movieposterdb.com" version="1.0.5"/>
<import addon="metadata.common.imdb.com" version="2.2.1"/>
<import addon="metadata.common.impa.com" version="1.0.3"/>
<import addon="metadata.common.hdtrailers.net" version="1.0.7"/>
<import addon="metadata.common.youtubetrailers" version="1.0.4"/>
<import addon="metadata.common.rt.com" version="1.3.0"/>
<import addon="metadata.common.ofdb.de" version="1.0.0"/>
</requires>
- Australia was not listed in the IMDb certification settings. Adding it to %AppData%\XBMC\addons\metadata.universal\resources\settings.xml seemed to allow Australian ratings to be scraped without causing additional problems.
- I set it to download most info from IMDb, but grab ratings from RottenTomatoes. After my first scrape, the IMDb data looks like it's all there, but about 10% of movies are missing ratings. Mostly for the more obscure titles, but some of which I thought would be easily locatable such as "Aliens vs. Predator - Requiem (2007)" and "Devil (2010)". I haven't attempted any investigation as to why this happened yet; will have another crack at it in a couple of days when I have more time.
2012-04-29, 20:33
(2012-04-29, 19:02)vw88 Wrote: Didn't work but thanks for trying anyway Only way to fix the problem was to change the nfo files manualy for every movie that had this problem and then remove and re-add the movie to the library.
Keep up the good work with this,
To change what nfo? Do you have an nfo there?
Edit: are you for sure trying with scraper v1.0.3?