|
2010-01-23
, 14:06
|
Posts: 134 |
Thanked: 91 times |
Joined on Nov 2009
@ Imperial College London
|
#82
|
Hi Jan
This is what I get...which I don't really understand as I flashed my device yesterday. I would have thought that it would have had a different timestamp?
/opt/ruby/bin/iplayer-dl
The Following User Says Thank You to Big Phat Jan For This Useful Post: | ||
|
2010-01-23
, 14:13
|
|
Posts: 28 |
Thanked: 22 times |
Joined on Jan 2010
@ Sheffield
|
#83
|
|
2010-01-23
, 14:46
|
Posts: 134 |
Thanked: 91 times |
Joined on Nov 2009
@ Imperial College London
|
#84
|
I didn't mean to hurt your feelings and please forgive my bluntness but we aren't all technically minded as you and those instructions cause problems because they are incomplete. Please can you help me and others out? A bunch of us are having the same problem, not just me. I am not calling you rubbish or your knowledge but you got to admit, those instructions really cause a headache and don't allow me to download iplayer videos in their current state.
When I enter the first 4 commands, I get this:
Your instructions don't even tell us whether to press Y for yes, N for no. I tried typing y and it just said abort. I also tried closing the terminal, relaunching it and typer iplayer URL but it says not found.Code:BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso26+0m5) built-in shell (ash) Enter 'help' for a list of built-in commands. /home/user # apt-get update Hit http://repository.maemo.org fremantle Release.gpg Ign http://repository.maemo.org fremantle/free Translation-en_GB Ign http://repository.maemo.org fremantle/non-free Translation-en_GB Ign http://repository.maemo.org fremantle/tools Release.gpg Ign http://repository.maemo.org fremantle/tools/free Translation-en_GB Ign http://repository.maemo.org fremantle/tools/non-free Translation-en_GB Ign http://maemorepo.kaspernj.org fremantle Release.gpg Ign http://maemorepo.kaspernj.org fremantle/main Translation-en_GB Hit http://repository.maemo.org fremantle Release Ign http://repository.maemo.org fremantle/tools Release Ign http://maemorepo.kaspernj.org fremantle Release Ign http://repository.maemo.org fremantle/tools/free Packages/DiffIndex Ign http://repository.maemo.org fremantle/tools/non-free Packages/DiffIndex Ign http://maemorepo.kaspernj.org fremantle/main Packages/DiffIndex Ign http://repository.maemo.org fremantle/free Packages/DiffIndex Ign http://repository.maemo.org fremantle/non-free Packages/DiffIndex Hit http://repository.maemo.org fremantle/tools/free Packages Hit http://repository.maemo.org fremantle/tools/non-free Packages Hit http://maemorepo.kaspernj.org fremantle/main Packages Hit http://repository.maemo.org fremantle/free Packages Hit http://repository.maemo.org fremantle/non-free Packages Hit https://downloads.maemo.nokia.com ./ Release.gpg Ign https://downloads.maemo.nokia.com ./ Translation-en_GB Hit https://downloads.maemo.nokia.com ./ Release.gpg Ign https://downloads.maemo.nokia.com ./ Translation-en_GB Hit https://downloads.maemo.nokia.com ./ Release.gpg Ign https://downloads.maemo.nokia.com ./ Translation-en_GB Hit https://downloads.maemo.nokia.com ./ Release Hit https://downloads.maemo.nokia.com ./ Release Hit https://downloads.maemo.nokia.com ./ Release Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex Hit https://downloads.maemo.nokia.com ./ Packages Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex Hit https://downloads.maemo.nokia.com ./ Packages Hit https://downloads.maemo.nokia.com ./ Packages Reading package lists... Done /home/user # apt-get install iplayer-dl Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: ruby The following NEW packages will be installed: iplayer-dl ruby 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. Need to get 3725kB of archives. After this operation, 0B of additional disk space will be used. Do you want to continue [Y/n]?
iplayer-dl
iplayer-dl URL
iplayer-dl -d /home/user/MyDocs/.videos URL
alias iplayer="iplayer-dl -d /home/user/MyDocs/.videos"
echo 'Big Phat Jan is great'
echo 'alias iplayer="iplayer-dl -d /home/user/MyDocs/.videos"' >> /home/user/.profile
source /home/user/.profile
sudo gainroot chown user. /home/user/.profile exit
cat /home/user/.profile
The Following User Says Thank You to Big Phat Jan For This Useful Post: | ||
|
2010-01-23
, 15:01
|
Posts: 134 |
Thanked: 91 times |
Joined on Nov 2009
@ Imperial College London
|
#85
|
ls -l /home/user/.profile
sudo gainroot chown user. /home/user/.profile exit
rm /home/user/.profile #below here should all be one line echo 'alias iplayer="iplayer-dl -d /home/user/MyDocs/.videos"' >> /home/user/.profile #above here should all be one line
The Following User Says Thank You to Big Phat Jan For This Useful Post: | ||
|
2010-01-23
, 15:26
|
|
Posts: 844 |
Thanked: 521 times |
Joined on Jan 2009
@ UK southampton
|
#86
|
The Following User Says Thank You to casper27 For This Useful Post: | ||
|
2010-01-23
, 15:46
|
Posts: 134 |
Thanked: 91 times |
Joined on Nov 2009
@ Imperial College London
|
#87
|
Just a small word of warning if you are enabling Extras-dev repository to get rootsh or any other programme make sure you disable it afterwards before issuing
apt-get update
Saves a lot of heart ache.
|
2010-01-23
, 15:51
|
Posts: 739 |
Thanked: 220 times |
Joined on Dec 2009
@ Surrey, UK
|
#88
|
I wouldn't worry about the timestamp. Try this next:
This should directly execute the iplayer-dl script and spit out some usage instructions. Previously we were using links and aliases so hopefully this should help get to the bottom of things.Code:/opt/ruby/bin/iplayer-dl
Cheers,
Jan
|
2010-01-23
, 16:03
|
Posts: 739 |
Thanked: 220 times |
Joined on Dec 2009
@ Surrey, UK
|
#89
|
The Following 3 Users Say Thank You to cardiff-blues For This Useful Post: | ||
|
2010-01-23
, 16:28
|
Posts: 134 |
Thanked: 91 times |
Joined on Nov 2009
@ Imperial College London
|
#90
|
Hi Jan
Thanks for all of your excellent help thus far. When I try that command it doesn't find iplayer-dl.
You may want to wait until some of the current issues have been smoothed out before following the instructions though, as a lot of people seem to having some trouble. Or if you have a brave and adventurous spirit try again after enabling rootsh and I'll try to help with any problems along the way!
Cheers,
Jan