Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hph/maelstrom
- Owner: hph
- License: mit
- Created: 2013-04-25T19:56:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-27T00:13:27.000Z (over 11 years ago)
- Last Synced: 2024-10-13T07:43:27.791Z (25 days ago)
- Language: Python
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.