user-1738
01-05-2017, 09:57 PM
Hello everyone,
I have a fresh install of Gip 3.0 on my Mac and been using the Web PVR Manager (WPM) with the below code.
Browser version: Safari Version 10.1 (11603.1.30.0.34).
I understand by default downloaded file name follows the following format:
What I'm trying to do is to leave out "<pid> <version>" as part of the file name.
I must be wrong trying to run the following command in the Terminal command line.
Please kindly advise how can I achieve this? Much appreciated!
I have a fresh install of Gip 3.0 on my Mac and been using the Web PVR Manager (WPM) with the below code.
Browser version: Safari Version 10.1 (11603.1.30.0.34).
Code:
get_iplayer_web_pvr
I understand by default downloaded file name follows the following format:
Code:
"<name> - <episode> <pid> <version>"
What I'm trying to do is to leave out "<pid> <version>" as part of the file name.
I must be wrong trying to run the following command in the Terminal command line.
Code:
--file-prefix="<name> - <episode>"
Please kindly advise how can I achieve this? Much appreciated!