<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Robert McNamara wrote:
<blockquote
 cite="mid:1aaba6e91001161306m47f9c1d1n5098384030d94918@mail.gmail.com"
 type="cite">
  <pre wrap="">On Sat, Jan 16, 2010 at 12:59 PM, John Luber <a class="moz-txt-link-rfc2396E" href="mailto:john@luberfamily.net">&lt;john@luberfamily.net&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Yan Seiner wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">I'm finally nearing the end of reconstructing my video fan art/cover art
collection. &nbsp;Turns out that tmdb doesn't have a lot of the movies I have,
and also I have a good number of home movies in the collection. &nbsp;In the
mythbuntu theme, these show up as jarring, ugly, glaring large white
question marks.

Is there some way to insert a better graphic? &nbsp;Maybe something a bit
softer?

--Yan

      </pre>
    </blockquote>
    <pre wrap="">Yan,

For my collection of home videos I use ffmpeg to pull out a frame of video
to use as coverart. &nbsp;I use:

ffmpeg -y -i INPUTFILENAME -vframes 1 -ss 00:00:10 &nbsp;-s 320x240 OUTPUT.png

Change INPUTFILENAME and OUTPUT to suit your needs and then within the
metadata editor in mythvideo select the appropriate .png file. &nbsp;You can also
play with the size - 320x240 - to suit your needs as well. &nbsp;This should also
work for other videos unknown to TMDB but you may find that you have to seek
further into the video (ie; -ss 00:01:00 or such) to get a reasonable png
file.

John

    </pre>
  </blockquote>
  <pre wrap=""><!---->
Or better still, do your part to improve TMDB by adding the artwork
and where required, item details.  The only way it's going to get
better than IMDB is if we all add things when we see holes.

Besides, ideally you would put screenshots in the screenshot database
field, not the coverart one.

Robert
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
  </pre>
</blockquote>
Just to emphasize... this is my recommendation to deal with home
videos.&nbsp; I seriously doubt that TMDB, IMDB or any other DB is
interested in meta data for my family Christmas or my kid's birthday
party videos.&nbsp; Likewise, there's no coverart for these either.&nbsp; This is
a simple quick and dirty to get a graphic on the screen in mythvideo
for something that otherwise will never have one.&nbsp; <br>
<br>
FWIW, my experience with TMDB is that it has most everything that I am
looking for with the exception of MPAA ratings (or any other rating
board's ratings for that matter...)<br>
<br>
John<br>
</body>
</html>