Replies: 1 comment
-
|
I still have this in my to do list, so thank you! This is helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I remember you mentioning wanting to look into CMv2.9 conversion (on Reddit maybe?). Apple TV 4K generations 1 and 2 only support Content Mapping version 2.9. It's possible to convert between these two formats.
I currently use a script to do find any such files like so (this one finds profile 7 files and any files with CMv4.0):
https://github.com/nekno/DV7toDV8 then can do the conversion (although IMO you should lift the fairly simple logic out of there and port it to your Python script, instead of relying on it as a dependency).
Beta Was this translation helpful? Give feedback.
All reactions