Difference between revisions of "NitoTV Take 3"
(added <nowiki> tags to make it easy for people to copy/paste) |
|||
Line 47: | Line 47: | ||
apt-get install wget | apt-get install wget | ||
− | wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add - | + | <nowiki>wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -</nowiki> |
− | <nowiki>echo "deb http://apt.awkwardtv.org/ stable main" > /etc/apt/sources.list.d/awkwardtv.list</nowiki> | + | <nowiki>echo "deb http://apt.awkwardtv.org/ stable main" > /etc/apt/sources.list.d/awkwardtv.list </nowiki> |
apt-get update | apt-get update | ||
apt-get install com.nito.nitotv | apt-get install com.nito.nitotv | ||
Line 64: | Line 64: | ||
apt-get install wget | apt-get install wget | ||
− | wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add - | + | <nowiki>wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -</nowiki> |
==Upgrading== | ==Upgrading== |
Revision as of 10:51, 13 November 2010
nitoTV take 3 - For AppleTV 2G Take 3: 4.1
Current Version: 0.5
Release date: Nov 11th, 2010
Current as of: Nov 11th, 2010
This appliance is a continuation of nitoTV on AppleTV 1G. Right now we just have weather and RSS support implemented, will try and get the rest of the original functionality implemented as soon as possible.
This appliance is Copyright © 2007-2010 nito llc. All Rights Reserved.
Contents
Change Log
0.5 2010-11-10
- Moved installation to a main menu category
- added some featured packages to find popular packages easily,
- fixed awkwardtv repo to reflect recent updates + download the repo signing key.
0.4 2010-11-04
Another bug fix release. HDMI unplug/replug is no longer necessary on boot, we also attempt to force the AppleTV to join the top most item in the wifi settings plist.
0.3b 2010-10-29
- Added Updater
- Ability to search for custom Deb package
- Bug fixes
0.2 2010-10-24
- Bug fixes
0.1
- Initial Release, Weather and RSS support only.
Install Instructions
Step 1: Jailbreak your Apple TV2 per instructions here.
Step 2: On your mac, use terminal to SSH into your Apple TV2. The default password is "alpine".
ssh root@AppleTV.local
Step 3: Change your password (if you haven't already)! Type:-
passwd
Step 4: To install NitoTV and restart Lowtide, type:-
apt-get install wget wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add - echo "deb http://apt.awkwardtv.org/ stable main" > /etc/apt/sources.list.d/awkwardtv.list apt-get update apt-get install com.nito.nitotv killall Lowtide
Step 5: Enjoy :)
Tip: Info on finding your weather location id can be found here .
http://forums.macrumors.com/showthread.php?t=1035345
Installation Issues
to anyone getting an error like this "The following signatures couldnt be verified because the public key is not available: NO_PUBKEY 89711CE585F73AB5" you need to install the awkwardtv.pub key, follow the directions below: (while ssh'ed in)
apt-get install wget wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -
Upgrading
If you've already installed a 0.1 or 0.2, you should do the following steps to upgrade when new releases come out>
- SSH into your Apple TV 2G
- Run the following commands:
apt-get update apt-get -u upgrade killall Lowtide
- Unplug and replug HDMI cable if you're having difficulties
From 0.3b on, and Updater is included under NitoTV Settings.
Known Bugs
Adding feeds to RSS and Weather (after deleting original feeds) plugin crashes.
Update Priorities
The following is the list of features that are highest priority of the flavor of nitoTV. There is no particular time frame, some of these things may not even be possible to replicate from older versions. Inclusion on this list isn't a promise or a guarantee that these things can be done, but we'll do our best.
1. Codec Support (Native MPlayer or VLC implementation) 2. AFP/SMB/NFS Support 3. DVD folder/ISO Playback
Additional Notes
There will be more information added to this page pending my time to think of it, or do it.