Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quiqueck/plex-atv-plugin
A very basic plugin for the 2nd Generation AppleTV
https://github.com/quiqueck/plex-atv-plugin
Last synced: 10 days ago
JSON representation
A very basic plugin for the 2nd Generation AppleTV
- Host: GitHub
- URL: https://github.com/quiqueck/plex-atv-plugin
- Owner: quiqueck
- License: other
- Created: 2010-12-24T09:24:25.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-02-27T21:51:39.000Z (over 8 years ago)
- Last Synced: 2023-03-11T14:37:22.413Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 15.2 MB
- Stars: 42
- Watchers: 5
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
=== PREPARING ===
a) You need to install the "beigelist" on your ATV (if you installed the Plex-Plugin using apt, it is already there )
b) Set up a password-less ssh connection to your ATV (http://oreilly.com/pub/h/66)
c) You need the iPhone 4.2 SDK installed on your machine!
d) You need to get transcoder keys from the plex team in order to make playback work.
e) Install the plex-client on your ATV (prepares the correct skeletons)
echo "deb http://www.ambertation.de ./downloads/PLEX/" > /etc/apt/sources.list.d/plex.list
apt-get update
apt-get install com.plex.client-plugin=== BUILDING ===
1. Open PlexATV/atvTwo.xcodeproj
2. Make sure you are building 4.2|Release|atvTwo|armv6
3. Make sure your appleTV is turned on and that you can log in using [email protected] (without using a password)
4. Set the transcoder keys in PlexATV/Classes/HWAppliance.mm
5. Hit [cmd]+B in Xcode. The plugin is build and copied to the ATV and. After that AppleTV.app is restarted