jreklund / php4dvd

php4dvd is an open source php/mysql powered movie database. Catalog your video collection with ease. Automatic update of information and images.
GNU General Public License v3.0
83 stars 44 forks source link

Play trailers from your local computer #11

Open zaczx opened 7 years ago

zaczx commented 7 years ago

First thanks for the great project. Was asking or rather suggesting whether it would be possible for the url for trailer to be modified so as it could be able to fetch for the trailers in the local machine

jreklund commented 7 years ago

Hi, thank you!

It may be possible (not tested) to be able to play local files.

At the moment this aren't something I'm aiming at.

jreklund commented 7 years ago

Hi @zaczx, I were a little bored, so I tried the VLC approach (option 4). Here's a beta.

Please download and install vlc-protocol and try the new branch vlc-player.

Then add your files like: Windows: C:\path\to\trailers\trailer.mp4 Linux: /path/to/trailers/trailer.mp4

Your computer needs to have access to that drive. If you are using multiple computers, everyone needs to have the same drive letter.

zaczx commented 6 years ago

A big thank you @jreklund finally i was able to play from local and you saved me a great deal.Your work has inspired me and hope others get inspired.

roobinhoood commented 4 years ago

How Can we add watch now butten features on page, which is play movie from my local hdd.

jreklund commented 4 years ago

This are a separate branch named vlc-player that are not recommended (due to security issues), as it's out of date. All information on using it are already posted in this thread.