Re: File Naming
I had the same thought right after posting. I gave it just a quick try and hit an exception.
I grabbed this out of the MyTVSeries.log file...
3/13/2006 11:09:25 PM - 3/13/2006 11:09:25 PM - Processing File: d:\my tv series\lost\lost - abandoned.tivo
3/13/2006 11:09:25 PM - 3/13/2006 11:09:25 PM - Regular Expression: '(?<series>[^$]*) - (?<title>[^$]*)
3/13/2006 11:09:25 PM - 3/13/2006 11:09:25 PM - Series Name: Lost
3/13/2006 11:09:25 PM - 3/13/2006 11:09:25 PM - Season Number: -1
3/13/2006 11:09:25 PM - 3/13/2006 11:09:25 PM - Episode Number: -1
3/13/2006 11:09:25 PM - 3/13/2006 11:09:25 PM - Other Information: Abandoned
3/13/2006 11:09:25 PM - Series information is already stored in database (Series ID: 1). Skipping download.
3/13/2006 11:09:25 PM - Episode listing has already been stored in database. Skipping download.
3/13/2006 11:09:25 PM - Downloading episode summary for Lost Season -1 Episode -1
There's more lines above this; it was actually the second file in the directory that was logged. I'll run it again tomorrow and see if I can grab the exception details next time. I suspect it was my regex - I always have to look those things up.
Also, thanks for the ideas about writing a plugin! I downloaded CVS and the DX SDK tonight, so I'll definately give it a go.
WeeToddDid said:- Open the MediaPortal Configuration application, and enter the configuration of the plugin.
- Modify the File Parsing Regular Expressions.
I had the same thought right after posting. I gave it just a quick try and hit an exception.
I grabbed this out of the MyTVSeries.log file...
3/13/2006 11:09:25 PM - 3/13/2006 11:09:25 PM - Processing File: d:\my tv series\lost\lost - abandoned.tivo
3/13/2006 11:09:25 PM - 3/13/2006 11:09:25 PM - Regular Expression: '(?<series>[^$]*) - (?<title>[^$]*)
3/13/2006 11:09:25 PM - 3/13/2006 11:09:25 PM - Series Name: Lost
3/13/2006 11:09:25 PM - 3/13/2006 11:09:25 PM - Season Number: -1
3/13/2006 11:09:25 PM - 3/13/2006 11:09:25 PM - Episode Number: -1
3/13/2006 11:09:25 PM - 3/13/2006 11:09:25 PM - Other Information: Abandoned
3/13/2006 11:09:25 PM - Series information is already stored in database (Series ID: 1). Skipping download.
3/13/2006 11:09:25 PM - Episode listing has already been stored in database. Skipping download.
3/13/2006 11:09:25 PM - Downloading episode summary for Lost Season -1 Episode -1
There's more lines above this; it was actually the second file in the directory that was logged. I'll run it again tomorrow and see if I can grab the exception details next time. I suspect it was my regex - I always have to look those things up.
Also, thanks for the ideas about writing a plugin! I downloaded CVS and the DX SDK tonight, so I'll definately give it a go.