I was very excited when I read about PlexConnect. Thanks for this.
Channels is working fine. Search appears to be missing the 'search' button.
Library just says 'Trailers is unavailable. Try again later.'
- ATV3
- iOS 5.2.1
- DNS server set on the ATV: 10.0.1.10
- Device & OS with PlexConnect: Mac mini 10.8.3
- Local IP address of the device that PlexConnect is installed on: 10.0.1.10
- Device and OS with PMS: Mac mini 10.8.3
- Local IP address of the device that the Plex media server: 10.0.1.10
- Media is on usb drive connected to Time Capsule
- PlexConnect version: GitHub source, June 8, 3pm CST
Settings.py
#!/usr/bin/python
"""Global Settings..."""## Plex Media Serverdef getPlexGDM():return True # True: use PlexGDM (GoodDayMate) to auto discover PMSdef getIP_PMS(): # default IP, if GDM fails... todo: do we need this fall back?return '10.0.1.10'def getPort_PMS():return 32400## DNS/WebServerdef getIP_DNSmaster(): # Router, ISP's DNS, ...return '8.8.8.8' # google public DNSdef getHostToIntercept():return 'trailers.apple.com'