Kevin Scardina

Resume to come shortly...

January 28th 2012

The latest project that I am working on PopMovieDB is a Opensource Movie Database. I hope to have a wiki movie database with a simple interface. The interface has a simple logical search that will find a match or list of matches based on a string and a threshold. The request is a simple request query using the uri kevinscardina.net/popmoviedb/?q=[string to query]&threshold=[threshold]&asJSON where q is the string you are querying for (ie a movie title), threshold is a number value > 0 and < 3, and asJSON is included if you want the result as a JSON array. The JSON array is included because I am also working on a script to run though directories of mp4s and auto ID3 tag them using this wiki database of movies. From this script I, I can build a cocoa UI for the mac to make an auto mp4 ID3 tagger. More to come...