Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NOTE: NOT READY FOR RELEASE
After Apple's September keynote, I saw some updates in a conversation https://gist.github.com/theothernt/57a51cade0c12c407f48a5121e0939d5 showing a new Resources TAR, in which is a new
entries.json
file. http://sylvan.apple.com/itunes-assets/Aerials126/v4/82/2e/34/822e344c-f5d2-878c-3d56-508d5b09ed61/resources-14-0-10.tar is the link to this fileThe file is not a direct replacement for https://sylvan.apple.com/Aerials/resources-15.tar as it only includes links to 4K SDR 240FPS videos, tagged
url-4K-SDR-240FPS
and containing none of oldurl-4K-SDR
orurl-1080-H264
and the like.That said, it does introduce 20 new scenes, totaling 134 videos and ~64GB, specifically 64676.105332 MB:
{'California Wildflowers', 'Coal Mine Canyon, Arizona', 'California State Route 58, Carrizo Plain, California', 'Secret Beach, Brookings, Oregon', 'Redwoods', 'Factory Butte, Wayne County, Utah', 'Olympia Bar, Lake Powell, Utah', 'Monument Valley, Utah', 'Cazadero', 'Cathedral Canyon, Lake Powell, Utah', 'Del Norte Coast Redwoods State Park, California', 'Twilight, Forbidding, and Cascade Canyon, Lake Powell, Utah', 'China Beach, Curry County, Oregon'}
{'W010_C003_F01', 'M007_C007_F01', 'M012_C023_S04', 'S005_C013_F01', 'M005_C017_F01', 'W015_C010_F01', 'R004_C012_F01', 'S011_C003_F01', 'R010_C003_F01', 'W014_C018_F01', 'M010_C009_F01', 'R006_C013_S05', 'S013_C001_F01', 'M010_C005_F01', 'I003_C005', 'S009_C018_F01', 'M013_C012_F01', 'M012_C065_S04', 'W015_C006_F01', 'R013_C039_F01'}
The new Entries file also introduces some new metadata fields:
['localizedNameKey', 'showInTopLevel', 'preferredOrder', 'previewImage', 'id', 'includeInShuffle', 'subcategories']
Changes in this PR:
checksums.json
file now has checksums for all 134 new files in addition to all the old filesentries.json
file has been augmented with the new metadata and the 134 new videosentries.json
file with Prettier https://prettier.io/prettier entries.json > newEntries.json && mv newEntries.json entries.json
to get a reliable, repeatable output formatting for easier future diffing. The two commits in this PR show the difference.updateEntriesJson.py
was added to assist in merging the existing, manually curated entries.json and any new JSON Apple decides to releaseoffline.py
andcommonatv.py
files have been updated to download the new 4K SDR 240FPS files, ranking them above the 30FPS 4K SDR files.TODOs:
Bonus: MediaInfo snippets from a 4K SDR 30FPS file downloaded from Apple, and its 240FPS equivalent: