Movies: Generate a testset of 7500+ 0-byte .mkv movie files for media hoarder. Series: Generate a testset of 1700+ series with their episodes as 0-byte .mkv movie files for media hoarder.
This tool reads all IMDB entries of the following search query:
- imdb score >= 6.0
- num vores >= 10000
It then generates 0-byte files in the ./generated/movies
directory with the following filename:
%MOVIE TITLE% %RELEASE ATTRIBUTES%(%YEAR%)[%IMDB ID%].mkv
The %RELEASE ATTRIBUTES% are a combination of:
[RESTORED]
[REMASTERED]
[UNCUT]
[UNRATED]
(SD)
,(HD)
,(4K)
,(8K)
(DVD)
,(Bluray)
,(WEB)
This tool reads all IMDB entries of the following search query:
- imdb score >= 6.0
- num vores >= 10000
It then generates series sub-directories with their episodes as 0-byte files in the ./generated/series
directory with the following filename:
%MOVIE TITLE% %RELEASE ATTRIBUTES%(%YEAR%)[%IMDB ID%].mkv
The %RELEASE ATTRIBUTES% are a combination of:
[RESTORED]
[REMASTERED]
[UNCUT]
[UNRATED]
(SD)
,(HD)
,(4K)
,(8K)
(DVD)
,(Bluray)
,(WEB)
Visit https://nodejs.org and download/install it for your OS.
git clone https://github.com/theMK2k/media-hoarder-testset-generator.git
cd media-hoarder-testset-generator
npm i
Movies:
npm run generate-movies
Series:
npm run generate-series