lpat2001 / movie-renamer

Automatically exported from code.google.com/p/movie-renamer
0 stars 0 forks source link

Add the actor(s) in the possible substitutions of the filename format (<a1> -> The first actor...) #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

This software corresponds very well to my need.
Could you please add the actor(s) in the possible substitutions of the filename 
format:

<a1> -> The first actor

<a> -> The list of actor(s) seperated by "," (maybe limited to 3)
or ideally <an> -> The list of the 1st n actor(s) seperated by ","

This feature would bring a lot of interest in Movie Renamer.

Thanks by advance.
Franck Durand

Original issue reported on code.google.com by franck_d...@gtempaccount.com on 31 Mar 2012 at 11:57

GoogleCodeExporter commented 8 years ago
Hi,

I like your idea, i will implement this feature in next version.
I don't know exactly how i will do this, but it will be something like that :

For all "multiple values" (actors,genres,...)

<xn> -> x : a,g,... | n : number between 0 and 50 (if n doesn't exist , "<xn>" 
will be replace by void)

<x> -> Get all value separated by "separator" limited by "limit"

separator -> Separator between values (Already in version 1.2.4)
limit -> Max number of values

Original comment by nico.ma...@gmail.com on 1 Apr 2012 at 3:26

GoogleCodeExporter commented 8 years ago
This suggestion was closed by revision 9a82479df5e5

Original comment by nico.ma...@gmail.com on 5 Apr 2012 at 12:02