PHP/MySQL film library system
Moderator: Forum Moderators
-
- Zombie
- Posts: 2101
- Joined: February 20th, 2005, 21:31
PHP/MySQL film library system
I've pondered redeveloping my nackered old film database for quite some time, but only recently got around to doing it.
This is the first code that I've made that potentially may be of use to anyone else, namely with a home media server. It's a system to catalogue your movies, get info from IMDB and let you play them in your browser.
If anyone has a bit of time and this sounds like it could be something interesting, i'd love you to have a go and let me know if you have any thoughts/suggestions/problems or anything.
It's designed for windows servers, but i have a demo working here: http://www.click-profits.com/code/filmdb/demo/ which seems to be fine on linux, except for being able to read the filesize & modified dates correctly. Bear in mind the video names don't line up the the actual video. I wasn't going to upload whole films just to test it.
Install notes are here: http://www.click-profits.com/code/filmdb/
This is the first code that I've made that potentially may be of use to anyone else, namely with a home media server. It's a system to catalogue your movies, get info from IMDB and let you play them in your browser.
If anyone has a bit of time and this sounds like it could be something interesting, i'd love you to have a go and let me know if you have any thoughts/suggestions/problems or anything.
It's designed for windows servers, but i have a demo working here: http://www.click-profits.com/code/filmdb/demo/ which seems to be fine on linux, except for being able to read the filesize & modified dates correctly. Bear in mind the video names don't line up the the actual video. I wasn't going to upload whole films just to test it.
Install notes are here: http://www.click-profits.com/code/filmdb/
-
- Throbbing Cupcake
- Posts: 10249
- Joined: February 17th, 2007, 23:05
- Location: The maleboge
-
- Zombie
- Posts: 2101
- Joined: February 20th, 2005, 21:31
cheers guys. I dont think i can sell it, because then it would need support and stuff, and it might get too complicated. Will see for now.
if any of you do get around to testing it please let me know how it goes.
ps: there is a super secret access if you want to see how it works with a decent number of films in it, but go easy on my poor upload, and film downloads/playback is restricted to local network.
http://kingscross.profserver.co.uk:8080/films3/
if any of you do get around to testing it please let me know how it goes.
ps: there is a super secret access if you want to see how it works with a decent number of films in it, but go easy on my poor upload, and film downloads/playback is restricted to local network.
http://kingscross.profserver.co.uk:8080/films3/
-
- Mr Flibbles
- Posts: 4957
- Joined: August 10th, 2006, 10:58
- Location: belgium
-
- Zombie
- Posts: 2101
- Joined: February 20th, 2005, 21:31
well, i dunno if anyone would be interested, but i've released it onto hotscripts to see what will happen:
http://www.hotscripts.com/Detailed/85877.html
http://www.hotscripts.com/Detailed/85877.html
-
- Morbo
- Posts: 19676
- Joined: December 10th, 2004, 21:53
- Contact:
-
- Zombie
- Posts: 2101
- Joined: February 20th, 2005, 21:31
-
- Morbo
- Posts: 19676
- Joined: December 10th, 2004, 21:53
- Contact:
I was thinking less youtube and more remote/private shoutcast, but yes, that would be a bastard.ProfHawking wrote:heh yeah, but transcoding would require a pricey and troublesome server package. This is more for a network fileserver than a youtube clone.
The web player does do progressive playback though. Plus it also means that no video quality is lost.