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

add a Hyperlink to Trailer URL #94

Closed dwk000 closed 2 months ago

dwk000 commented 7 months ago

How to add

http://localhost/php4dvd/movies/trailers/ArmageddonTrailer.mp4

to Trailer URL

or where can I change php script to allow above link

jreklund commented 7 months ago

Hi, you have two options, but I don't know if it will open the browsers embedded video-player.

  1. Add a domain to your server e.g. movie-collection.local
  2. Remove url class from this line update.html#L275