Browse Forum Posts by Tags
-
Sooo, I'm stuck on something again and figured I'd see if there are any helpful people out there :) I need a regex that will take a string and try to parse out a date from it. Now, I can parse dates from all the worlds known date formats (or so I think anyway) as long as the string contains nothing...
-
Ah, you raise some very valid points that I hadn't thought of How about this solution: (I don't have access to the myTV DB at the moment, so the table names may be different than actual). Instead of grouping episodes by folder (with the assumption that a folder/branch corresponds to a single...
-
I'll certaintly have a closer look at it. Part of the problem comes from the fact that I match Shows by their location on the HD, for example, CSI: NY in my case is found in the database by the SP doing a WHERE Location = '\\STORE\Video\TV\CSI NY' (episodes are linked by the Show GUID though...