Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - oli70

Pages: [1]
1
Feature Suggestions / Voice Actor (Doppiatori in italian)
« on: February 19, 2014, 01:49:28 pm »
Is possible to add a new feature for insert the voice actors (Doppiatori) ?

A list of:

character
voice actor name
language
notes

This feature is insteresting for telefilm & anime
Thanks a lot
Oliviero


2
Support / Import Episode List from Excel or Csv
« on: January 28, 2014, 04:39:42 pm »
Is possible insert a list of episode by reading a Excel or Csv file ?
Thx

3
Support / Delete a ScreenShot
« on: January 21, 2014, 04:57:54 pm »
Help me...

I need to delete some screenshots from some movies...

how do you?

Thx


4
Support / Re: File Scanner and Regular Expressions
« on: January 21, 2014, 09:36:00 am »
Wonderful!!
The BEST!

If you can make the change, send us a correct syntax of file names and the Regular Expression.

Thanks a lot!

Bye

5
Support / Re: File Scanner and Regular Expressions
« on: January 20, 2014, 05:11:53 pm »
I know...
For season is not important!

199697 or 1996/07 is the same!

For episode you may catalog some episode with alphanumeric character (for catalog OAV, for example)

You can have...
Season 1
Season 2
Season 3

Season extra (Film, OAV, Special).
For the same anime
(Ad Example Gundam or Holly e Benji)

Holly e Benji (Capitan Tsubasa) has 1 season (128 episode), and 13 OAV.

I dont' know how to catalog the OAV

Thanks a lot

6
Support / Re: File Scanner and Regular Expressions
« on: January 20, 2014, 10:46:11 am »
If you can...
Thank you.

Can you make another change ?
Accept the Seasons with alphanumeric values (example 1996/97), and the episode number with alphanumeric values (Example for anime Series - 1xOAV1 - Title)

Thanks and sorry for my english
Bye

In fact:

Champions League - 1996/97x01 - Arsenal - Real Madrid
Gundam - 1xOAV1 - Title name

7
Support / Re: File Scanner and Regular Expressions
« on: January 17, 2014, 05:44:15 pm »
Boh...

File name:

"NFL - 199798x02 - NFCCH_CAR@GB.mkv"

is catalogued only "NFL"

with the string
(?i)^.*\\(?P<title>.*) - (s|\b)(?P<season>[0-9]{1,6})x(?P<episode>[0-9]{1,4}) - (?P<eptitle>.*)\..{3,4}

with
(?i)^.*\\(?P<title>.*) - (s|\b)(?P<season>[0-9]{1,4})x(?P<episode>[0-9]{1,4}) - (?P<eptitle>.*)\..{3,4}

and file name
"NFL - 1997x02 - NFCCH_CAR@GB.mkv" all is OK!

8
Support / Re: File Scanner and Regular Expressions
« on: January 17, 2014, 09:33:10 am »
I'm trying to use PVD to archive my football matches.
The sintax of files is

Champions League - 201213x01 - F_Bayern Munich - Borussia Dortmund.

Questions:

Season Field can be long 6 or more bytes ?

Can i use a string value for Episode ?
(Example Champions League - 201213xF -Bayern Munich - Borussia Dortmund)

Witch is the String for use these string ?

I use the standard one, but is not ok for season long 6.

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

(?i)^.*\\(?P<title>.*) - (s|\b)(?P<season>[0-9]{1,6})x(?P<episode>[0-9]{1,4}) - (?P<eptitle>.*)\..{3,4}
dont' work!

Thx

Pages: [1]
anything