I’d like to customise the snapshot feature so that the video source is associated with the snapshot taken, e.g the video file name is added to the snapshot filename or metadata is injected into the actual image file.
I am new to Kodi development and am looking to for some advice on how to go about this:
* I should implement this as a separate plugin forked from the original component which takes snapshots
* Identify where the snapshot functionality is currently implemented.
* Is there a walkthrough somewhere on the overall Kodi software architecture?
Thanks in advance.