andersennl / mediaparser-node

Node / Express app server to list all movies and series on a drive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mediaparser written in Node and Express

Description

This is a hobby project which parses movies and series in a given directory structure, similar as e.g. Plex does it. After parsing the paths, the app generates a HTML file and serves it to the browser.

screenshot

Setup

The directory structure can be changed in config.json. The app currently supports one movie and one series directory, which have to be present. Future versions of this project might support less and more directories.

config.json

This is an example config.json

{
  "moviesPath":"/Users/you/mediaparser/media/movies",
  "seriesPath":"/Users/you/mediaparser/media/series"
}

Run the app with

node dist/app.js

Open your browser with the following url http://localhost.

Development

There are two other versions of this project written in Java, and Python. The Node version is the only one actively being developed though.

Contribution

Feel free to create an issue or pull request.

About

Node / Express app server to list all movies and series on a drive


Languages

Language:TypeScript 74.8%Language:HTML 21.4%Language:JavaScript 3.8%