File name in summary file format is not propagated to the json? #66
Replies: 1 comment
-
|
File name is in the summary text files but I do not expose it in the API anywhere since it is generated from other pieces of information already in the API. Also, I find that file naming is something that is subject to preference of those managing their media libraries. Plex has naming conventions but they are flexible at everybody does them slightly differently The comment property comes straight from the file metadata on the disc as read by MakeMkv. I am pretty sure this is an optional value that disc authors can add to individual files on the disc. The API simply exposes that value since it could be useful in matching a file you see in MakeMKV. It is copied from MakeMKV and placed in the summary text file along with the other properties (Source File name, Duration, Segment map, etc) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After my PR for "Layer Cake" got accepted, I started playing around with the graphql to see what info I could pull back off the site - but I couldn't seem to find the file name value anywhere.
Opening up the disc01.json file, I don't see that value in there anywhere. In other movie json files I see that something that looks suspiciously like a file name is under "comment" (but it's not for layer cake).
So here are my follow up questions:
Beta Was this translation helpful? Give feedback.
All reactions