Skip to content

noctux/nfo2mkv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nfo2mkv

A small script that (hopefully) does what it says on the tin: Transform metatdata from .NFO files to Matroska tags, both for Movies as well as TV shows.

Alpha Quality, here be dragons. Currently used with NFO files generated by tinyMediaManager.

Usage

./nfo2mkv.pl [--verbose] (--tvshow=tvshow.nfo --episode=Foo_SXXEYY.nfo | --movie=Movie.nfo) [--xml=mkvtags_out.xml] [--mkv=Foo_SXXEYY.mkv]
	--help           Show this helpmessage
	--verbose        Be verbose while processing data
	--tvshow=FILE    Input: The NFO-file for the overall tv-shwo
	--episode=FILE   Input: The NFO-file for the individual episode
	--movie=FILE     Input: The NFO-file for the movie file
	--xml=FILE       Output, optional: The Matroska tags in XML format
	--mkv=FILE       Output, optional: Apply the tags to this file using mkvpropedit from the MKVToolnix suite

Please note that --movie as opposed to the pair --tvshow and --episode are mutually exclusive.
--mkv expects mkvpropedit to be in your PATH

The generated XML is compatible with mkvpropedit --tags, that is the following command can be used to apply the tags to an existing mkvfile.

mkvpropedit $mkvfile --tags all:$XMLFIL

Dependencies

A perl interpreter, the libraries documented in the cpanfile as well as mkvpropedit if the --mkv option is used.

About

A small script to create Matroska tags based on data from NFO files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages