AppleTV Plugin: discussion
- FlyingDiver
- Posts: 7830
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: AppleTV Plugin: discussion
We used it not two hours ago.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
AppleTV Plugin: discussion
The Ip interface( iPhone tv remote) might hang, the rest of the Apple TV works
When you try to use your iPhone to change channels etc works the plugin likely works.
And visa versa
Sent from my iPhone using Tapatalk
When you try to use your iPhone to change channels etc works the plugin likely works.
And visa versa
Sent from my iPhone using Tapatalk
Re: AppleTV Plugin: discussion
""in Line 927 has error=u'192.168.111.160'""
actually that was a real bug:
if ip in self.scanThreadsForPush[ip]:
should be
if ip in self.scanThreadsForPush:
fixed in v1.011
actually that was a real bug:
if ip in self.scanThreadsForPush[ip]:
should be
if ip in self.scanThreadsForPush:
fixed in v1.011
- FlyingDiver
- Posts: 7830
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: AppleTV Plugin: discussion
Seems to be discovering the AppleTV OK.
How is the device supposed to work? When I create an AppleTV device, it says "overwrite IP" (and other fields) but it doesn't let me select the already discovered device.
How is the device supposed to work? When I create an AppleTV device, it says "overwrite IP" (and other fields) but it doesn't let me select the already discovered device.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
Re: AppleTV Plugin: discussion
You need to edit the device if you want to manually overwrite the Ip number etc. The PIN number is not yet used. You normally don’t need to touch any of the device edits.
The the things ( actions) you can do are described in plugin/menu/ help
In summary
- the states show you what is currently going on in your Apple TV.
- though menu or actions you can send commands to the Apple TV. The commands more or less reflect what you can do with iPhone’s tv remote app
Sent from my iPhone using Tapatalk
The the things ( actions) you can do are described in plugin/menu/ help
In summary
- the states show you what is currently going on in your Apple TV.
- though menu or actions you can send commands to the Apple TV. The commands more or less reflect what you can do with iPhone’s tv remote app
Sent from my iPhone using Tapatalk
- FlyingDiver
- Posts: 7830
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: AppleTV Plugin: discussion
It was not documented anywhere that the plugin automatically creates the devices. I was trying to create one, not edit an existing one.
You need to document that, and log it (in the normal Indigo log) when the device is created.
You need to document that, and log it (in the normal Indigo log) when the device is created.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
Re: AppleTV Plugin: discussion
Thanks for the feedback. I thought the help said that. But I guess my communications skill are wanting.
Sent from my iPhone using Tapatalk
Sent from my iPhone using Tapatalk