Quote from: RossRoy on November 26, 2007, 10:27:56 PMI don't know what you all use to select your titles for this marathon, but I've decided to use Tom's CCViewer, as I did previously. This one's an easy one for me. I have a Christmas tag. When I filter using it the result is 45 movies. (Of course this counts Die Hard and Die Hard II )
I don't know what you all use to select your titles for this marathon, but I've decided to use Tom's CCViewer, as I did previously.
Here is the SQL-Query for the CCViewer I use for this marathon:SELECT p.ProfileID, p.Title, p.ColNo, p.SortTitle, p.Originaltitle, p.OriginalSortTitle, p.Description FROM Profiles p WHERE (p.Title LIKE '$Title begins/ends with$*' OR p.OriginalTitle LIKE '$Title begins/ends with$*' OR p.Title LIKE '*$Title begins/ends with$' OR p.OriginalTitle LIKE '*$Title begins/ends with$') AND ColType = 'Owned' ORDER BY SortTitle;After saving it in "Tools->SQL Queries" it is also available as a filter under the collection list.
Did someone say.........SQL-Query ?
Quote from: RossRoy on November 26, 2007, 10:27:56 PMFor example, online, Berserk: 6.God's Hand has a collection number of 1246, but in CCViewer it doesn't have any, which was the case before I did some reassignments.Could it be, that you have "Settings->Auto-lock quick edits" enabled and did edit the collection number on tab "Details"? When you right-click there on the collection number, does it show up as locked?
For example, online, Berserk: 6.God's Hand has a collection number of 1246, but in CCViewer it doesn't have any, which was the case before I did some reassignments.
This one's an easy one for me. I have a Christmas tag. When I filter using it the result is 45 movies. (Of course this counts Die Hard and Die Hard II )
No. I've never edited anything right from CCViewer. I always do the changes in DVDP and import the XML.I've also verified if it's locked, and it's not.
I have just started filling my list. It is harder than I thought. Too many choices
To force an update on all profiles, execute the SQL-Query "Reset ProfileTimeStamp" before importing (available via File->Update->Other Data->SQL_TomGaines.xml).
But as a workaround to this, that wouldn't make every profile be updated, couldn't you do a CRC/MD5 hash check on the profile, and if they differ, update?