Skip to content

Generate a testset of 9000+ 0-byte .mkv movie files for media hoarder

Notifications You must be signed in to change notification settings

theMK2k/media-hoarder-testset-generator

Repository files navigation

Media Hoarder Testset Generator

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.

Movies: How it works

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)

Series: How it works

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)

Usage

Install Node.js

Visit https://nodejs.org and download/install it for your OS.

Clone this repository

git clone https://github.com/theMK2k/media-hoarder-testset-generator.git
cd media-hoarder-testset-generator

Install Dependencies

npm i

Run

Movies:

npm run generate-movies

Series:

npm run generate-series

About

Generate a testset of 9000+ 0-byte .mkv movie files for media hoarder

Resources

Stars

Watchers

Forks

Packages

No packages published