The Following 18 Users Say Thank You to Big Phat Jan For This Useful Post: | ||
asidana, Bec, Blobster2k, cardiff-blues, casper27, Digbum13, digital909, edgar2, eightace, gs1, mark01, mikec, noobmonkey, RevdKathy, Rob1n, sdstrowes, Soundy, wizbowes |
![]() |
2010-01-15
, 19:46
|
Posts: 7 |
Thanked: 1 time |
Joined on Dec 2009
|
#2
|
![]() |
2010-01-15
, 19:53
|
Posts: 134 |
Thanked: 91 times |
Joined on Nov 2009
@ Imperial College London
|
#3
|
Great find btw. I was wondering when someone would work out how to use this masterpiece!
When I type
wget http://po-ru.com/files/iplayer-dl-latest.tar.gz
I get /bin/sh: wget: not found
How do I overcome this?
cp /home/user/MyDocs/iplayer-dl-latest.tar.gz /home/user
The Following User Says Thank You to Big Phat Jan For This Useful Post: | ||
![]() |
2010-01-15
, 19:59
|
Posts: 134 |
Thanked: 91 times |
Joined on Nov 2009
@ Imperial College London
|
#4
|
The Following User Says Thank You to Big Phat Jan For This Useful Post: | ||
![]() |
2010-01-15
, 20:19
|
Posts: 7 |
Thanked: 1 time |
Joined on Dec 2009
|
#5
|
![]() |
2010-01-15
, 20:27
|
Posts: 7 |
Thanked: 1 time |
Joined on Dec 2009
|
#6
|
![]() |
2010-01-15
, 22:45
|
Posts: 134 |
Thanked: 91 times |
Joined on Nov 2009
@ Imperial College London
|
#8
|
echo "alias iplayer='iplayer-dl -d /home/user/MyDocs/.videos'" >> /home/user/.profile
iplayer URL
The Following User Says Thank You to Big Phat Jan For This Useful Post: | ||
![]() |
2010-01-16
, 00:53
|
Posts: 33 |
Thanked: 44 times |
Joined on Dec 2009
|
#9
|
![]() |
2010-01-16
, 10:18
|
Posts: 33 |
Thanked: 44 times |
Joined on Dec 2009
|
#10
|
The Following 16 Users Say Thank You to kaspernj For This Useful Post: | ||
In order to get this running you need rootsh installed, which comes with caveats of its own. See this page for details: http://wiki.maemo.org/Root_access.
I've updated this first post to contain the current easiest method of getting this working - original post is below.
If you don't understand any of the steps below I suggest you stop and ask (/read on into the thread) rather than just doing them. A small level of knowledge of the terminal is required, but there is lots of discussion of each of the steps later in the thread if you are a beginner.
First, make sure that extras-devel is disabled. There's an un-optified version of Ruby in there that will break things. It reports as being a later version, so i you enable extras-devel in the future it will report an udate for Ruby - don't install this!
Thanks to Kaspernj (click "Thanks!" on his post below!) installing is now as simple as adding his repository:
Name: kaspernj.org
Webaddress: http://maemorepo.kaspernj.org
Distribution: fremantle
Components: main
If you've used application manager to add the repository make sure you close it. Then open a terminal and type the following:
echo 'alias iplayer="iplayer-dl -d /home/user/MyDocs/.videos"' >> /home/user/.profile
Then type:
You can now download from iPlayer by opening a terminal and typing:
Some important caveats:
And that's it! For a bit more info read the original post below and the rest of the thread.
Cheers,
Jan
--- Original post ---
Hi everyone. After searching the forums, it seems no one has a trivial method for watching iPlayer from the N900. So I thought that as I have one that's slightly more trivial that the current suggestions it would only be fair to share!
It's important to note that the BBC probably don't want you getting iPlayer content this way as it in theory enables you to keep content longer than they allow. So delete stuff as soon as you've watched it. That being said, on with the instructions!
First you need to install Ruby on your device. This is the tricky bit, but it's been made easier by the sterling work of kaspernj, as detailed in this post. You'll need to add his repository, mentioned in the first post of the thread linked above (it's fine to do this from the app manager). Make sure you thank him!
Please note that this has NOT been through any QA process, and so carries at least the same caveats as installing from extras-devel (actually maybe more, if kaspernj decided to be evil!). But in its favour it's all working like a charm for me, and it's been optified - still, here be dragons.
That being said, when you add the repository from app manager it should update automatically, so to install Ruby it's as easy as the following in a terminal:
Next, travel to http://po-ru.com/projects/iplayer-downloader/, read up on the background, and tip your proverbial hat to the developer. You can follow his instructions to get the source from github (here), or for the moment at least you can just do the following in a terminal:
i.e.:
In order to make life easier, link the created binary to /usr/bin:
The quality is great on the few things I've downloaded so far.
Remember you're not streaming, you're downloading, so there's a bit of a wait before you can start watching. The beeb's servers are pretty quick though, so it'll probably only be a short while.
This is obviously a useful feature if you're on the move, though be careful because an hour long show will be in the region of 200MB - too much of that on roaming data and your phone company will probably be giving you a ring!
Please note (from the developer's site):
Cheers,
Jan
Last edited by Big Phat Jan; 2010-01-25 at 11:16.