This has just got me stumped. I'm importing music videos from a folder where they're all lumped together. I don't care about different sort fields, just the first letter of the filename. I used the 'videos' template, and the db shows a field called 'name' for each video (shows but not checked, then again the movies fields aren't checked either). The videos will display in XL in a category but when I try to implement a search window it won't work.
I've got an event that consists of two steps...
show music videos
show abc overlay
overlay scrn name = ppcalphabet
category =filterdetails
set filter
category = musicvideos
filter = name
when testing each step, the show abc overlay works (brings up the movies last shown - think that's ok since next step will fix it), but the set filter throws this error...
title bar = Setup
text = An unhandled exception has occured, blah, blah
Object reference not set to an instance of an object
and the usual details, continue, quit. continue lets me continue to work.
Any ideas? The movies import and have several fields, even though I don't see those fields in the meta masks, there must be something else working here to make it happen. Thanks guys!