Skip to content

haarts/showme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

155 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShowMe

Build Status

A browser based media server with no options what so ever.

I don't want all these options, it will just confuse my spouse.

This project contains one executable called Fetcher. Run it with:

$ ./fetcher your-video-root-directory

Based on the required directory structure and the WebM files it contains it will:

  1. create a bunch of JSON files containing show information.
  2. creates a subdirectory for every episode.
  3. creates, in every directory, an index.html.

These index.html files are 'apps'. There's a:

  1. Shows app
  2. Show app
  3. Season app
  4. Episode app

Next spin up your favourite webserver with the correct document root and you're ready to watch, in your browser.

Required directory structure.

shows
|-- Name
|    |-- 1
|    |   |-- Name S01E01-Title.webm
|    |   +-- Name S01E02-Title.webm
|    |-- 2
|    |   |-- Name S02E01-Title.webm
|    |   +-- Name S02E02-Title.webm
|
|-- Other Name
     |-- 1

About

A media server with no options what so ever.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors