all repos — auto-movie-tagger @ 30c90e572e196705f7461187074527680f8f8342

A Python script that auto tags and adds poster to mkv or mp4 movie files.

Edit
Prithu Goswami prithugoswami524@gmail.com
Wed, 03 May 2017 23:08:48 +0530
commit

30c90e572e196705f7461187074527680f8f8342

parent

840def978d3e83dbb326ea95bada098ce8f68bee

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -40,7 +40,7 @@ ![tooltip](/promo-images/tooltip.png)

To enable this you will have to tweak the registry of your windows machine. 1. Fire up your Registry Editor. A quick way is to open the _Run_ window (Win + R) and type "regedit" -2. Head over to <strong>HKEY_CLASSES_ROOT\SystemFileAssociations\.mp4</strong> +2. Head over to <strong>HKEY_CLASSES_ROOT\SystemFileAssociations\\.mp4</strong> 3. From the left pannel right click on the "<strong>InfoTip</strong>" value name and click "<strong>Modify...</strong>" 4. Under the "<strong>Value Data</strong>" field add the attributes, "System.Music.Genre" and "System.Comment" anywhere you like depending how you would like the metadata to show in the tool tip. The "<strong>Value Data</strong>" filed consists of deifferent attributes that appear in the tooltip. For example "System.Media.Duration" is the Duration of the media. These attributes are separted by ";" (semicolon). I would recommend adding the Genre and Comment attributes after "System.Media.Duration".