Page 1 of 1

Best way to extract titles?

PostPosted: Tue Nov 12, 2013 2:06 pm
by sleky
As the subject line reads. I'd like to extract the titles of movies and series from the DB. I'd like to use a command line to do it, as I'm using FlexGET to parse new media to gather. It uses some online sources to propigate the lists, and I don't want it to reaquire any media I already have. It does a great job of not duplicating itself when getting the media, its just it doesn't know what I already have. It would be nice to have a check in place that the script will verify that I don't already have the media. Appreicated!!!!!!!!!

Re: Best way to extract titles?

PostPosted: Wed Nov 13, 2013 5:03 pm
by zip
You could either run some SQL queries against the Derby database (/library), or use the REST CDS API to query for content and traverse the tree.