24-03-2018, 02:28 PM
user-1922
24-03-2018, 03:31 PM
See the thread at: https://forums.squarepenguin.co.uk/thread-1707.html.
In the meantime you can download programs directly using the HTTP URL of the iPlayer page for the show you want:
In the meantime you can download programs directly using the HTTP URL of the iPlayer page for the show you want:
Code:
get_iplayer --get --url <URL_OF_SHOW>
user-2101
24-03-2018, 03:47 PM
That what I have always done but does not work now
Sorry I misunderstood you are saying I can download within iplayer OK
Will get_iplayer be updated at some time to allow me to record from it?
Sorry I misunderstood you are saying I can download within iplayer OK
Will get_iplayer be updated at some time to allow me to record from it?
user-1922
24-03-2018, 03:53 PM
(24-03-2018, 03:47 PM)That what I have always done but does not work nowYou said you were searching. The '--get --url' option does not search, it just downloads the program at the given url. It's working for me. If you provide the exact command line you are using, I can try it.
user-2101
24-03-2018, 04:25 PM
https://www.bbc.co.uk/programmes/b09vzyd5
Within search i paste this or any url from Iplayer into quick URL press record and nothing
Within search i paste this or any url from Iplayer into quick URL press record and nothing
user-250
24-03-2018, 04:33 PM
On pid works until Dink releases the pvr fix soon. Read the forum!
Pid works as below
get_iplayer.cmd --type=radio --pid=b09vzyd5
Matches:
32388: Ayres on the Air: Series 6 - Still in the Game, BBC Radio 4, b09vzyd5
INFO: 1 matching programmes
INFO: Downloading radio: 'Ayres on the Air: Series 6 - 1. Still in the Game (b09vzyd5) [original]'
63.2% of ~65.92 MB @ 41.3 Mb/s ETA: 00:00:04 (dafhigh1) [audio]
.
.
.
INFO: Converting to M4A
INFO: Tagging M4A
INFO: Running user command
Pid works as below
get_iplayer.cmd --type=radio --pid=b09vzyd5
Matches:
32388: Ayres on the Air: Series 6 - Still in the Game, BBC Radio 4, b09vzyd5
INFO: 1 matching programmes
INFO: Downloading radio: 'Ayres on the Air: Series 6 - 1. Still in the Game (b09vzyd5) [original]'
63.2% of ~65.92 MB @ 41.3 Mb/s ETA: 00:00:04 (dafhigh1) [audio]
.
.
.
INFO: Converting to M4A
INFO: Tagging M4A
INFO: Running user command
user-2101
24-03-2018, 04:33 PM
Where is the '--get --url' option
user-2101
24-03-2018, 04:42 PM
where do I type this
get_iplayer.cmd --type=radio --pid=b09vzyd5
get_iplayer.cmd --type=radio --pid=b09vzyd5
user-250
25-03-2018, 12:25 PM
Paul
Firstly, I'm no expert with MS Windows
Assuming you are running a recent version of Microsoft windows and you have installed get_iplayer in its default location
I advise you to read the get_iplayer wiki, all is explained in terms that anyone can understand.
For 64bit windows the location is
c:\Program Files (x86)\get_iplayer
for 32bit windows the location is
c:\Program Files \get_iplayer
Open a command prompt Windows+R enter CMD and press ENTER
copy and paste the commands below
For 64bit windows
cd /d "%programfiles(x86)%\get_iplayer"
or
For 32bit windows
cd /d "%programfiles%\get_iplayer"
Firstly, I'm no expert with MS Windows
Assuming you are running a recent version of Microsoft windows and you have installed get_iplayer in its default location
I advise you to read the get_iplayer wiki, all is explained in terms that anyone can understand.
For 64bit windows the location is
c:\Program Files (x86)\get_iplayer
for 32bit windows the location is
c:\Program Files \get_iplayer
Open a command prompt Windows+R enter CMD and press ENTER
copy and paste the commands below
For 64bit windows
cd /d "%programfiles(x86)%\get_iplayer"
or
For 32bit windows
cd /d "%programfiles%\get_iplayer"
user-2
25-03-2018, 12:35 PM
Do NOT work in the installation directory. Just open a command prompt and start typing commands.
user-250
28-03-2018, 08:26 AM
I don't have the GIP directory in my path.
In future I'll try and let you answer the question or refer them to the wiki for a consistent answer ;)
In future I'll try and let you answer the question or refer them to the wiki for a consistent answer ;)
user-2
28-03-2018, 10:33 AM
Don't be reticent, but since you are not using a supported configuration, be aware of the differences. Virtually every Windows user will have used the provided installer, and that's the only thing we support.
user-250
28-03-2018, 05:10 PM
fair point, well made.