Posts: 82
Joined: Apr 2010
Reputation:
1
I would love to see this project adapted to work with XBMC 10.0/10.1's addon style scrapers... I see that you last posted about the new unreleased version back in november... has there been any more recent development?
Posts: 1,265
Joined: Oct 2009
Reputation:
29
takoi
Team-Kodi Member
Posts: 1,265
Yeah you should really add some scrolling or the ability to collapse those trees because I currently can't use it because I can't access all the functions.
Posts: 91
Joined: Feb 2010
Reputation:
2
New Release v0.1.2-28:
- Added Drag'n'Drop of RegExps: Dragged node exchange or replace target node.
- Added Duplicate menuitem to RegExp's popup menu.
- Some minor improvements.
Posts: 91
Joined: Feb 2010
Reputation:
2
I am looking for someone who would help me writing documentation.
User's manual and on-line help would be needed.
Posts: 43
Joined: Jan 2011
Reputation:
0
2012-11-07, 14:52
(This post was last modified: 2012-11-07, 14:53 by Finalspace.)
I have some issues with your tool.
the frameframe version string is poorly generated on german systems:
<scraper framework="1,1" ...>
I assume this will happen with every floating point numbers and scrapers will parse this as version 11 which is wrong.
Therefore,
please use InvariantCulture in your float <> string conversions routines.
Also please fix the null pointers which happens a lot in the UI (function list).
Thanks,
Final
Posts: 1,265
Joined: Oct 2009
Reputation:
29
takoi
Team-Kodi Member
Posts: 1,265
2012-11-10, 13:35
(This post was last modified: 2012-11-10, 13:49 by takoi.)
Here's a few bugs:
- When using the "check scraper" menu to create new functions, the tree list is not updated until you create another one via right-click
- Removing functions does not work
- The "expression" box is cleared if you click on a regexp with empty expression
- When browsing for files, there's no way to enter a hidden folder
- $INFO[language] etc, $$n and %20 in the output attribute are not substituted
The last one is kinda critical because the scraper tester will fail before it can get started:/. Other than that, this tool is looking great so far. Already more stable than the old mono stuff, at least on linux.