<div dir="ltr">Thanks Jeff, I'm already using handbrake-cli to shrink my Blu-ray files. This is really helpful!</div><br><div class="gmail_quote"><div dir="ltr">On Sun, Dec 16, 2018 at 12:04 PM CrankyOldBugger <<a href="mailto:crankyoldbugger@gmail.com">crankyoldbugger@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I do the same thing often myself.. but there's an easy fix.  I actually take a bit of time every few months or so and do my entire movie collection in one big script, if fact.  But as I'm not as good at Bash, sed, awk, etc., as I would like to be, I actually do a 'ls' of all of my movie folders and dump that into a spreadsheet that I use each time to clean up the listings. <br></div><div><br></div><div>My objective here is to fix just the "Title" portion of the metadata.  I'm sure some googling can help you fix other aspects but I really hate it when I see a movie in the television's listings with some meaningless title.</div><div><br></div><div>The program you need, which I'm pretty sure comes with the CLI version of handbrake, is mkvpropedit.</div><div><br></div><div>Let's say I want to clean up my copy of the 1995 nerd classic "Hackers".  The command is easy:<br></div><div><br></div><div>



        
        
        <span></span>
        
        
        



<table style="font-family:"Liberation Sans";font-size:x-small" cellspacing="0" border="0">
        <colgroup width="687"></colgroup>
        <tbody style="font-family:"Liberation Sans";font-size:x-small"><tr style="font-family:"Liberation Sans";font-size:x-small">
                <td style="font-family:"Liberation Sans";font-size:x-small" height="17" align="left">mkvpropedit "Hackers (1995).mkv" -e info -s title="Hackers (1995)".mkv</td>
        </tr>
</tbody></table>



</div><div><br></div><div>Where the first occurrence of "Hackers" is the actual filename, while the second occurrence is the desired metadata title.  Writing the metadata is pretty much instant.<br></div><div><br></div><div>Now picture this as a long list of all of your movies and you can see how you can clean up your entire collection in a matter of minutes.  Using a spreadsheet allows me to pull the desired metadata out of the actual filename.  But I'm sure the awk/sed/bash guys here could show how to do this in one simple script...</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, 16 Dec 2018 at 09:52, Charles M <<a href="mailto:chaslinux@gmail.com" target="_blank">chaslinux@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Does anyone know of a tool to edit movie meta-data, something like the<br>
ID3 tag editors for music?<br>
<br>
I just finished ripping a DVD with Handbrake and realized I didn't<br>
change the meta-data in Handbrake. When I play the movie it's got a<br>
different title at the top of the movie because I forgot to edit the<br>
meta-data.<br>
<br>
It doesn't really make sense to try to re-encode the movie with<br>
Handbrake, but it's the simplest way I know.<br>
<br>
_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org" target="_blank">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" rel="noreferrer" target="_blank">http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
</blockquote></div>
_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org" target="_blank">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" rel="noreferrer" target="_blank">http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature">Charles McColm<br>Blog: <a href="http://www.charlesmccolm.com/" target="_blank">http://www.charlesmccolm.com/</a><br>Twitter/Identica/Google+: @chaslinux</div>