[RELEASE] Scraper Editor (Based on ScraperXML open source C# Library) - Help wanted! - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=60) +--- Thread: [RELEASE] Scraper Editor (Based on ScraperXML open source C# Library) - Help wanted! (/showthread.php?tid=52929) |
- seedzero - 2009-10-17 I've managed to get it partially working. Still some dlls that need sorting out via .config files I think, so I'll post some info on how others can get it working for mac if I sort it out. - KoTiX - 2009-10-17 I just tried out the new version of the editor using vista32, the most important bug i can see is that i cannot save anything, it crashes with exception errrors: Code: ************** Testo dell'eccezione ************** Another thing is that i cannot copy and paste any text, even if there are the options in the cotext menu. Running the tester with a tvseries scrapers it stops at "GetEpisodeList" function, even if this one work in xbmc. Tnx anyway for the great app, i wish you can fix this things quickly - fekker - 2009-10-17 redtapemedia Wrote:I've managed to get it partially working. Still some dlls that need sorting out via .config files I think, so I'll post some info on how others can get it working for mac if I sort it out. good deal, it will also be handy for other projects that are using mono (like ours) - SantaFox - 2009-10-20 Hi, this is a really useful tool, especially for newbies. So - thanx a lot. But unfortunately I've found some problems. First - one of the majour russian online databases, kinopoisk.ru, returns an error in Tester due to absence of Accept: image/gif header. Is it possible to add this header, for examle in this common form: Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, */* And second problem is internationalization... There are some problems with windows-1251 encoding (squares instead of cyrillic chars). Is it possible to fix it? - Nicezia - 2009-10-24 SantaFox Wrote:Hi, That should be easy enough to fix, however, i don't understand why you would need to be downloading the image for scraping... Quote:And second problem is internationalization... There are some problems with windows-1251 encoding (squares instead of cyrillic chars). Is it possible to fix it? Unfortunately, i wouldn't know the first thing about fixing that, that's a mystery to me (however Cyrillic characters show just fine on my machine. (Maybe you don't have the codepage installed), I thought codepages where handled by windows itself, i might be wrong- but as far as how i would fix that its a mystery to me.) The code is uploaded to sourceforge, if anyone wants to try their hand at this. KoTiX Wrote:I just tried out the new version of the editor using vista32, the most important bug i can see is that i cannot save anything, it crashes with exception errrors: i thought i made a note in the changelog that GetEpisodeList isn't yet working in fact the whole tvshow portion needs major work. As for your error, it seems that the problem is in saving the image (it detects by extension the format to save, and only supports gif, png, jpeg/jpg, bmp. (the image encoders that exist in .NET framework) So I've just taken the encoders out, now the image saves as whatever format it is and the thumbname is no indication of the format. flobbes Wrote:The "Find Matches" and "View Matches" Buttons aren't working for me. [Fixed in new version] in my haste to release i forgot to connect the events for these buttons Edit: New version (3.5.6) and source uploaded to sourceforge (link in signature) - flobbes - 2009-10-28 Thank you for fixing the Buttons! I still got some issues. Under windows the program crashes every time I save ( I tried launching the program normaly and with mono, both wasn't successfull). And under linux the "find matches" isn't working, so right now i'm typing and testing the scraper under windows, then copy the working stuff over to linux and save it there - Nicezia - 2009-10-28 Sorry unable to test with Linux at the moment, having a problem with my Linux box, and since I'm without internet at home i can't reinstall mono at the moment, I can't fathom why you're having problems saving, is anyone else having the problem let me know what OSes this is happening on if that is the case - Nicezia - 2009-10-28 flobbes Wrote:Thank you for fixing the Buttons! is this save error happening when using save, or when using save as or both? - flobbes - 2009-10-28 Nicezia Wrote:is this save error happening when using save, or when using save as or both? Crashes using both of them. When start it normaly I get an error message: http://pastebin.com/f244dab48 When I use mono it crashes without any error message. Im using WinXP SP3 with Net Framework 3.5 in a VirtualBox - Nicezia - 2009-10-28 Just downloaded the Mono LiveCD so i should be able to bring everything to Linux compatibility in a few days, will also try and fix the problems with save (As far as find matches on linux... i think that's a result of missing options in the mono implementation of RichTextbox, this problem has seemed to always exist, and will until Mono supports RichtextBox.Selection.BackColor, RichtextBox.Selection.TextColor... Which is why i slapped in ViewMatches, so that there would be a way in linux to see the matches. - Nicezia - 2009-10-28 flobbes Wrote:Crashes using both of them. (btw you're lucky i speak german, considering your errors are in german ) Ah my fault, I already see what the problem is, should have it fixed in a few days time along with the rest - KoTiX - 2009-10-29 Hi Nicezia, I still have problem saving the files too, anyway right now it's possible to copy and paste just the expression, I'd like to have the possibility to copy and paste the output and the xml too as it was in vers 2.15 (it's really more comfortable) Tnx in advance - Nicezia - 2009-10-31 copy and paste output to what? - KoTiX - 2009-10-31 This explain everything: I'd like to have those fields completely editable. Tnx in advance - Nicezia - 2009-10-31 First: No plans to currently make XML pasteable (that's a whole 'nother ballgame, that i'm not planning to play anytime soon - that's a whole seperate area of coding, andI'm working on getting this point release working right before adding any NEW features) Second: Input and Output both use the same functions to create their menus, so its hard to understand why you're having this problem..... I can cut/paste/insert in all cases... if all else fails turn off the Context Menus save settings and restart the program, and the default textbox content menus will be restored |