2019-05-16, 07:20
I am currently making a movie tagging application: it will allow users to search movies on TMDB, select a result and use the information to tag a local movie file (I plan to support for mkv and mp4/m4v containers).
I have the basics of the UI done and tagging code integrated, now I need to figure out which tags Kodi reads and how it uses them.
The only documentation I could find is here: is there anything more? Do the tables Video File Tags and Music File Tags refer to mp4 or mkv container?
Also, why is embedded tag support so rudimentary? Reading metadata from embedded tags is a hell of a lot easier and more reliable (assuming you are using taglib for that) than scraping some remote service.
Is this expected to improve? Ideally I'd like to find a way to tag mp4 container videos so that both Apple devices and Kodi can parse the same info.
I have the basics of the UI done and tagging code integrated, now I need to figure out which tags Kodi reads and how it uses them.
The only documentation I could find is here: is there anything more? Do the tables Video File Tags and Music File Tags refer to mp4 or mkv container?
Also, why is embedded tag support so rudimentary? Reading metadata from embedded tags is a hell of a lot easier and more reliable (assuming you are using taglib for that) than scraping some remote service.
Is this expected to improve? Ideally I'd like to find a way to tag mp4 container videos so that both Apple devices and Kodi can parse the same info.