|
1 | 1 | #  myMovies |
2 | 2 |
|
3 | | -__Light webapplication to manage movies and track their state__ |
| 3 | +__Light web application to manage movies and track their state__ |
4 | 4 |
|
5 | 5 |
|
6 | | ---- |
7 | 6 |
|
8 | | -Currently in development for release candidate v 1.0. |
9 | | -See the [road map](https://github.com/nicolabricot/myMovies/issues/6). |
| 7 | +Version 1.0.0 is now available! |
| 8 | +[Download the last version](https://github.com/nicolabricot/myMovies/releases) |
10 | 9 |
|
| 10 | + |
| 11 | +Main features: |
| 12 | +- Simple & fast |
| 13 | +- Intuitive |
| 14 | +- Get movies from IMDB (need cURL extension) |
| 15 | +- Script on one file |
| 16 | +- No database (data saved in a file) |
| 17 | +- Easy installation |
| 18 | +- Sort by rating, genre, state (seen or not), date of addition |
| 19 | +- Display your watchlist |
| 20 | +- Several optional metadata: |
| 21 | + - Genres |
| 22 | + - Original title |
| 23 | + - Country of production |
| 24 | + - Release date |
| 25 | + - Duration |
| 26 | + - Link to external information |
| 27 | + - Movie poster (link or imported image) |
| 28 | +- RSS feeds for last movies, box office and watchlist |
| 29 | +- Choice of number of movies per page |
| 30 | +- Choice of prefered language for IMDB search |
| 31 | +- Mobile friendly (Bootstrap v3.0 with responsive design) |
| 32 | +- IE < 7 not friendly (not my problem) |
| 33 | +- Export and import movies with JSON file (it's possible to keep data private) |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | +Thanks to [contributors](https://github.com/nicolabricot/myMovies/graphs/contributors) :) |
| 40 | +Inspired by [Shaarli](https://github.com/sebsauvage/Shaarli) and [HelloHappy](http://books.hellohappy.org/). |
0 commit comments