Thanks RoChess, This does seem like it would be a hell of a lot easier. I've read up a little in the forum the Regex but can't find an official walk through or documentation - where would you put the expression? MovPic Adv Settings -> Sample Filter, Regular Expression Filter?? Currently mine says sample, I switched it out with the code text (yours and mine) and it didn't appear to do anything.
Given my limited exposure to these expressions I don't fully grasp the one you provided but I did build a simple one below which I thought might do the trick, tested it with a site fforde mentioned in another post: http://regexr.com//v1/ and it seems to work at stripping out all text before the '\'
Code: ((^.*\\)[-]?.*?)
Its still unclear to me on the link between this expression and assigning the values in the scraper to title, alt_title & collections fields.
Thanks again for your help,
Dwight
Given my limited exposure to these expressions I don't fully grasp the one you provided but I did build a simple one below which I thought might do the trick, tested it with a site fforde mentioned in another post: http://regexr.com//v1/ and it seems to work at stripping out all text before the '\'
Code: ((^.*\\)[-]?.*?)
Its still unclear to me on the link between this expression and assigning the values in the scraper to title, alt_title & collections fields.
Thanks again for your help,
Dwight