Unable to diffentiate when download torrent show tv

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
maxgarsaiz
Posts: 3
Joined: 27 Nov 2013, 15:31

Unable to diffentiate when download torrent show tv

Post by maxgarsaiz »

Hello I am new to the forum, been a week managing FileBot and am very happy but I have the following problem. Run a script when it finishes downloading a torrent and in the log show "unable to differentiate". What am I doing wrong?

This is the script:
filebot -script fn:amc --lang "es" --output "C:/Users/Maximo" --log-file amc.log --action copy --conflict override -non-strict --def music=y artwork=n plex=127.0.0.1 xbmc=127.0.0.1 "seriesFormat=Videos/Series/{n}/{\"Temporada ${s.pad(1)}\"}/{n} {s00e00}" "movieFormat=Videos/Peliculas/{n}" "musicFormat=Musica/{n}/{fn}" "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"

This is te log:
Parameter: music = y
Parameter: artwork = n
Parameter: plex = 127.0.0.1
Parameter: xbmc = 127.0.0.1
Parameter: seriesFormat = Videos/Series/{n}/{"Temporada ${s.pad(1)}"}/{n} {s00e00}
Parameter: movieFormat = Videos/Peliculas/{n}
Parameter: musicFormat = Musica/{n}/{fn}
Parameter: ut_dir = C:\Users\Maximo\Descargas\jdownloader\The Walking Dead - Temporada 4 [HDTV 1080p][Cap.407][AC3 5.1 Español Castellano]
Parameter: ut_file = Importante Leer !!.txt
Parameter: ut_kind = multi
Parameter: ut_title = The Walking Dead - Temporada 4 [HDTV 1080p][Cap.407][AC3 5.1 Español Castellano]
Parameter: ut_label =
Parameter: ut_state = 5
Input: C:\Users\Maximo\Descargas\jdownloader\The Walking Dead - Temporada 4 [HDTV 1080p][Cap.407][AC3 5.1 Español Castellano]\TWalkingDead4071080p [www.newpct.com].mkv
TWalkingDead4071080p [www.newpct.com].mkv [series: The Walking Dead, movie: The Walking Dead (1995)]
Unable to differentiate: [TWalkingDead4071080p [www.newpct.com].mkv] => [The Walking Dead] VS [The Walking Dead (1995)]
Group: [tvs:null, mov:null, anime:null] => [TWalkingDead4071080p [www.newpct.com].mkv]
Done ヾ(ï¼ âŒ’ãƒ¼âŒ’ï¼ )ノ


Thanks for the help
User avatar
rednoah
The Source
Posts: 23937
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Unable to diffentiate when download torrent show tv

Post by rednoah »

Sorry, that kind of naming is just too messed up. It'll need at least some spaces between tokens in the filename.
:idea: Please read the FAQ and How to Request Help.
maxgarsaiz
Posts: 3
Joined: 27 Nov 2013, 15:31

Re: Unable to diffentiate when download torrent show tv

Post by maxgarsaiz »

Thanks for the quick response.

Is there no way to rename the name of the series with a regular expression?.

Thanks
User avatar
rednoah
The Source
Posts: 23937
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Unable to diffentiate when download torrent show tv

Post by rednoah »

I guess these bitchy ones you have to do semi-manually:
https://www.youtube.com/watch?v=OJca0ip ... -5RoMclWPt

EDIT: made some enhancements with 1879 (for improved matching with the GUI and cmdline -rename)
:idea: Please read the FAQ and How to Request Help.
maxgarsaiz
Posts: 3
Joined: 27 Nov 2013, 15:31

Re: Unable to diffentiate when download torrent show tv

Post by maxgarsaiz »

I will investigate to see if I get.

thanks
Post Reply