Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 869 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 869 Bytes

Mediaparser written in Java

Description

This is a hobby project which parses movies and series in a given directory structure, similar as e.g. Plex does it. After completing the analysis, a HTML template is written, listing the resulsts. The resulsts file can then for instance be served via NGINX. Here is a example config.

Setup

Currently the directory structure is constant but you can change it in this file. The app currently supports one movie and one series directory.

Development

I'm currently rewriting the project in Kotlin and Node. There is another version written in Python, which can be found here.

Contribution

Feel free to create a pr.