Ah.!!! That’s it.!!!
Awesome… Thank you so much… 
Rich.
Has anyone managed to get this to work on a readynas 312 with os6?
I have it working on a Pro 6 with OS6. I think it must be very similar to the 312 with OS6.
1) install python 2.7
2) install plexconnect
3) stop connman running a dns server on port 53. Need to change the connman start script - edit the file connman.service and add --nodnsproxy:
ExecStart=/usr/sbin/connmand -n --nodnsproxy
4) change the apache port to 8080 -edit the file ports.conf
NameVirtualHost *:8080
Listen 8080
5) create a start script for plexconnect in etc/init.d with a command something like:
nohup sleep 120 2>/dev/null && cd /data/Tims/PlexConnect && nohup ./PlexConnect.py 2>/dev/null &
6) edit the settings.cfg file as described above
Cheers buddy. Having issues locating connman on the 312. Any help appreciated
On mine its here:
/lib/systemd/system/connman.service
Thanks again. Found and amended but still get UDP port 53 already in use. Lack if knowledge is slowing me down. Your help is appreciated
Have you rebooted since making the change?
Potential newbie error. Will reboot shortly with fingers crossed. Thanks agsin
Now stuck with trailers not available.
Can see plex running ok it terminal but nothing’s getting through!
If you have completed steps 4 & 6 and set the dns in atv then the only other thing to take care of is your IP address on of nas needs to be static so the dns as set in your atv can always find it.
What does your settings.cfg file look like?
If you have completed steps 4 & 6 and set the dns in atv then the only other thing to take care of is your IP address on of nas needs to be static so the dns as set in your atv can always find it.
What does your settings.cfg file look like?
File as follows,
If you have changed the apache port then you should let the port_webserver in the settings as 80. The method I use is with port forwarding and is a bit more clean because it does not change the standard readynas install, only install the addon on top of it. I believe the principle should work also on the OS6 even though you may need to find the right paths. I don't have such hardware so I cannot tell.
I think you need to have something like this:
[PlexConnect]
port_pms = 32400
enable_plexgdm = True
ip_dnsmaster = your router address
ip_webserver = 0.0.0.0
loglevel = None
enable_dnsserver = True
ip_pms = your nas address
port_webserver = 80
I think you need to have something like this:
[PlexConnect]
port_pms = 32400
enable_plexgdm = True
ip_dnsmaster = your router address
ip_webserver = 0.0.0.0
loglevel = None
enable_dnsserver = True
ip_pms = your nas address
port_webserver = 80
Iridabike - you genius. It works. Cant tell you how much I appreciate your help on this. Now the only outstanding problem is it stops if I close the terminal.
Could you provide guidance on how to write a startup script
Item 5 in my original list should give you a steer. Look up how to create a startup script in Debian and then adapt my line of code to suit the location of your files.
Item 5 in my original list should give you a steer. Look up how to create a startup script in Debian and then adapt my line of code to suit the location of your files.
Thanks again used command "screen ./PlexConnect.py" all running fine
Does anyone have the python bin file as the website is down?
<div>
<pre>
apt-get update
apt-get install python2.7
apt-get updateapt-get install python2.7
Thanks but I get this error
@dilpan77
Is there anything else you did to get this working? I have changed the apache port to 8080 and verified that this is working but when I set port_webserver=80 it still says port is in use??