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:
How many words are in this question?:

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


Topic Summary

Posted by: rick.ca
« on: August 13, 2009, 11:14:30 pm »

Quote
This works now; I had moved the DVD files one level down in the structure, into [movie name]\video_ts\[].ifo and I forgot to mention that the movie was already *in* pvd with the original path. I.e: There is no "file path change" notifications for DVDs. Is this a bug?

My limited testing indicates a file path change is not being detected in this situation (files being moved to a video_ts subdirectory, or moved back to the original location). I'd call it a bug, but I'm not sure exactly what how far it goes. I haven't tried, but I expect a change to a completely different path or drive would be detected.

As expected, if the File Path is removed and the files re-scanned, the regex I mentioned will detect the files and the changed pathnames will be added.
Posted by: raldo
« on: August 13, 2009, 08:40:01 pm »

Do your regex inclulde (?i)^.*\\(?P<title>.*)\\VIDEO_TS\\.*\..*?

Is Smart DVD/BD detection set?

This works now; I had moved the DVD files one level down in the structure, into [movie name]\video_ts\[].ifo and I forgot to mention that the movie was already *in* pvd with the original path. I.e: There is no "file path change" notifications for DVDs. Is this a bug?

I'm actually testing because of Badger's trouble with DVDs as explained in this thread in the MC forum: http://yabb.jriver.com/interact/index.php?topic=52145.50
Posted by: rick.ca
« on: August 13, 2009, 07:29:41 pm »

Do your regex include (?i)^.*\\(?P<title>.*)\\VIDEO_TS\\.*\..*?

Is Smart DVD/BD detection set?
Posted by: raldo
« on: August 13, 2009, 04:44:52 pm »

What do you mean with "does not register"?
Well, a .ifo file located under [moviename]\VIDEO_TS\ is not picked up by PVD, it's ignored.
Posted by: nostra
« on: August 13, 2009, 12:36:53 pm »

What do you mean with "does not register"?
Posted by: raldo
« on: August 13, 2009, 11:28:04 am »


There is a problem where PVD doesn't register the .ifo file for a DVD when it is located under [moviename]\VIDEO_TS\[].ifo

In PVD there are some regular expressions that seem to deal with this, yet, this doesn't seem to work...

Does anyone have any idea what's going on?