These forums are archived

See this post for further info

get_iplayer forums

Forum archived. Posting disabled.

Output Renaming

user-38

The_Apprentice_Youre_Fired_Series_9_-_Episode_10_b036mm0d_default

This is the current name output and the default provided by windows get_iplayer

I am trying to get

get_iplayer --command --file-prefix '<firstbcast>-<name>-<senum>'

but the cmd line with file not found.

What am i doing wrong?

Thanks in advance for any response.

user-2

You don't have a command specified for
Code:
--command
. Moreover, you don't need
Code:
--command
if you just want to change the output file name -
Code:
--file-prefix
is all you need.

user-38

Perfect thanks i added this to add prefs

get_iplayer --prefs-add --file-prefix "<firstbcast>-<name>-<senum>"

These forums are archived

See this post for further info