user-1372
12-08-2016, 04:29 PM
Hello
Hope this is appropriate for this forum
I often want to browse what I can download using iplayer, but find staying in the terminal (Linux) or dos box (Windows) not as convenient as using a graphical editor.
For Linux:
The following two commands will give you output in Leafpad (or your editor of choice)
For Windows:
The following two commands will give you output in Notepad.
**don't forget to ctrl V into Notepad when it appears**
For Macs:
Sorry, I have no knowledge of Apple products
Change the string in quotes to change what you want to find. This is to make browsing easier, not to download a specific programme. See the Wiki guide Usage and Examples to expand the get_iplayer part if required.
Hope this is helpful
Regards
Rich
Hope this is appropriate for this forum
I often want to browse what I can download using iplayer, but find staying in the terminal (Linux) or dos box (Windows) not as convenient as using a graphical editor.
For Linux:
The following two commands will give you output in Leafpad (or your editor of choice)
Code:
leafpad <(grep -iF 'bbc four' <(get_iplayer))
leafpad <(grep -iF 'radio 4' <(get_iplayer --type radio))
For Windows:
The following two commands will give you output in Notepad.
Code:
get_iplayer | find /I "bbc four" | clip && notepad
get_iplayer --type radio | find /I "radio 4" | clip && notepad
**don't forget to ctrl V into Notepad when it appears**
For Macs:
Sorry, I have no knowledge of Apple products
Change the string in quotes to change what you want to find. This is to make browsing easier, not to download a specific programme. See the Wiki guide Usage and Examples to expand the get_iplayer part if required.
Hope this is helpful
Regards
Rich