help with MultiCD renaming

Any questions? Need some help?
Post Reply
tonkatsu
Posts: 3
Joined: 15 Mar 2013, 19:42

help with MultiCD renaming

Post by tonkatsu »

Hello,
I am not very good with scripting, so i'm needing some help with a basic question :oops:

I am playing with the renaming feature, but i am having problem with multicd movies:

I have a multiCD (John Ford's "The Searchers" in spanish) movie in 2 files called:
Centauros.del.desierto.CD1.avi
Centauros.del.desierto.CD2.avi

i am trying to rename it, but when i run this command:

>filebot --action test Cent* --format {n} "{CD$pi}"

i am getting this output:

Filename pattern: [0.00] SxE, [0.00] CWS
Rename movies using [TheMovieDB]
Looking up movie by filehash via [TheMovieDB]
TheMovieDB: Hash lookup not supported
Auto-detect movie from context: [/volume1/MULTIMEDIA/PELICULAS/CINE-CLASICO/Centauros.del.desierto.CD1.avi]
Auto-detect movie from context: [/volume1/MULTIMEDIA/PELICULAS/CINE-CLASICO/Centauros.del.desierto.CD2.avi]
[TEST] Rename [/volume1/MULTIMEDIA/PELICULAS/CINE-CLASICO/Centauros.del.desierto.CD1.avi] to [The Searchers.avi]
[TEST] Rename [/volume1/MULTIMEDIA/PELICULAS/CINE-CLASICO/Centauros.del.desierto.CD2.avi] to [The Searchers.avi]
Processed 2 files
Done ?(?????)?


So it's not detecting the multicd movie and it's tryin to rename both files with the same name.... The Searchers.avi and not with The Searchers CD1.avi, The Searchers CD2.avi as i expected
What am i doing wrong?

thank you in advance!
User avatar
rednoah
The Source
Posts: 22991
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: help with MultiCD renaming

Post by rednoah »

1. cmdline is wrong, 2. format is wrong

Code: Select all

--format {n} "{CD$pi}"
Correctly pass in valid format

Code: Select all

--format "{n} {'CD'+pi}"
:idea: Please read the FAQ and How to Request Help.
tonkatsu
Posts: 3
Joined: 15 Mar 2013, 19:42

Re: help with MultiCD renaming

Post by tonkatsu »

It works! Thank you! :D
Post Reply