Closed OscBacon closed 2 years ago
Looking at https://github.com/OrangeJedi/Aerial/blob/cfe17c520491b9eb9b6dda520eb426a716ef109d/app.js#L237, it seems like this could be implemented by having an "update videos list" button, and an ipcMain.on() event handler, that would fetch the latest videos list. It seems from https://sylvan.apple.com/Aerials/resources-15.tar that the tvOS 15 json file has a slightly modified format. While the Aerial could be rewritten to handle the new format, it would also work to just fetch the latets json file, and convert the contents of each entry to the previous format.
I am a bit busy now, but I'd be happy to help look into this when my winter break happens!
Looking at
https://github.com/OrangeJedi/Aerial/blob/cfe17c520491b9eb9b6dda520eb426a716ef109d/app.js#L237 , it seems like this could be implemented by having an "update videos list" button, and an ipcMain.on() event handler, that would fetch the latest videos list. It seems from https://sylvan.apple.com/Aerials/resources-15.tar that the tvOS 15 json file has a slightly modified format. While the Aerial could be rewritten to handle the new format, it would also work to just fetch the latets json file, and convert the contents of each entry to the previous format.
I am a bit busy now, but I'd be happy to help look into this when my winter break happens!
I have absolutely no idea how any of this works, but, for what it's worth, I'm excited at the possibility of you continuing this project. Thanks.
Looking at
https://github.com/OrangeJedi/Aerial/blob/cfe17c520491b9eb9b6dda520eb426a716ef109d/app.js#L237
, it seems like this could be implemented by having an "update videos list" button, and an ipcMain.on() event handler, that would fetch the latest videos list. It seems from https://sylvan.apple.com/Aerials/resources-15.tar that the tvOS 15 json file has a slightly modified format. While the Aerial could be rewritten to handle the new format, it would also work to just fetch the latets json file, and convert the contents of each entry to the previous format. I am a bit busy now, but I'd be happy to help look into this when my winter break happens!
That would be super awesome if you could make that happen. I have Aerial running for several years now but getting a bit bored with the always same video's.
Tried to import all the community based video's together with the tvOS 15 video's from Aerial for Mac, but seems like the ''custom video'' function in Aerial for windows doesn't work. Maybe because those video's have a HEVC/MOV format?
I was able to add the newer videos by downloading them from https://docs.google.com/spreadsheets/d/1bboTohF06r-fafrImTExAPqM9m6h2m2lgJyAkQuYVJI/edit#gid=1684411812 (Apple TV Aerial Screen Saver Links- Updated January 2022) and then converting them via VLC (convert: Video for MPEG4 1080p TV/device in dropdown menu). The files then show up in the custom video function in Aerial and can be added. Some really nice ones, especially the Iceland ones.
I was able to add the newer videos by downloading them from https://docs.google.com/spreadsheets/d/1bboTohF06r-fafrImTExAPqM9m6h2m2lgJyAkQuYVJI/edit#gid=1684411812 (Apple TV Aerial Screen Saver Links- Updated January 2022) and then converting them via VLC (convert: Video for MPEG4 1080p TV/device in dropdown menu). The files then show up in the custom video function in Aerial and can be added. Some really nice ones, especially the Iceland ones.
Thanks Zoxim! I was able to download & convert them all via VLC! Only thing now is that I receive a Javascript error when the custom video begins to play. Did you also made a ''temp'' folder in the custom video folder? *edit: placing a ''temp'' folder in the custom video folder didn't help :(
After pressing on ''enter'' when the error pops up the video continues.. weird kinda bug?
https://photos.app.goo.gl/X4PW2eR6kc4dKu5C8
Thanks in advance! :)
I was able to add the newer videos by downloading them from https://docs.google.com/spreadsheets/d/1bboTohF06r-fafrImTExAPqM9m6h2m2lgJyAkQuYVJI/edit#gid=1684411812 (Apple TV Aerial Screen Saver Links- Updated January 2022) and then converting them via VLC (convert: Video for MPEG4 1080p TV/device in dropdown menu). The files then show up in the custom video function in Aerial and can be added. Some really nice ones, especially the Iceland ones.
This is great! The only concern I have is that I get a security risk warning when trying to download. Why is that coming up?
Aerial v1.0.0 has the new videos in it!
I'll also try to answer a few if the other questions that were brought up.
Hi, It doesn't seem that Aerial currently fetches new screensaver videos, such as those in tvOS 15. It would be nice to at least have a manual option to fetch newer screensaver videos