Skip to content

Commit a1ee0ec

Browse files
committed
Added details
1 parent 0355475 commit a1ee0ec

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
.DS_Store

README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
11
## Synopsis
22
![logo](https://raw.githubusercontent.com/KevDoy/CINEMAH/master/logo.png "CINEMAH logo")
33

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.
55

66
![screenshot](https://raw.githubusercontent.com/KevDoy/CINEMAH/master/screenshot2.png "CINEMAH Landing Page")
77
![screenshot2](https://raw.githubusercontent.com/KevDoy/CINEMAH/master/screenshot.png "CINEMAH Selection Screen")
8-
## Code Example
8+
## To add Movies...
99

10-
With simple to edit code...
10+
Open the index.html inside of the start folder and edit the following:
1111
`<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.)
1318

1419
## Motivation
1520

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.
1722

1823
## Installation
1924

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.
2126
I do suggest that you use the .htpasswd and .htaccess in the /start/ folder to block access to any outsiders.
2227

2328
## Contributors

0 commit comments

Comments
 (0)