Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hph/maelstrom

framework for publishing a media collection
https://github.com/hph/maelstrom

Last synced: 10 days ago
JSON representation

framework for publishing a media collection

Awesome Lists containing this project

README

        

maelstrom
---------
The plan is to write a program for media collecting, browsing and sharing with
the following features:

* Extremely simple command-line interface.
* Initialize a collection with one command.
* Serve media over LAN or other networks with one command.
* Intuitive commands to list, find, create and edit items.
* Configure the program.
* Generate a beautiful interface for displaying and browsing your media
collection.
* Serve the content online (with password protection).
* Customize the appearance of the web-based interface.

Possible libraries to build on include:

* Django or Flask as a web framework.
* Twitter Bootstrap for the base layout and appearance.
* IMDbPy to scrape movie data.
* PostgreSQL or SQLite to store the data.
* Docopt or argparse for the command-line interface.
* The command-line interface can build on [mov](https://github.com/hph/mov) and
improve it.