View Single Post
Old 07-30-2009, 02:53 PM   #23
pepak
Guru
pepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura about
 
Posts: 610
Karma: 4150
Join Date: Mar 2008
Device: Sony Reader PRS-T3, Kobo Libra H2O
Should be easy enough to do, if I didn't make some stupid error while coding (I use playlist-based collections).
Code:
CollectionRegExp = ([^/]+)/([^/]+)$
CollectionRegExpTitle = $1
If you want to run it from CMD, these parameters should do the trick:
Code:
-cr ([^^/]+)/([^^/]+)$ -crt $1
pepak is offline   Reply With Quote