PHP/MySQL film library system

If you touch your software enough does it become hardware?

Moderator: Forum Moderators

Post Reply
ProfHawking
Zombie
Zombie
Posts: 2101
Joined: February 20th, 2005, 21:31

PHP/MySQL film library system

Post by ProfHawking »

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/
buzzmong
Weighted Storage Cube
Weighted Storage Cube
Posts: 7167
Joined: February 26th, 2007, 17:26
Location: Middle England, nearish Cov

Post by buzzmong »

A quick looks goes:

Oooh, that looks professional and rather swish.

And also a sellable product.
HereComesPete
Throbbing Cupcake
Throbbing Cupcake
Posts: 10249
Joined: February 17th, 2007, 23:05
Location: The maleboge

Post by HereComesPete »

:above: That. Looks nice, sounds good, dunno how well it works because i haven't got the set up to test it, but if it works I can definitely see people paying for it.
Stoat
Site Admin
Site Admin
Posts: 3291
Joined: October 8th, 2004, 15:48
Location: Sheffield, UK
Contact:

Post by Stoat »

Funky!
ProfHawking
Zombie
Zombie
Posts: 2101
Joined: February 20th, 2005, 21:31

Post by ProfHawking »

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/
Dog Pants
Site Moderator
Site Moderator
Posts: 21653
Joined: April 29th, 2005, 13:39
Location: Surrey, UK
Contact:

Post by Dog Pants »

Ooh, that is swish. All my films are on DVD, but if I had soft copies that would give me a major horn.
Mr. Johnson
Mr Flibbles
Mr Flibbles
Posts: 4957
Joined: August 10th, 2006, 10:58
Location: belgium

Post by Mr. Johnson »

hell, if i didn't have such crappy up- and download limits, i'd pay for it!
ProfHawking
Zombie
Zombie
Posts: 2101
Joined: February 20th, 2005, 21:31

Post by ProfHawking »

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
Dr. kitteny berk
Morbo
Morbo
Posts: 19676
Joined: December 10th, 2004, 21:53
Contact:

Post by Dr. kitteny berk »

I'd've been interested in this while I was running a separate fileserver, but I'm not now.

Still, looks deeply handy, just make it stream and transcode and you have the best thing ever :)
ProfHawking
Zombie
Zombie
Posts: 2101
Joined: February 20th, 2005, 21:31

Post by ProfHawking »

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.
Dr. kitteny berk
Morbo
Morbo
Posts: 19676
Joined: December 10th, 2004, 21:53
Contact:

Post by Dr. kitteny berk »

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.
I was thinking less youtube and more remote/private shoutcast, but yes, that would be a bastard.
Post Reply