View Single Post
Old 12-02-2009, 01:29 AM   #80
vern
Junior Member
vern began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Dec 2009
Device: iphone
Until calibre or stanza straighten out the urlencode issues, here's my simple script to fix the urls on the stanza.xml file:
http://pastebin.com/m1dc17a20

to run, do:
# python thiscode.py path/to/stanza.xml

This just replaces the spaces and commas with url-encodes equivalents (but not the parenthesis, since stanza apparently doesn't like that)
vern is offline   Reply With Quote