Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tschaefer/director
:movie_camera: Director. Entertainment directed by you.
https://github.com/tschaefer/director
html python video
Last synced: about 4 hours ago
JSON representation
:movie_camera: Director. Entertainment directed by you.
- Host: GitHub
- URL: https://github.com/tschaefer/director
- Owner: tschaefer
- License: bsd-3-clause
- Created: 2015-03-13T09:37:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-30T08:21:19.000Z (about 3 years ago)
- Last Synced: 2023-03-22T13:23:06.342Z (over 1 year ago)
- Topics: html, python, video
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Director
Entertainment directed by you.
## Introduction
*Director* is a web frontend for your favoured TV shows. All information is
gathered from [XBMC](https://github.com/xbmc/xbmc) nfo and media files.## Installation
Install package and scripts.
$ pip install https://github.com/tschaefer/director/archive/master.zip
## Usage
Import your TV shows and episodes.
$ director -d sqlite:////mnt/storage/media/video/series/director.db import -v /mnt/storage/media/video/series
Start the web service.
$ director -d sqlite:////mnt/storage/media/video/series/director.db service -H 0.0.0.0 -p 8888 /mnt/storage/media/video/series