Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

Attach:
(Clear Attachment)
(more attachments)
Allowed file types: gif, jpg, png, txt, tpl, lng, ini, pvd, psf, ini, cfg, csv, zip, xml, pas, 7z
Restrictions: 4 per post, maximum total size 1024KB, maximum individual size 1024KB
Note that any files attached will not be displayed until approved by a moderator.
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the best video database software?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: rick.ca
« on: March 12, 2010, 03:13:44 am »

Quote
from your post Rick

You mean the one where I said, "This regex stuff is going to make my head explode"? ;)

Quote
What do I need to change?

I suppose (s|\b) (meaning "'s' or a word boundary") is not going to match the " - ". Try replacing that with ( - ) for a match in this specific case. You will still need the original expression if in other filenames Title and Season are not separated by " - ".  :-\
Posted by: pantamonkey
« on: March 11, 2010, 09:13:09 pm »

I found some tips in other posts about regexps. I thought this string (from your post Rick, http://www.videodb.info/forum_en/index.php?topic=1168.0) would work for this kind of title formatting but it is still showing as season 1

(?i)^.*\\(?P<title>.*)(s|\b)(?P<season>[0-9]{1})(?P<episode>[0-9]{2})

What do I need to change?
Posted by: rick.ca
« on: March 11, 2010, 07:47:47 pm »

You need add/modify a regex that will recognize the "- SEE - " pattern, or rename your files to a more conventional "Series S00 E00 Episode title" format.
Posted by: pantamonkey
« on: March 11, 2010, 07:53:15 am »

9.9.18 and IMDB plugin 0.9.2.6 is only recognizing Daria Seasons 1 and 2 as S1 from scanned files (screenshot attached). The IMDB plugin itself was able to pull in all 5 seasons. As far as I can tell my only alternative at the moment is to import from IMDB and then link each episode to each individual file.

I would rather not have to link each individual episode to each file.  Is there a way to associate a whole season with a group of files?

[attachment deleted by admin]
anything