ScraperEdit for XBMC (Java)
#44
(2013-11-02, 01:16)beamer145 Wrote: I am trying to figure out why \AppData\Roaming\XBMC\addons\packages\metadata.universal\universal.xml is not able to detect the returned results, but when I run through the sequence with the debugger I get a failed to parse url error after the CreateSearchUrl phase.
XBMC handles XML in a somewhat fuzzy way, while ScraperEdit, Java and JAXB are really strict about rules.
Most of the current scrapers do not return correct XML, as they usually use character & instead of entity &. (Which would be the correct behavior...)

(2013-11-02, 01:16)beamer145 Wrote: Is that suppose to work already ?
ScraperEdit handles XML files as described by the XML rules.

(2013-11-02, 01:16)beamer145 Wrote: Any other way to jump to start debugging the GetSearchResults part directly with my own test data as input (If I do debug it seems I need to start from a movie title) ?
No such way is currently available, and as the XBMC scraper handling is moved toward add-ons, I do not intend to develop further features.
Reply


Messages In This Thread
ScraperEdit for XBMC (Java) - by UsagiYojimbo - 2012-11-14, 21:11
RE: ScraperEdit for XBMC (Java) - by flobbes - 2012-11-28, 22:39
RE: ScraperEdit for XBMC (Java) - by Marx1 - 2013-02-06, 15:01
Odp: ScraperEdit for XBMC (Java) - by Marx1 - 2013-02-06, 22:53
Odp: ScraperEdit for XBMC (Java) - by Marx1 - 2013-02-07, 22:35
RE: ScraperEdit for XBMC (Java) - by Marx1 - 2013-02-08, 10:17
RE: ScraperEdit for XBMC (Java) - by Michaehm - 2013-02-09, 09:02
RE: ScraperEdit for XBMC (Java) - by Marx1 - 2013-02-26, 23:23
RE: ScraperEdit for XBMC (Java) - by Marx1 - 2013-03-20, 09:57
RE: ScraperEdit for XBMC (Java) - by scudlee - 2013-03-23, 11:09
RE: ScraperEdit for XBMC (Java) - by UsagiYojimbo - 2014-01-23, 13:04
RE: ScraperEdit for XBMC (Java) - by hadee41 - 2014-03-26, 09:25
RE: ScraperEdit for XBMC (Java) - by yaxlir - 2015-02-20, 19:02
RE: ScraperEdit for XBMC (Java) - by yaxlir - 2015-03-22, 18:24
RE: ScraperEdit for XBMC (Java) - by yaxlir - 2015-03-22, 21:52
RE: ScraperEdit for XBMC (Java) - by yaxlir - 2015-03-23, 23:23
RE: ScraperEdit for XBMC (Java) - by yaxlir - 2015-03-25, 12:42
RE: ScraperEdit for XBMC (Java) - by yaxlir - 2015-03-27, 11:09
RE: ScraperEdit for XBMC (Java) - by yaxlir - 2015-03-27, 22:12
RE: ScraperEdit for XBMC (Java) - by bbbutch - 2015-03-29, 15:11
RE: ScraperEdit for XBMC (Java) - by yaxlir - 2015-03-29, 16:23
RE: ScraperEdit for XBMC (Java) - by Razze - 2015-07-01, 14:40
RE: ScraperEdit for XBMC (Java) - by mrjwm2 - 2015-10-28, 22:57
RE: ScraperEdit for XBMC (Java) - by flobbes - 2016-05-29, 11:57
Logout Mark Read Team Forum Stats Members Help
ScraperEdit for XBMC (Java)1