all repos — auto-movie-tagger @ b60fe6d800305cf4fa07aa9bd861d862a13539a8

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

A little bit of formating
Prithu Goswami prithugoswami524@gmail.com
Wed, 03 May 2017 21:20:01 +0530
commit

b60fe6d800305cf4fa07aa9bd861d862a13539a8

parent

fcc71a349004fe52f39c68b9e0303b549088d02b

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

jump to
M README.mdREADME.md

@@ -42,9 +42,9 @@ ![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 <em>HKEY_CLASSES_ROOT\SystemFileAssociations\.mp4</em> -3. From the left pannel right click on the "_InfoTip_" value name and click "_Modify..._" -4. Under the "_Value Data_" 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 "_Value Data_" 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". +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". ## Notes <ul>