|
1 | 1 | ## Synopsis
|
2 | 2 | 
|
3 | 3 |
|
4 |
| -CINEMAH (ver. 0.1) is a simple HTML and CSS based video organization interface that aims to be easy to edit and host by anyone. It is designed to be responsive and accessed both on Desktop and Mobile devices. |
| 4 | +CINEMAH (ver. 0.5) is a simple HTML and CSS based video organization interface that aims to be easy to edit and host by anyone. It is designed to be responsive and accessed both on Desktop and Mobile devices. It is currently designed to be hosted on a server, but an offline version is coming soon. |
5 | 5 |
|
6 | 6 | 
|
7 | 7 | 
|
8 |
| -## Code Example |
| 8 | +## To add Movies... |
9 | 9 |
|
10 |
| -With simple to edit code... |
| 10 | +Open the index.html inside of the start folder and edit the following: |
11 | 11 | `<a href="URL TO MOVIE"><img class="cover" src="./covers/COVER IMAGE" /></a>`
|
12 |
| -The rest takes care of itself |
| 12 | +The rest takes care of itself. |
| 13 | + |
| 14 | +## To set up login |
| 15 | + |
| 16 | +The login page is designed to be used with .htaccess & .htpasswd. There are many guides online to set this up, but you will need to password protect the "start" folder and all of it's contents. |
| 17 | +Note: The login page functions by putting the username and password into the URL and isn't designed to be very secure but just to keep the average onlooker out. Use at your own risk. I suggest using a secondary security wall (for example, if you use Google Drive, only share the video files with approved contacts.) |
13 | 18 |
|
14 | 19 | ## Motivation
|
15 | 20 |
|
16 |
| -I wanted to create a way for people within the house to watch our ripped movies from all of their devices. Chromecasting works, too. |
| 21 | +I wanted to enable people in our household to watch backups of our movies which are stored on a network-connected external harddrive. This way any browser can access the harddrive with a nice & clean interface. But this can easily be used with Google Drive or other cloud hosted video files. |
17 | 22 |
|
18 | 23 | ## Installation
|
19 | 24 |
|
20 |
| -Due to the simple nature of this project, you can run this locally on your machine, host it on a web server or anything else you'd like. |
| 25 | +Due to the simple nature of this project, you can run this locally on your machine (up until v0.4, will return soon), host it on a web server or anything else you'd like. |
21 | 26 | I do suggest that you use the .htpasswd and .htaccess in the /start/ folder to block access to any outsiders.
|
22 | 27 |
|
23 | 28 | ## Contributors
|
|
0 commit comments