Posted by: rick.ca
« on: May 28, 2010, 10:26:34 pm »Quote
I do believe my filenames are consistant, EG: M.A.S.H - s01 - e01 - The Pilot.mp4, M.A.S.H - s01 - e02 - To Market, To Market.mp4, etc...
So the problem is clearly with your scanner configuration. Yes, your filenames are consistent, but there's no regex in your configuration for recognizing that particular pattern. You need something like...
(?i)^.*\\(?P<title>.*).?-.?s(?P<season>[0-9]{1,3}).?-.?e(?P<episode>[0-9]{1,3}).?-.?(?P<eptitle>.*)\..{3,4}
...but please review other posts here about how to configure the scanner.
Quote
I hope that is clear?
Clear enough I'm convinced you're not making it up, but I'm unable to reproduce the fold/truncate/divide behaviour. I only see the media counter increment when a file is added. I don't see it affecting the file path field in any way. What I do see is the file path field in edit mode only being able to show a fixed number of characters. Instead of scrolling, it will show the next segment of how ever many characters it can show. So it works, but the contents can only be viewed and edited in "chunks," which is very confusing.