View Single Post
Old 03-05-2011, 02:25 PM   #287
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Wow! That's amazing!

So much that I had to tinker with it a bit, so here goes:

* You can add a suffix to the collection name, in addition to the prefix.
* You can setup a re.sub on the collection name, to transform it. (ie. I use an include "\+.?*" on tags, with a sub "(\+)(.*?)", "\2" to create collections based on tags that start with a +, but without actually keeping the + in the collection name (+Fantasy => Fantasy), because I'm too lazy to setup a custom column ).
* Config switch to automatically trigger a framework restart on USB unplug (requires the SS or Fonts hack), because it's enough to reload collections, and that takes only a fraction of the time needed to do a full restart.
* Fixed the config file save path (extra config_dir in there, at least on my setup).
* Fix ignore_prefix matching if the collection name contained an re keyword character.
* Fix error when trying to acess the customize plugin menu without an existing config and no Kindle connected.
* Handle update of config files when new settings are added to default rows.

Thanks again for your work, I'm *finally* using a proper collection setup thanks to this .

Last edited by NiLuJe; 03-11-2011 at 04:38 PM. Reason: Merged in >= 1.4.0
NiLuJe is offline