cnote
June 8, 2013, 9:43pm
1
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 Server
def getPlexGDM():
return True # True: use PlexGDM (GoodDayMate) to auto discover PMS
def 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/WebServer
def getIP_DNSmaster(): # Router, ISP's DNS, ...
return '8.8.8.8' # google public DNS
def getHostToIntercept():
return 'trailers.apple.com'
You are running an older version that Elan forked to test out some UI ideas.
It has a bug in it, if you hit select rather than play there is a bug in the pre play screen that can cause this.
Either:
Download the latest version from the main branch (link in the install guide - although channels probably will be broken until it gets fixed - likely tomorrow)
Use the workaround of hitting the play button to start a movie/episode
cnote
June 8, 2013, 10:12pm
3
i dont see any movies or tv episodes.
i'll download the main branch now, thanks.
cnote
June 8, 2013, 10:25pm
4
cnote
June 9, 2013, 1:49am
5
I reinstalled PMS and now I can see my library, but the videos do not play. Just says, 'Trailers is unavailable. Try again later.'
The press play workaround gives the same error.
log: http://pastebin.com/DFDNMjre
Can you go into settings in the UI ans change video quality to 12Mbps please.
cnote
June 9, 2013, 5:32pm
7
works! also works when Force Transcode is on false.
thanks!
system
Closed
December 20, 2019, 11:29pm
8
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.