diff --git a/README b/README index 4aca594..62b92db 100644 --- a/README +++ b/README @@ -1,5 +1,25 @@ -Browse Your Downloaded Videos on Internet +# Purpose -PHP based video webserver that exposes a local path containing videos to the internet. +VideoWeb is thought for people who want to remotely access their personal movie collection. If you download movies e.g. using torrents, you can easily make them accessible in your local network using an UPnP/DLNA server, such as [minidlna](http://sourceforge.net/projects/minidlna/), [ushare](http://wiki.ubuntuusers.de/uShare) or [mediatomb](http://mediatomb.cc/). But as soon as you want to stream your folder of movies through internet, there are only very few, very limited solutions (e.g. [vlc](http://www.videolan.org/vlc/)). + +!20150112-videoweb-0001.png! + +## Features + + - Share a folder and subfolders to internet. + - Lookup and download movie poster from the internet. + - Extract and display thumbnails of the movie. + - Access control through Apache configuration. + - Browsable gallery. + - Thumbnails with movie poster. + - Play movies in browser. + - Download movies. + - Stream movies to local client (i.e. [vlc](http://www.videolan.org/vlc/)). + +# Planned Improvements + + - Support for subfolders. + - CSS-Styling, nice design. + - Automatically sort movies to genre specific subfolders. + - Manual thumbnail search. -See: https://dev.marc.waeckerlin.org/redmine/projects/videoweb/wiki/