Skip to content

Instantly share code, notes, and snippets.

@theothernt
Last active June 12, 2025 07:37
Show Gist options
  • Save theothernt/57a51cade0c12c407f48a5121e0939d5 to your computer and use it in GitHub Desktop.
Save theothernt/57a51cade0c12c407f48a5121e0939d5 to your computer and use it in GitHub Desktop.
A list of the feeds Apple uses for its video screensavers
tvOS 10: 1080p + H.264
http://a1.phobos.apple.com/us/r1000/000/Features/atv/AutumnResources/videos/entries.json
tvOS 11: 1080p/4K + SDR/HDR + HEVC
https://sylvan.apple.com/Aerials/2x/entries.json
https://t27q97zg19.execute-api.us-east-1.amazonaws.com/prod/aerialAltJSON/4kEntites.json
tvOS 12: 4K + SDR/HDR + HEVC, 1080p + H.264, localised descriptions
https://sylvan.apple.com/Aerials/resources.tar
tvOS 13: 4K + SDR/HDR + HEVC, 1080p + H.264, localised descriptions
https://sylvan.apple.com/Aerials/resources-13.tar
tvOS 15: 4K + SDR/HDR + HEVC, 1080p + H.264, localised descriptions
https://sylvan.apple.com/Aerials/resources-15.tar
tvOS 16: 4K + SDR/HDR + HEVC, 1080p + H.264, localised descriptions
https://sylvan.apple.com/Aerials/resources-16.tar
macOS 14: 4K 120FPS + 240FPS, localised descriptions
https://sylvan.apple.com/itunes-assets/Aerials126/v4/82/2e/34/822e344c-f5d2-878c-3d56-508d5b09ed61/resources-14-0.tar
macOS 15: 4K 240FPS, localised descriptions
https://sylvan.apple.com/itunes-assets/Aerials126/v4/82/2e/34/822e344c-f5d2-878c-3d56-508d5b09ed61/resources-15-0-2.tar
@glouel
Copy link

glouel commented Sep 2, 2024

macOS 15 has changes to the screensaver manifest, this seems to be the newer manifest: https://configuration.apple.com/configurations/internetservices/aerials/resources-config-14-1.plist

I didn't check the recent binaries but based on your comment, I randomly tried : https://configuration.apple.com/configurations/internetservices/aerials/resources-config-15-0.plist

And yep, it's here, it points to this : https://sylvan.apple.com/itunes-assets/Aerials126/v4/82/2e/34/822e344c-f5d2-878c-3d56-508d5b09ed61/resources-15-0-2.tar

There are 137 videos, the classic 134 + the 3 new Sequoia ones that are in a new subcategory.

Screenshot 2024-09-02 at 15 48 36

Pushing an update for my Aerial screensaver later today with those.

That manifest remains 240 FPS only though. At that point I'm not sure what tvOS uses as a manifest for the HDR ones ? Maybe it's still on resources-15.tar or they use a built-in one.

@kenshaw
Copy link

kenshaw commented Nov 4, 2024

I put together a quick command line tool to help with grabbing all the wallpapers, useful for people on Linux.

Check it here.

@tejxv
Copy link

tejxv commented Jun 12, 2025

is there a way to access the newly launched screensavers from tvOS 26?

@HappyMac3920
Copy link

is there a way to access the newly launched screensavers from tvOS 26?

Currently no, at least I couldn't find them in the manifests. Maybe they will be live in a future update (but I can't test since I don't have an Apple Silicon Mac or an Apple TV).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment