[RELEASE] Scraper Editor (Based on ScraperXML open source C# Library) - Help wanted!

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
filigran Offline
Senior Member
Posts: 187
Joined: Oct 2009
Reputation: 0
Post: #111
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.
find quote
drascom Offline
Senior Member
Posts: 129
Joined: Dec 2008
Reputation: 0
Smile  [SOLVED] repeat function Post: #112
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.
(This post was last modified: 2010-04-22 15:23 by drascom.)
find quote
hojel Offline
Junior Member
Posts: 11
Joined: Dec 2009
Reputation: 0
Post: #113
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.
find quote
Nicezia Offline
Fan
Posts: 369
Joined: Nov 2006
Reputation: 0
Location: Montgomery, Alabama
Post: #114
sorry, that was my fault, a omitted statement in the function.

ScraperXML Open Source Web Scraper Library compatible with XBMC XML Scrapers


I Suck, and if you act now by sending only $19.95 and a self addressed stamped envelop, so can you!

[Image: teamumx_sigline.png]
find quote
Nicezia Offline
Fan
Posts: 369
Joined: Nov 2006
Reputation: 0
Location: Montgomery, Alabama
Post: #115
In one word (and several question marks)

WhatConfusedConfusedConfused??

ScraperXML Open Source Web Scraper Library compatible with XBMC XML Scrapers


I Suck, and if you act now by sending only $19.95 and a self addressed stamped envelop, so can you!

[Image: teamumx_sigline.png]
find quote
olympia Offline
Team-XBMC Member
Posts: 2,381
Joined: May 2008
Reputation: 30
Post: #116
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?
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,185
Joined: Nov 2003
Reputation: 82
Post: #117
fyi i'm not holding back on the info nicezia, just want to avoid you annoy you until stuff is set in stone Smile

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
olympia Offline
Team-XBMC Member
Posts: 2,381
Joined: May 2008
Reputation: 30
Post: #118
I don't want to annoy him, just expressed my general interest Tongue
And I've discovered a few bugs which are not related to the changes at all.
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,185
Joined: Nov 2003
Reputation: 82
Post: #119
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 Smile

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
Nicezia Offline
Fan
Posts: 369
Joined: Nov 2006
Reputation: 0
Location: Montgomery, Alabama
Post: #120
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>
<fanart preview="">http://foo.com/foo.jpg</fanart>


instead of
Code:
<fanart url="http://foo.com"><thumb>/foo.jpg</thumb></fanart>
Confused

ScraperXML Open Source Web Scraper Library compatible with XBMC XML Scrapers


I Suck, and if you act now by sending only $19.95 and a self addressed stamped envelop, so can you!

[Image: teamumx_sigline.png]
(This post was last modified: 2010-06-03 23:06 by Nicezia.)
find quote
Post Reply