DvdBrowser is a standalone Java GUI application (using Swing) that allows a
user to search the data provided by the Home
Theater Info site. The data is a list of all region 1 DVDs released so far. The
list is updated every week; the download includes the file released on 28 September 2006.
The data consists of the DVD's title, UPC code, release date (movie and DVD), rating,
genre, aspect ratio and some other data. DvdBrowser is available for free (the link
is at the bottom of this page). The application offers the following options for
searching for a match on a DVD's title:
A Contains search means to search for DVDs whose title contains the search term. A regular expression search means to allow the use of regular expressions in the search term. If you don't know what a regular expression is, don't use this option. Here is a sample screenshot:
There is currently no help file, but there is tooltip text for most of the controls, so the interface should be easy to understand. The application is available here (3.6MB). To run, just download the file and either double-click the file (from an Explorer window) or enter the command "java -jar dvdbrowser.jar" (from a command prompt). The data file is embedded in the jar file. Part of the code is copyright JGoodies Karsten Lentzsch. This is limited to portions of the GUI. The source code and build script can be downloaded here. The code is released under the MIT license (other than the JGoodies code). This file does not include the dvd_csv.txt file that's in the jar file. To rebuild dvdbrowser.jar, extract the dvd_csv.txt from the dvdbrowser-src.zip linked above and put it in the data directory. |
