Author Topic: Help!!! Regex Key  (Read 7073 times)

0 Members and 1 Guest are viewing this topic.

Offline sweety2401

  • Member
  • *
  • Posts: 6
    • View Profile
Help!!! Regex Key
« on: August 24, 2011, 07:55:27 pm »
Hello,

could someone please give me the right regex key to import series in this format

001 - Was ist mit Jeannie los (means episode and title)

Can someone please post the key?



Offline sweety2401

  • Member
  • *
  • Posts: 6
    • View Profile
Re: Help!!! Regex Key
« Reply #1 on: August 24, 2011, 08:00:20 pm »
all this files are in the folder which name are staffel 1, staffel 2 etc (means season)

In PVD the import has to be shown like that

Staffel 1
- 001 - Was ist mit Jeannie los

My PC crashed. At first i had the right regex key it was posed by an admin here.

Offline rick.ca

  • Global Moderator
  • *****
  • Posts: 3241
  • "I'm willing to shoot you!"
    • View Profile
Re: Help!!! Regex Key
« Reply #2 on: August 24, 2011, 10:59:22 pm »
Quote
Can someone please post the key?

It's not a "key," it's a "regex," meaning "regular expression." It operates on [File path], so no one can be of much help unless you describe the exact form of your full pathnames. But it's probably more effective if you use Utility to test regular expressions for extracting movie data from file names (found at the bottom of the Download section) to determine the regex required for your particular pathnames.

Offline sweety2401

  • Member
  • *
  • Posts: 6
    • View Profile
Re: Help!!! Regex Key
« Reply #3 on: August 25, 2011, 07:32:03 am »
The parth name is like that

I:\Captain Tsubasa - TV Serie Manga\001 - Der Neue.avi

can you help me?

Please could someone post the scannig regex????

THANX
« Last Edit: August 25, 2011, 05:56:43 pm by sweety2401 »

Offline rick.ca

  • Global Moderator
  • *****
  • Posts: 3241
  • "I'm willing to shoot you!"
    • View Profile
Re: Help!!! Regex Key
« Reply #4 on: August 26, 2011, 05:17:57 am »
Have you tried the Regex Tester?

[attachment deleted by admin]

Offline sweety2401

  • Member
  • *
  • Posts: 6
    • View Profile
Re: Help!!! Regex Key
« Reply #5 on: August 26, 2011, 10:59:25 pm »
This is now finally working key (?i)^.*\\(?P<title>.*)

but the result is not 100 % perfect:

The result = -Der Neue

But the result has to be:

Der Neue

can someone help to come to an end with this regex???

Offline rick.ca

  • Global Moderator
  • *****
  • Posts: 3241
  • "I'm willing to shoot you!"
    • View Profile
Re: Help!!! Regex Key
« Reply #6 on: August 27, 2011, 03:20:17 am »
Quote
can someone help to come to an end with this regex???

Not if you're unable to provide consistent information or respond to any help that is offered. Your example was an episode, for which I illustrated the solution (with the Regex Tester you should be using yourself). Now the same example has apparently ceased being an episode, and you're claiming a regex that won't work in any case is producing a result that it cannot (see the attached). I'm sorry, but I have no idea how to help you. Here are your daily pm nags, in case someone else wants to give it a shot...

can you give me the regex key for those files
the parth of my files are written so:
Staffel 1 - The Adventures of Batman and Robin
File: 001 - Gefährliche Klauen.avi

well my parth is
i:serien/Bezaubernde Jeannie/Staffel 1/001 - Wer heisst Jeannie.avi
Can you give me the regex parth to import those files?
Thank you for a immedate answer.

can you read please my post from today.
I only need a little help and im finished.
Im very disappointed and i dont have anybody who can help me....

[attachment deleted by admin]

Offline sweety2401

  • Member
  • *
  • Posts: 6
    • View Profile
Re: Help!!! Regex Key
« Reply #7 on: August 27, 2011, 07:43:04 am »
I dont understand anything of this im only a user of this nice programm.

Also with the key you posted an with every other key the result for the import ist like that.

-Der Neue

But i only want Der Neue (there is to delete the - )

Here is the key you posted an i tried:

(?i)^.*\\(?P<title>.*\\(?P<episode>[0-9]{3} - (?P<epititle>.*\..{3,4}

Offline sweety2401

  • Member
  • *
  • Posts: 6
    • View Profile
Re: Help!!! Regex Key
« Reply #8 on: August 27, 2011, 07:45:12 am »
Well on april someone here i think it was yourself posted the right key. I could also be on march.

Can someone please post the old key that i asked here on march

Offline rick.ca

  • Global Moderator
  • *****
  • Posts: 3241
  • "I'm willing to shoot you!"
    • View Profile
Re: Help!!! Regex Key
« Reply #9 on: August 27, 2011, 09:17:13 am »
Search will work as well for you as anyone else. And if you do it yourself, you won't have to go to the trouble explain what it is you're looking for. ::)

 

anything