enen92 / screensaver.atv4

Apple aerial screensavers (apple tv 4) for Kodi
GNU General Public License v2.0
52 stars 10 forks source link

Offline mode still contacts apple servers #30

Closed graysky2 closed 6 years ago

graysky2 commented 6 years ago

Screensaver.atv4 seems to be connecting out to apple when it comes on despite my configuring it to use offline files (which are on the filesystem). I see DNS request that seem to be triggered by the screensaver activation. The two domains I have in my logs are:

a1.phobos.apple.com
a1.phobos-apple.com.akadns.net

Using version 1.4.2.

enen92 commented 6 years ago

Offline mode is suposed to rely the playback on the local stored videos but the main playlist file is still remote that's why you see the request. I can easily change that, making the addon use the local playlist.

graysky2 commented 6 years ago

Sounds good if you'll make the change. I believe most users would expect 100% local operation using local files.