output file names

Ranec get_iplayer at cemery.org.uk
Mon May 23 08:33:06 EDT 2011


On 18 May 2011 10:27, Ranec <get_iplayer at cemery.org.uk> wrote:
> What are the runes for
>
> a) Not getting spaces replaced with "_"

add
whitespace 1
option in C:\All Users\get_iplayer\options
Unfortunately the rest of the code bails when there are spaces in the
file names. :-(
This will require significantly more work than I can currently spare.
I'll just make do with using rename for now.

> b) Not getting the <PID>_default added to the file name

Change line 3773
from
sub file_prefix_format { return '<name> - <episode> <pid> <version>' };
to
sub file_prefix_format { return '<name> - <episode>' };

-R



More information about the get_iplayer mailing list