I found that URL in Nfo file is completly ignored: in case of xml + url only XML is used and in case of only url file is just ignored.
Looks like that CScraper::Run throw Error when XML in not parsed. So CNfoFile::Scrape return 1 (instead of setting m_scurl and return 0), so CNfoFile::Create return only FULL_NFO or NO_NFO.
Actually CScraper::Run should return somehow URL from NfoFile and CScraper::NfoUrl should return URL to CNfoFile::Scrape.
Correct me if I posted to wrong section.
Karlson2k
Member Joined: Oct 2010 Reputation: 4 Location: Moscow, Russia |
2012-02-09 02:01
Post: #1
(This post was last modified: 2012-02-10 16:59 by Karlson2k.)
|
| find quote |
live4ever
Fan Posts: 556 Joined: Sep 2006 Reputation: 3 |
2012-02-09 17:03
Post: #2
Post the nfos and I'll try them.
|
| find quote |
Sayuuk
Junior Member Posts: 24 Joined: Sep 2011 Reputation: 0 |
2012-02-09 17:58
Post: #3
nfo's work just fine here (URL only).
I've just reinstalled XBMC and scanned, so I know it picks them up. Cheers Stefan |
| find quote |
Karlson2k
Member Joined: Oct 2010 Reputation: 4 Location: Moscow, Russia |
2012-02-09 23:01
Post: #4
Same with beta3.
I'm using "kinopoisk" scraper, but for source I select "The MovieDB" scraper - XBMC should select kinopoisk as it match URL. Log: http://pastebin.com/KHhAM2XP Content of scanned folders is here: https://www.sugarsync.com/share/d5pfz4j5zcahf |
| find quote |
Karlson2k
Member Joined: Oct 2010 Reputation: 4 Location: Moscow, Russia |
2012-02-10 09:55
Post: #5
Seems that it happen only with kinopoisk, but kinopoisk itself looks OK.
|
| find quote |
Karlson2k
Member Joined: Oct 2010 Reputation: 4 Location: Moscow, Russia |
2012-02-10 16:04
Post: #6
Checked deeply: NfoFile works only with tmdb scraper.
Kinopoisk and imdb scrapers didn't catch NfoFile. Correction: NfoFile works only with default scraper. Other then default scraper isn't checked. That must be a bug.
(This post was last modified: 2012-02-10 16:58 by Karlson2k.)
|
| find quote |
Karlson2k
Member Joined: Oct 2010 Reputation: 4 Location: Moscow, Russia |
2012-02-14 14:08
Post: #7
Done some more detective job.
Can't use debugger here so I broke NfoUrl in all Movie Scrapers to see errors in log when it's processed. Depending on what's used as default scraper for "source" some scrapers are checked when processing NfoFile. If default scraper is "The Movie DB" that only this scraper is checked for NfoUrl section. If any other scraper is default that some (not all) scrapers are checked but process is stopped when "The Movie DB" is processed. I can't understand how, but processing NfoUrl section in "The Movie DB" always prevent any further processing of other scrappers. Moreover - the same situation with 10 and 10.1. How I broke scrapers: TMDB: Code: <NfoUrl dest="3">IMDB: Code: <NfoUrl dest="3">kinopoisk: Code: <NfoUrl dest="3">Process with TMDb default scrapper: Code: 15:43:35 T:3308 DEBUG: VideoInfoScanner: No (new) information was found in dir S:\-MovTest\IMDB default scrapper: Code: 15:44:40 T:5808 DEBUG: CVideoDatabase::GetMovieId (S:\-MovTest\Braveheart\bh.mkv), query = select idMovie from movie where idFile=1kinopoisk default Code: 15:46:10 T:5460 DEBUG: CVideoDatabase::GetMovieId (S:\-MovTest\Braveheart\bh.mkv), query = select idMovie from movie where idFile=1
(This post was last modified: 2012-02-14 23:13 by Karlson2k.)
|
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2012-02-14 22:20
Post: #8
Mind supplying just your nfo file, in addition to whatever you use as scraper settings? In particular, what you have setup for language might be useful.
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 |
Karlson2k
Member Joined: Oct 2010 Reputation: 4 Location: Moscow, Russia |
2012-02-14 23:08
Post: #9
Link to all used Nfo files is in my post.
Everything is in default values, except Region (set to UK(24) or Central Europe) and Character Set (set to Cyrillic (Windows) as needed for kinopoisk scrapper). |
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2012-02-14 23:22
Post: #10
Link requires signup. A non-signup (eg pastebin one of them) would be great.
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 |

![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
Search
Help