A bug in preferences handling (in 2.83)
J K.Eason
john at jeason.cix.co.uk
Wed Jul 24 09:03:00 EDT 2013
> You have to respect the rules of the Windows command processor and
> escape the backslash:
>
> get_iplayer --prefs-add --output "H:\\"
>
> Otherwise it thinks you are escaping the quote rather than using it
> to enclose the path.
Actually it works correctly under Windows if you leave off the quotes
*unless* there are spaces in the path.
get_iplayer --prefs-add --output H:\
works fine and produces:
output h:\
in the options file.
get_iplayer --prefs-add --output "C:\Documents and
Settings\User\Desktop" (on one line)
produces:
output = C:\Documents and Settings\User\Desktop
in options.
Regards
John
More information about the get_iplayer
mailing list