DVD Profiler Tools
I’ve written some tools for myself that are helping me in the usage of DVD Profiler. These tools are of the “roughly carved” kind and have no fancy user interface and they do exactly that what they were written for (and nothing more). However, maybe there’s someone out there that has also use for them. The source code is included and everyone who is able to write C# is allowed to modify it.
If there are any questions to these tools, then you are welcome to ask them in this forum.
- Adding Time
- ASIN to EAN Converter
- Cast/Crew Edit 2
- Check for Duplicates in Cast/Crew Edit 2 Cache
- Compare DVD Profiler XML and Cast/Crew Edit 2 Cache
- Freestyle Cast/Crew Edit
- DVD Inventory
- Clean Up Photos from DVD Profiler
- Copy Front Images
- DVD Original Title to Title
- DVD Profiler to Access
- DVD Profiler to HTML
- DVD Stock Taking
- Find Name Duplicates
- Initialize TV Show Child Profiles
- Screen Saver
- Create ScreenSaver Settings
- Source Code for DVD Profiler’s XMLs
Adding Time
Last Update: 07/23/2008
Adding Time is intended to sum up run times of TV show episodes. One enters the time as hours:minutes:seconds or as minutes:seconds. Because it’s simpler to do this via the number pad, the following separators are allowed: “:”, “.” and “,”.
To sum up several discs you move the result of one disc to the right side and in the end you can sum up the entire season.
ASIN to EAN Converter
Last Update: 10/13/2011, current version: 1.6.0.0
When you order something with Amazon it’s sometimes hard to find the complete article number so that you can enter the purchase in DVD Profiler. This program converts the ASIN (Amazon Standard Item Number) into the EAN/UPC.
You can find the ASIN of every Amazon article in the product details. Alternatively you can paste the URL from the clipboard directly.
Supported Amazon sites: amazon.com, amazon.ca, amazon.co.uk, amazon.de, amazon.fr, amazon.co.jp, amazon.it, amazon.cn
If you happen to run into the following error:
System.IO.FileNotFoundException: Could not load file or assembly ‘Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35′ or one of its dependencies. The system cannot find the file specified.
You’ll need to do download the following add-on from Microsoft: Web Services Enhancements (WSE) 3.0 for Microsoft .NET
Cast/Crew Edit 2
Last Update: 01/17/2012, current version: 1.6.0.2 for DVD Profiler 3.6.x – 3.7.x
“Cast/Crew Edit 2″ is the combination of the programs “Cast Edit 2″, “Crew Edit 2″ and “Cast/Crew Edit 2 For TV Shows”. “Cast/Crew Edit 2″ only expects the URL of the movie / the TV Show on IMDb and it parses the cast/crew automatically. Afterwards you can modify the data and then copy to DVD Profiler.
Please be aware that IMDb data must not be contributed to the Invelos database, but with this tool the linking ability of the crew will work (I gave up that hope for the “solution” of the DVD Profiler).
Check for Duplicates in Cast/Crew Edit 2 Cache
Last Update: 03/12/2011, current version: 1.2.0.0 for DVD Profiler 3.6.x – 3.7.x
It checks the cache of “Cast/Crew Edit 2” for potential duplicates which DVD Profiler cannot distinguish due to its data structure. If all for data First Name, Middle Name, Last Name and Birth Year are identical, DVD Profiler considers them the same person even if they are two different on IMDb.
Compare DVD Profiler XML and Cast/Crew Edit 2 Cache
Last Update: 03/12/2011, current version: 1.1.1.0 for DVD Profiler 3.6.x – 3.7.x
It compares the Cache of “Cast/Crew Edit 2” with what data DVD Profiler actually contains. This way it’s possible to find Birth Years that have been added while downloading profiles but aren’t in the Cache file – which can lead to inconsistencies.
Freestyle Cast/Crew Edit
Last Update: 11/26/2011, current version: 1.1.3.0 for DVD Profiler 3.6.x – 3.7.x
“Freestyle Cast/Crew Edit” is an editor to have an easier and more comfortable way to enter cast and crew data into DVD Profiler.
DVD Inventory
Last Update: 03/12/2011, current version: 1.1.7.0 for DVD Profiler 3.6.x – 3.7.x
“DVD Inventory” is a small program that allows you to stock-take your DVD Collection, preferably with a barcode scanner, if you have one.
Clean Up Photos from DVD Profiler
Last Update: 11/04/2011, current version: 1.2.0.0 for DVD Profiler 3.6.x – 3.7.x
“Clean Up Photos from DVD Profiler” is a tool that will show you unused files in your folders CreditPhotos, ScenePhotos and (optionally) cover images.
It also allows you to remove these files. Of course, you do so at your own risk.
Copy Front Images
Last Update: 07/23/2008 – End of Development
If one wishes to use the front covers for a screensaver. This program comfortably copies them from the images folder with the option to exclude manual profiles or DiscId profiles.
DVD Original Title to Title
Last Update: 02/26/2010, current version: 1.3.0.0 for DVD Profiler 3.6.x – 3.7.x
This is intended for phpDVDProfiler. I am posting on different English forums and it’s pointless to have a list with German titles. This program transforms the XML file, it exchanges title and original title. It’s also possible to translate the tags with the help of a CSV file.
DVD Profiler to Access
Last Update: 02/26/2010, current version: 1.3.0.0 for DVD Profiler 3.6.x – 3.7.x
This program takes the exported XML and transforms the data into an Access database. There you can perform more complex queries (e.g. Pivot Tables) than with DVD Profiler.
DVD Profiler to HTML
Last Update: 03/27/2010, current version: 1.2.0.1 for DVD Profiler 3.5.1 – End of Development
This program takes the exported XML and generates a static FrameSet website which can be designed individually.
DVD Stock Taking
Last Update: 07/23/2008 – End of Development
This is for stock-taking purposes on a PDA.
Find Name Duplicates
Last Update: 08/27/2010, current version: 1.3.0.1 for DVD Profiler 3.6.x – 3.7.x
This program scans the exported XML for possible name duplicates, e.g. when only the birth year is different or when only the parsing is different (Helena//Bonham Carter vs. Helena/Bonham/Carter).
Initialize TV Show Child Profiles
Last Update: 03/27/2010, current version: 1.1.0.0 for DVD Profiler 3.6.x – 3.7.x
A Plugin for DVD Profiler, in order to fill the child profiles of a TV show season with the data (CoO, regions, genres, studios, …) of that box set.
ScreenSaver
Last Update: 06/09/2009, current version: 1.0.0.0
A Windows screensaver which shows randomly selected pictures. Configure the settings.xml and copy both files into the Windows\System32 folder.
Create ScreenSaver Settings
Last Update: 07/01/2009, current version: 1.0.1.0 for DVD Profiler 3.5.1
Creates a settings file for the above screensaver and uses the exported XML as a base so that the covers from DVD Profiler are shown.
Source Code for DVD Profiler’s XMLs
Last Update: 04/01/2011, current version: 1.5.0.0 for DVD Profiler 3.6.x – 3.7.x
Last Update: 11/26/2011, current version: 2.0.5.0 for DVD Profiler 3.6.x – 3.7.x
Collection of classes that can help you (de)serialize any of DVD Profiler’s XMLs, including sample code.
