all repos — auto-movie-tagger @ fcc71a349004fe52f39c68b9e0303b549088d02b

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

Added ToolTip instructions
Prithu Goswami prithugoswami524@gmail.com
Wed, 03 May 2017 21:07:34 +0530
commit

fcc71a349004fe52f39c68b9e0303b549088d02b

parent

6c4ac4e970c15ca648a19fbd85b657c5ef527259

2 files changed, 9 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.md

@@ -37,6 +37,15 @@ <li>If you want subtitles to be embeded into the movie file(s) then add a subtitle file (srt only) in the same folder named exactly the same as the movie file(s).</li>

<li>Run the script in that directory and sit back and relax till it ends executing. </li> </ol> +## Tooltips for Windows Users +![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". + ## Notes <ul> <li>This script only works for mp4 and mkv file types.</li>