Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#1 | Link |
Registered User
Join Date: Feb 2021
Posts: 12
|
imdb2mkvtags: a command line tool that generates matroska tags from imdb links
I made a little command line tool that scrapes data from imdb and writes it as matroska tags.
If you want the tags for a specific movie, just pass its imdb title url to the tool. Here is an example for "Star Wars Episode IV": Code:
imdb2mkvtags -o foo.xml https://www.imdb.com/title/tt0076759/ If you also want the full credits with all actors and characters in your tag file, not just what's on the title page, use this: Code:
imdb2mkvtags -o foo.xml -opts fullcredits=1 https://www.imdb.com/title/tt0076759/ Code:
go get github.com/jwdev42/imdb2mkvtags/bin/imdb2mkvtags Please notice that the generated xml files will have unix line breaks. |
![]() |
![]() |
![]() |
Tags |
imdb, matroska, mkv, tags |
Thread Tools | Search this Thread |
Display Modes | |
|
|