-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: new aerial screensavers #463
Comments
Space would be very nice! |
I'd love the new screensavers too, but it looks like this app is no longer being maintained? |
The current JSON manifest doesn't appear to include them yet, so either they haven't actually shipped those videos yet, or the new tvOS release uses a new URL. |
@WEZANGO it writes on the main page of the project about this issue. Try it, maybe it will work. Cheers! |
@remus-b unfortunately no luck. Also tried to delete and reinstall it, but still not working. |
Can anyone confirm tvOS 12 will even fetch the new videos yet? They may not be live at this point. |
Any updates on this? Would love to see the new ones on here some day! :) |
I saw the new video yesterday on my ATV, but definitely the url seems to be different since we don't get them in the json files that are in use (neither the one with 4K videos). |
http://benjaminmayo.co.uk/watch-all-the-apple-tv-aerial-video-screensavers#30047FDA-3AE3-4E74-9575-3520AD77865B should be brew install youtubedl
youtubedl http://youtube.com/link...... |
I think what we actually need is the new JSON url from Apple. This is the original one: http://a1.phobos.apple.com/us/r1000/000/Features/atv/AutumnResources/videos/entries.json That one doesn't have the new stuff. That's the root of the issue. So what is the new one? Would any little birdies like to tell us? If someone here has an AppleTV and can run its traffic through a VPN you control, you could probably see where it's going to get the list of videos to play. |
This guy has them: http://benjaminmayo.co.uk/watch-all-the-apple-tv-aerial-video-screensavers |
The page at benjaminmayo.co.uk is using this JSON feed: http://benjaminmayo.co.uk/scripts/apple-tv-screensavers.json But that one isn't provided by Apple, and thus might fall out-of-date with the real thing. I presume we won't get an update until we have the actual Apple feed's new URL. So, hey @benjaminmayo, what's the new URL? |
The format changed somewhat; you need to extract the JSON out of here https://sylvan.apple.com/Aerials/resources.tar. The JSON includes the URLs to the videos and the time markers for the tvOS 12 captions as a dictionary, keyed by time. The values of this dictionary are keys which can be found in the strings plists. |
For those who would like to test it, I made a quick fork that parses the new files, it plays the 4K-SDR videos by default. Build here : |
Thanks seems to be working, with the exception of the "Done" button. |
Yes the Done button seems to be a Mojave issue, happened also with previous versions. I'll try to have a look tomorrow but not sure what happens there. See |
I investigated the Done button a bit but couldn't find anything particular, I assume it's another bug linked to Swift screensavers in Mojave, I'll try submitting a radar next week with a small sample project. In the meantime, pushed a new version with a few features :
Build here : https://github.com/glouel/Aerial/releases/download/1.4b5/Aerial.saver.zip |
Awesome stuff! the new videos work perfectly for me. thanks for work you've put into this |
Hopefully we'll be able to merge changes when @JohnCoates names some extra mainteners. In the meantime, one last build, finally found the issue with the "Done" button not closing on Mojave. I ended up browsing all swift screensavers on github, found the answer on this project https://github.com/burnsra/SilhouetteSaver (which ironically doesn't work on Mojave) with an alternate way to dismiss the sheet 🎉 Build here : |
Thank you very much @glouel for the work you've put into this - the earth from space video looks amazing on my MacBook! |
great job @glouel ! |
@glouel thanks for your update!!! |
To be clear, does it work for you now ? It should work on the latest builds of Mojave. If not check the last paragraph on the project description for a workaround : https://github.com/JohnCoates/Aerial |
So I'm putting one more beta here. This one addresses a couple of things, and is mostly for those who have Macs older than Late 2015 (see Build here : |
The Done button works in 1.4b7!! |
@glouel Feature request - would it be possible to optionally allow the video description to remain showing rather than fading off after a few seconds please? I often miss the start of the videos but would still like to know where each location is. |
There you go : https://github.com/glouel/Aerial/releases/download/1.4b8/Aerial.saver.zip |
Superb!!! Thank you very much @glouel !! Lots of work colleagues keep gawking at these amazing aerial videos on my laptop (especially the earth ones), and it's thanks to your efforts they work really well with no more bugs on my Mojave build. I really like the ability to display a different video on each screen too! It's all very distracting so really must get back to doing actual work. :) |
Sorry but I don't have the "always" option next to "show descriptions" :-( |
Hehe thanks @quavoce ;) I really enjoy those space videos so it was fun adding them back ! There are still a few things that needs to be addressed, hopefully we can put some roadmap and better track bugs after we get a new maintainer. Some random thoughts about my implementation :
|
It's in beta 8 : |
Reloaded and voila! Have the option now! |
Thanks for the updates, the new space aerials are great. |
Great job guys! And thank you so much for your work @glouel – on my Mac it works impeccably. Wow. So great a screensaver to have. I can't fathom why Apple hasn't made this standard on MacOS… |
I'm running the new 1.4b8 version and it looks great! Thanks Guys! I did have a thought. I'm a little concerned about enabling the location display to always as it fixes it into the lower corner all the time. It should be changed frequently enough to prevent any burn in I suppose, but to be safe and for aesthetic reasons has anyone considered styling the location display like the floating clock and having it drift around too? |
@vichudson1 that's a really good point considering this is after all a "screen saver" and shouldn't by definition be causing any additional burn in or uneven wear. |
Ideally, there's a string bundle with the extra descriptions that are shown on the Apple TV. That's one thing I didn't put on my big post up there, it would be a "nice to have" to be able to display those (there's a timecode and a string to be displayed at specific times). I haven't looked into it yet. Moving the description in the meantime sounds good to me. Maybe something "subtle" like moving from one corner to another every minute or so ? Side note, starting with 10.13, we can detect if HEVC/H.264 hw acceleration is available, but it doesn't give any detail on the method used. Still better than nothing. (Edit: still a bit of work but I got the basic localized string thing working. I'll try to have a beta for it soon) |
I'm missing those early screensavers now... (London / the one that flies from the sea to a green valley / SF bridge / etc). Here's hoping you're able to work out a way to include those back in as well please. :) |
Thanks to @JohnCoates I pushed the latest build in this repository, you can find it in the releases. Only difference with my own 1.4beta9 build is that this one is signed, should be easier for everyone 🎉 |
If you have a minute check this issue for a test version with the extended descriptions for the space videos : |
I hope you'll be doing whatever is necessary to support the new aerial screensavers! I love this screensaver so much!
The text was updated successfully, but these errors were encountered: