![]() |
|
[RELEASE] Scraper Editor (Based on ScraperXML open source C# Library) - Help wanted! - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Scraper Development (/forumdisplay.php?fid=60) +--- Thread: [RELEASE] Scraper Editor (Based on ScraperXML open source C# Library) - Help wanted! (/showthread.php?tid=52929) |
- filigran - 2010-02-08 23:18 Nicezia Wrote:I'm having trouble reproducing this error, but the problem may be that all the includes needed for the scraper do not exist in the scraper folder, if using a svn scraper, also make sure that all the includes from svn are also available in wherever you designate the scraper folder (my suggestion is to keep a separate folder updated with a mirror of the svn, to use when opening scrapers from svn, that's how i do it when testing the editor against svn, i have a completely separate SVN folder that keeps updated with svn on a 6 hour basis, Maybe i should put an option for it to copy SVN includes (to the app folder) locally, and user can toggle use of svn includes at their liesure. Yeah, I haven't tested that, but as it doesn't crash when I use my own scraper, with the thumbnail in the same folder, that's probably it. [SOLVED] repeat function - drascom - 2010-04-16 15:47 if my regexp match 2 results like genre. how can i use 2 different row together? [img=http://pic1.resimupload.com/r7/thumb_913275750.JPG i wanto use "dram" and " aksiyon" on capture 2 together... Just click repeat function and it's capture all results. SearchStringEncoding is not working? - hojel - 2010-05-01 11:55 I'm making new scraper in Korean. Ugly thing is that the page is written in euc-kr encoding, not utf-8. So, I added SearchStringEncoding="euc-kr" to each CreateAlbumSearchUrl and CreateArtistSearchUrl function. When I run the scraper with pressing 'Run Scraper' button, it seems like encoding query string still in utf-8, not in euc-kr. I wanna know such encoding conversion is supported in your editor. - Nicezia - 2010-05-29 20:16 sorry, that was my fault, a omitted statement in the function. - Nicezia - 2010-06-03 02:45 In one word (and several question marks) What ![]() ![]() ??
- olympia - 2010-06-03 16:52 Hi Nicezia, are you still maintaining your vital applications? In other words: do you accept bug reports and will you adopt the editor for the upcoming addon structure? - spiff - 2010-06-03 16:55 fyi i'm not holding back on the info nicezia, just want to avoid you annoy you until stuff is set in stone
- olympia - 2010-06-03 17:22 I don't want to annoy him, just expressed my general interest ![]() And I've discovered a few bugs which are not related to the changes at all. - spiff - 2010-06-03 17:24 heh, sure, i didn't mean to imply you were annoying him. but if he had gotten instructions from me all the time (as you know yourself we're done quite some changes as shit is developed), then he would probably have been annoyed by now
- Nicezia - 2010-06-03 22:32 its fine spiff. I'm trying to work out some localization and encoding issues, any changes you've made in the scraper process will be pretty quick implementation i believe. Oh one thing though did fanart get sanitized sanified.. or whatever? Code: <fanart preview="">http://foo.com/foo.jpg</fanart>instead of Code: <fanart url="http://foo.com"><thumb>/foo.jpg</thumb></fanart>
|