Posts: 206
Joined: Jul 2009
Reputation:
0
2009-07-20, 19:03
Just joined the forum because I wanted to say that this is a really great tool! Only weak points are the lack of documentation and some functions that aren't implemented yet. Once this is fixed this will be the absolutely ultimate scraper editor.
Posts: 369
Joined: Nov 2006
Reputation:
0
2009-07-27, 20:16
(This post was last modified: 2009-07-27, 22:37 by Nicezia.)
Does XBMC follow some kind of standard indentation model? I'd like for the scrapers made or edited with the editor to be able to directly patch with svn
New Release Features:
Changed things around in Tester a bit, allowing to set ALL buffers individual, UrlEncode data in buffers download webpages or open files to any given buffer.
Buffer Chase Mode, (When you are walking through functions, the first watch window will show you what's in the current target buffer, the second will show you the buffer of the last executed RegExp, When running a function the third watch window will show you what's in the Function's Dest buffer.
New window that displays the state of all buffers (ReadOnly and is disabled during RunFunction Mode)
Next Version Features:
Complete execution/Walk=through of scraper from createsearchurl to getdetails (+ custom function execution) with automatic downloading and buffer-fill of webpages
Context Menu with common Regular expressions and capture options for the expression box.
Posts: 369
Joined: Nov 2006
Reputation:
0
2009-08-04, 04:25
(This post was last modified: 2009-08-04, 04:28 by Nicezia.)
Just added a "Settings Wizard" that creates a GetSettings Function based on the settings details you provide it, allows you to add or remove settings at any time, integrated ScraperXML directly into the code, and added a "New Scraper Wizard" that will walk inexperience scraper makers through the process.
Currently in the process of adding the ability to create Include Files (Common scraper functions), context menu additions that include "Insert Replacement Refernce" (To add settings text, labelenum, and integer replacement indicators to the "input", "output" and "expression" content selection has been changd to a dropdown list containing all the types of content handled by XBMC and ScraperXML, as has conditional (which the values of which are read from the settings created or edited by the "Settings Wizard". Adding programs settings which allow you to specify two folders for Scrapers (one for the XBMC scraper folder, and another for a media manager app's scraper folder (though no media manager apps really completely integrate ScraperXML yet. And working on a help file with all documentation.
Internal changes being made as well as now i only use Linq to parse xml (due to the dificulty in formatting the xml) internally as string, and saving with streamwriter, rather than Linq. So now output should be alot more pretty than it used to be.
Posts: 12,706
Joined: Nov 2003
Reputation:
129
spiff
Team-Kodi Member
Posts: 12,706
the includes wont make it one bit easier for you to add anything. only difference is the function's code would be in a different .xml file