
Originally Posted by
hfisher999
Can you install Nito through Apple TV itself? The last time I did that, my screen went dark, but I heard Nito was updated to work...also, I can do this, but am still an SSH novice, when you copy, you paste into the terminal window...correct?
The easiest way for a novice to copy the files to frontrow is to use something like Cyberduck/Fugu on the Mac or something like WinSCP on windows (don't currently own a windows box, so maybe others are better to advise you there)
That way you can copy over all the files you need at once using the graphical frontend, then open a terminal window and issue
Code:
ssh frontrow@appletv.local
to open a session on the ATV. Then, you can easily copy and paste the commands from this thread into the terminal and away you go....
However, if I want to copy files from the terminal window on my imac, I normally issue something like:
Code:
scp filename frontrow@appletv.local:~/
which would copy the file named 'filename' from the current directory to the frontrow directory on the ATV.
For example:
Code:
imacg5:Desktop jim$ scp ./FirefoxInstallScript.sh frontrow@appletv.local:~/
Welcome to the AppleTV (via atv-usbcreator)
frontrow@appletv.local's password:
FirefoxInstallScript.zip 100% 2023 2.0KB/s 00:00
imacg5:Desktop jim$
Which copies the script from my desktop (the directory I was in) to the frontrow directory on my ATV and then returns me back to my command prompt at my mac. This is my preferred method of copying, because it's flexible and fast and you can whack it in scripts. But it's not necessary and I thought it would complicate the instructions needlessly.
For example: if you set up shared keys and watched folders on your mac, you can write a script that copies any thing you drop in a certain folder directly to frontrow on the ATV. I used to have something similar set up for torrent and nzb files until I hosed my ATV (don't ask!) and had to restore from scratch.
Bookmarks