These forums are archived

See this post for further info

get_iplayer forums

Forum archived. Posting disabled.

How do I locate get_iplayer in Ubuntu?

user-1946

Hello,

Bit of beginner here, so be patient!
I'm trying to set up a cron job to download some radio programs automatically.

The instructions call for the command
Code:
/path/to/get_iplayer --pvr
but which path should I choose?

Code:
whereis get_iplayer
get_iplayer: /usr/bin/get_iplayer /etc/get_iplayer /usr/share/get_iplayer /usr/share/man/ma/get_iplayer.1.gz

Running Ubuntu 16.04 and using the get-player PPA.

Thank you.

user-2

Use "which" instead of "whereis".

EDIT: Since you're looking for the get_iplayer binary (i.e., the main script), there is a clue in the "whereis" output.

user-1946

Hi @user-2,

Thank you for clearing my doubts, and for changing the title to something more appropriate!
The cronjob works fine now.

On a different note, can you explain me how get_iplayer knows which episode to download?
There are 5 episodes of RadioProgram on iPlayer, 4 of which I already downloaded during the week; how the program knew to download only the last episode?

user-2

get_iplayer keeps a download_history. See FAQ list.

These forums are archived

See this post for further info