[mythtv-commits] Ticket #790: mythvideo *.imdb metadata enhancements

MythTV mythtv at cvs.mythtv.org
Sat Apr 25 12:08:10 UTC 2009


#790: mythvideo *.imdb metadata enhancements
------------------------------+---------------------------------------------
 Reporter:  mythtv.cvs at w8.ca  |        Owner:  ijr    
     Type:  enhancement       |       Status:  closed 
 Priority:  minor             |    Milestone:  0.19   
Component:  mythtv            |      Version:         
 Severity:  medium            |   Resolution:  invalid
  Mlocked:  0                 |  
------------------------------+---------------------------------------------

Comment(by anonymous):

 You do not have to _reencode_ your videos to put them into a matroska
 container. Remuxing is enough, and given that you already have the
 information in a computer readable format and that your video files are
 sane, this can easily be automated. Let's say you have 1000 videos in an
 avi container and 1000 imdb files with the corresponding metadata. All you
 need then is to write a script that takes your metadata and puts it into a
 valid matroska xml tag file (it has specified tags for almost all the info
 on imdb like title, actors/characters, director, year, summary, synopsis
 etc.), and use mkvmerge to mux it with the avi into a matroska container.
 If you also have subtitles and/ or movie poster(s) and/or additional audio
 tracks, you can add them as well. Besides having just one file containing
 all kind of information, the mkv container is also smaller then avi (less
 overhead), which would be noticable with 1000 files...

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/790#comment:4>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list