OFDB broken in SVN?

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
vdrfan Offline
Team-XBMC Developer
Posts: 2,787
Joined: Jan 2008
Reputation: 7
Location: Germany
Post: #11
I've just pushed the latest eden-pre changes to the dharma repository. Scraper is now at version 1.1.2 for both releases.

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
nebu Offline
Junior Member
Posts: 10
Joined: Aug 2009
Reputation: 0
Location: Germany
Post: #12
I am still having troubles with 1.1.2. (The scraper used to work fine for me for years before)

Scraper is set tu use folder names. On my system folders are cumbered continuously, the numbering is used in a database. The database is used to generate nfo files.

The folder is named "0726- Platoon" and contains an nfo file with the content
Code:
http://www.ofdb.de/film/1140,

Obviously this is at first recognized by the scraper:

Code:
23:59:20 T:3025307488 M:1598820352   DEBUG: scraper: NfoUrl returned <url>http://www.ofdb.de/film/1140,</url><id>1140</id>
23:59:20 T:3025307488 M:1598820352   DEBUG: VideoInfoScanner: Found matching URL NFO file: /mnt/array2/filme/0726- Platoon/0726.nfo
23:59:20 T:3025307488 M:1598820352   DEBUG: VideoInfoScanner: Fetching url 'http://www.ofdb.de/film/1140,' using OFDB scraper (content: 'movies')

But then it stats looking for the movie by searching for the folder name:
Code:
23:59:21 T:2911677296 M:1598832640   DEBUG: InternalFindMovie: Searching for '0726- platoon' using OFDB scraper (path: '/home/xbmc/.xbmc/addons/metadata.ofdb.de', content: 'movies', version: '1.1.2')
23:59:21 T:2911677296 M:1598832640   DEBUG: scraper: CreateSearchUrl returned <url>http://api.themoviedb.org/2.1/Movie.search/de/xml/57983e31fb435df4df77afb854740ea9/0726%2d%20platoon</url>
23:59:21 T:2911677296 M:1598832640   DEBUG: FileCurl::Open(0xbf84c964) http://api.themoviedb.org/2.1/Movie.search/de/xml/57983e31fb435df4df77afb854740ea9/0726%2d%20platoon
23:59:21 T:2911677296 M:1598832640    INFO: easy_aquire - Created session to http://api.themoviedb.org
23:59:22 T:2911677296 M:1598824448   DEBUG: FileCurl::Close(0xbf84c964) http://api.themoviedb.org/2.1/Movie.search/de/xml/57983e31fb435df4df77afb854740ea9/0726%2d%20platoon
23:59:22 T:2911677296 M:1598824448   DEBUG: scraper: GetSearchResults returned <results></results>
23:59:22 T:2911677296 M:1598824448   DEBUG: InternalFindMovie: Searching for '0726- platoon' using OFDB scraper (path: '/home/xbmc/.xbmc/addons/metadata.ofdb.de', content: 'movies', version: '1.1.2')
23:59:22 T:2911677296 M:1598824448   DEBUG: scraper: CreateSearchUrl returned <url>http://api.themoviedb.org/2.1/Movie.search/de/xml/57983e31fb435df4df77afb854740ea9/0726%2d%20platoon</url>
23:59:22 T:2911677296 M:1598824448   DEBUG: FileCurl::Open(0xbf84c964) http://api.themoviedb.org/2.1/Movie.search/de/xml/57983e31fb435df4df77afb854740ea9/0726%2d%20platoon
23:59:23 T:2911677296 M:1598824448   DEBUG: FileCurl::Close(0xbf84c964) http://api.themoviedb.org/2.1/Movie.search/de/xml/57983e31fb435df4df77afb854740ea9/0726%2d%20platoon
23:59:23 T:2911677296 M:1598824448   DEBUG: scraper: GetSearchResults returned <results></results>
23:59:23 T:2911677296 M:1598824448   DEBUG: Thread 2911677296 terminating
....which obviously does not work.

Any hints?

Thanks,
Ben

Edit: Sometimes it works perfectly with the same setup:

Code:
00:06:06 T:3025307488 M:1599037440   DEBUG: scraper: NfoUrl returned <url>http://www.ofdb.de/film/1304,</url><id>1304</id>
00:06:06 T:3025307488 M:1599037440   DEBUG: VideoInfoScanner: Found matching URL NFO file: /mnt/array2/filme/0727- Dark City/0727.nfo
00:06:06 T:3025307488 M:1599037440   DEBUG: VideoInfoScanner: Fetching url 'http://www.ofdb.de/film/1304,' using OFDB scraper (content: 'movies')
00:06:06 T:2920065904 M:1599037440   DEBUG: thread start, auto delete: 0
00:06:06 T:2920065904 M:1599025152   DEBUG: FileCurl::Open(0xbf84c3c4) http://www.ofdb.de/film/1304,
00:06:06 T:2920065904 M:1599025152    INFO: easy_aquire - Created session to http://www.ofdb.de
00:06:07 T:2920065904 M:1599025152   DEBUG: FileCurl::Close(0xbf84c3c4) http://www.ofdb.de/film/1304,
00:06:07 T:2920065904 M:1599025152   DEBUG: scraper: GetDetails returned <?xml version="1.0" encoding="utf-8" standalone="yes"?><details><title>Dark City</title><originaltitle>Dark City<
.....



Sorry, I guess I am not supposed to post here. Could somebody move this please?
(This post was last modified: 2011-08-11 00:12 by nebu.)
find quote
vdrfan Offline
Team-XBMC Developer
Posts: 2,787
Joined: Jan 2008
Reputation: 7
Location: Germany
Post: #13
Please do NOT post log snippets. Pastebin the entire file instead.

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
Post Reply