TheWojtek

Members
  • Content Count

    1
  • Joined

  • Last visited

  • Days Won

    2

TheWojtek last won the day on September 19 2016

TheWojtek had the most liked content!

Community Reputation

2 Neutral

About TheWojtek

  • Rank
    Newbie
  1. It's not about getting rid of Eyeconnect. Just the contrary. It's a bug in current EyeTV versions that prevents Eyeconnect from even starting. This bug has been discovered by Simon Nilsson and he provides the steps to have iPhone/iPad sharing running again on the botched EyeTV installation. The problem with EyeTV is, it currently does not create nor start the Eyeconnect service. Here's how to fix it. Open the Terminal and: mkdir "/Library/Application Support/EyeConnect" cp -r /Applications/EyeTV.app/Contents/Resources/EyeConnect.app "/Library/Application Support/EyeConnect" sudo cp -f "/Library/Application Support/EyeConnect/EyeConnect.app/Contents/Resources/com.elgato.EyeConnect.plist" /Library/LaunchDaemons/com.elgato.EyeConnect.plist sudo chown root:wheel /Library/LaunchDaemons/com.elgato.EyeConnect.plist sudo chmod 600 /Library/LaunchDaemons/com.elgato.EyeConnect.plist sudo launchctl load /Library/LaunchDaemons/com.elgato.EyeConnect.plist Once these commands are entered, the failed installation of Eyeconnect on El Capitan starts up and allows for setting up Library/iPhone/iPad sharing. Three things in regards to above: 1) the current EyeTV build is broken, so it needs updating very soon, 2) the manufacturer should show some generosity towards Simon, he nailed it, 3) finally - the guy by himself did something EyeTV should've been doing ages ago - integrated live TV into Kodi with a lightweight app. Why not do an official Kodi plugin with Simon?