https://github.com/mihaeu/movie-manager
Organize, list, search and filter your movie collection.
https://github.com/mihaeu/movie-manager
Last synced: about 2 months ago
JSON representation
Organize, list, search and filter your movie collection.
- Host: GitHub
- URL: https://github.com/mihaeu/movie-manager
- Owner: mihaeu
- Created: 2014-06-24T17:16:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T08:12:04.000Z (almost 9 years ago)
- Last Synced: 2025-03-29T23:41:11.459Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 4.95 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DEPRECATED: This app sort of works, but I'm not happy with the internal workings and I don't have the time to fix it
# Movie-Manager
[](https://scrutinizer-ci.com/g/mihaeu/movie-manager/?branch=master)
[](https://scrutinizer-ci.com/g/mihaeu/movie-manager/build-status/master)
[](https://scrutinizer-ci.com/g/mihaeu/movie-manager/?branch=master)
[](https://insight.sensiolabs.com/projects/779570d4-8dfa-4ab2-8c37-85f59a56c7b8)> Organize, list, search and filter your movie collection.
## Overview
- **Organize** your collection with proper titles, posters, movie information
- **List** your movies with filters like *release date* or *rating* (e.g. list up to 100 GB of movies, released 2001, highest ranking first and copy them somewhere)
- **Generate** beautiful standalone movie collections (single html file, with posters and filter functions)## Installation
I'll create a .phar file later, but for now `git clone` or `composer [global] require mihaeu/movie-manager:*` should do the trick.
## Usage
```bash
bin/moviemanager manage [--show-all] [--move-to="..."] path
bin/moviemanager list [--limit="..."] [--year-from="..."] [--year-to="..."] [--rating="..."] [--max-size="..."] [--sort-by="..."] [--desc] [--print0] path
bin/moviemanager build [--limit="..."] [--no-posters] path [save]
```## TO DO
See [Issues](https://github.com/mihaeu/movie-manager/issues)