MyTVSeries - Plugin that organizes TV Video Files (2 Viewers)

Should I implement an automatic file organizer to move and rename files?


  • Total voters
    651

Bingle

Portal Member
August 8, 2006
16
0
Vergo said:
also: Manual input possible? I have some seriez (belgian ones) with no reference whatsoever on the internet..

I'd like to second the request for eventual manual input. It's certainly not a big deal, but I have some 'non-existent' TV series also that I'd like to make up info for :)
 

kirky

Portal Member
April 30, 2006
36
0
Townsville, Oz
Home Country
Salty.dh said:
kirky said:
I had the same prob, but sorted it by extracting the tvseries.xml file from the 3dmp skin zip (i.e - don't use the tvseries.xml that is included in the tvseries plugin zipfile)

The original tvseries.xml from 3dmp doesn't call that common.window.xml file.

cheers
kirky

Kirky, are you able to play the tv shows when using this skin. I cannot which is why i modified it - I don't have the header problem though. I'll look into the skin problem after the parser issues are resolved. Hopefully by then someone will have a definitive answer.

Cheers,

Salty.

Works fine for me Salty :)
I haven't tried it with any skins other than the new 3dmp-blue tho.

BTW my 845 shows across 30 odd series imported mostly fine - only had to manually correct a few imports in the db file. This plugin kicks arse!! :D

thanks
kirky
 

Bingle

Portal Member
August 8, 2006
16
0
Salty.dh said:
Or perhaps register with episodeworld and provide the relevant links they request to the tv.com data. You'll find they will include missing series quite quickly.

Wow, you're not kidding. They entered all of MST3K and most of The Awful Truth today, in less than 5 hours or so! I'm impressed.
 

Vergo

Portal Pro
August 30, 2005
162
59
Brugge
Home Country
Belgium Belgium
mzemina said:
crawdaddy said:
for the apostrophe problem, try a search and replace in the third tab, replace ' with nothing. That may clear things up. iunno. I'm having some problems with more episodes that seem like thay should parse. I have all the seasons of futurama, and all parse except for like 4, which are in the same format as every other file...weird. I'll get some exampls up when I get home from work.

Instead of replacing with nothing, could it be replaced with html code for apostrophe & # 39; (note: I had to include spaces on this post between the & # 39; to show you)

Salty - Will that work?

Mike

Replacing it with nothing or " doesn't work :(

more issues:
* double episodes are being added but won't play in MediaPortal?
it's displayed in MP but won't play
* It only supports .avi & .mpg files? can't add .mp4 files

Keep it up Salty :)
 

Salty.dh

Portal Member
April 20, 2006
48
2
Thanks for all the input guys.

I'm hoping to have a release for the start of the weekend. We'll see how it goes!


Salty.
 

GSteele

Portal Pro
April 6, 2006
74
0
Ok so how do you skip if the listing isn't in episode world?
Basically I have documentaries and Australian TV recording for which I'd be happy to Skip or provide manual entries at some stage at my leisure if inclined.
My problem is that if it's not listed in Episode world it just keeps coming back to the the same file name and trying to rediscover it? Is this the case for others?
So far I've imported 24 & then alphabetically my next "series" is a documentary recording called "Andallucia - A History of the Moores" or some such title I presume I can only get past it by moving it to my Documentaries Directory.

Thus Skip & Manual entry would be great.

Also on the idea of Delete/Watched; Is it possible to read off the time payed? i.e. I may have started watching 3 or 4 different things so being able to see that one was watched for 23 of 42 minutes. Or just an Episodes not finished or started watching filter option?


Thanks for your hard work Salty :wink:

Thanks

Greg
 

TranceManNZ

Portal Pro
July 30, 2006
209
21
Feature Request Please :)

It would be nice if we could have a "watched" feature. So either the file name changes color when watched, or something that says "watched" yes or no.


Cheers
 

htpcMe

Portal Member
March 1, 2006
28
0
Home Country
Germany Germany
Hi Salty.dh

I just tried the neu plug-in version all of my current shows import fine. I tried to import the german tv show Stromberg. It found the information correctly, but the importer throw errors. Here is the name of the file:

Stromberg - [1x01] - Der_Parkplatz.avi

Here is the error:

Show information could not be found for: Stromberg
Downloading series information for Stromberg
Found an exact match to series name in search results. Automatically using this entry.
Found Show!
Searching TV Site for matches on parsed series name. Stromberg
Parsed Information: Stromberg - 1x1 - Der Parkplatz
Regular Expression: '(?<series>[^\\\[]*) - \[(?<season>[0-9]{1,2})x(?<episode>[0-9\W]+)\](( |)(-( |)|))(?<title>[^$]*?)
Processing File: d:\movies\tv_series\stromberg\stromberg - [1x01] - der_parkplatz.avi
---
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info)
at System.Convert.ToInt16(String value)
at WindowPlugins.GUITVSeries.ImportVideo.ProcessFile(String VideoFile)
---
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info)
at System.Convert.ToInt16(String value)
at WindowPlugins.GUITVSeries.ImportVideo.ProcessFile(String VideoFile)
---
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info)
at System.Convert.ToInt16(String value)
at WindowPlugins.GUITVSeries.ImportVideo.ProcessFile(String VideoFile)
---
 

-ltb-

Portal Pro
April 10, 2006
4,204
21
Home Country
France France
@ Salty.dh

I have 2 request :

1. Is it possible to include an option for choosing the import language, i watch series in french and all the series' info are in english.

2. Could you include in the parser the following expression:

serie name.-.1x01.-.episode name

since this release, it doesn't work.

here is the log:


---
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info)
at System.Convert.ToInt16(String value)
at WindowPlugins.GUITVSeries.ImportVideo.ProcessFile(String VideoFile)
---
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info)
at System.Convert.ToInt16(String value)
at WindowPlugins.GUITVSeries.ImportVideo.ProcessFile(String VideoFile)
---
Scanning folder for supported video files...


thanks a lot
 

Users who are viewing this thread

Top Bottom