[AMC] AMC renaming moving a movie and its subtitles

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
j0hnnyp
Posts: 2
Joined: 02 May 2017, 16:46

[AMC] AMC renaming moving a movie and its subtitles

Post by j0hnnyp »

I've been using this for few years now:

Code: Select all

filebot -script fn:amc --output "Z:/" --log-file amc.log --action move --conflict auto -non-strict --def music=y subtitles=en,el artwork=n "Z:/To Process/" --def deleteAfterExtract=y --def unsorted=y --def "seriesFormat=/TV Shows/{n}/{n}{\" - Season ${s.pad(2)}\"}/{n} - {s00e00} - {t}{\".$lang\"}" "animeFormat=/Anime/{n} ({y}) {fn =~ /3D/ ? '[3D]' : ''}/{fn}" --def "movieFormat=/Movies/{fn =~ /3D/ ? '3D' : 'New'}/{n} ({y}) {fn =~ /3D/ ? '[3D]' : ''}/{fn}" --def "musicFormat=/Music/{n}/{fn}"
It's been a while that I noticed that even though subtitles are found and added on the original folder of the movie, when the rename /move happens, it happens only for the movie and no other file. I am almost certain that this wasn't always the case. Has something change? Do I need something changed?
A today's log for 2 tv shows episodes that one had subtitles but was left on the downloaded location...

Code: Select all

Run script [fn:amc] at [Wed May 03 13:23:26 EEST 2017]
Parameter: music = y
Parameter: subtitles = en,el
Parameter: artwork = n
Parameter: myepisodes = *****
Parameter: deleteAfterExtract = y
Parameter: unsorted = y
Parameter: seriesFormat = /TV Shows/{n}/{n}{" - Season ${s.pad(2)}"}/{n} - {s00e00} - {t}{".$lang"}
Parameter: animeFormat = /Anime/{n} ({y}) {fn =~ /3D/ ? '[3D]' : ''}/{fn}
Parameter: movieFormat = /Movies/{fn =~ /3D/ ? '3D' : 'New'}/{n} ({y}) {fn =~ /3D/ ? '[3D]' : ''}/{fn}
Parameter: musicFormat = /Music/{n}/{fn}
Argument: Z:\To Process
Input: Z:\To Process\Pretty.Little.Liars.S07E13.720p.HDTV.x264-SVA[rarbg]\Pretty.Little.Liars.S07E13.720p.HDTV.x264-SVA.mkv
Input: Z:\To Process\The.Flash.2014.S03E20.720p.HDTV.x264-SVA[rarbg]\The.Flash.2014.S03E20.720p.HDTV.x264-SVA.mkv
Exclude: Z:\To Process\The.Flash.2014.S03E20.720p.HDTV.x264-SVA[rarbg]\RARBG.txt
Exclude: Z:\To Process\The.Flash.2014.S03E20.720p.HDTV.x264-SVA[rarbg]\the.flash.2014.s03e20.720p.hdtv.x264-sva.nfo
Exclude: Z:\To Process\Pretty.Little.Liars.S07E13.720p.HDTV.x264-SVA[rarbg]\RARBG.txt
Exclude: Z:\To Process\Pretty.Little.Liars.S07E13.720p.HDTV.x264-SVA[rarbg]\pretty.little.liars.s07e13.720p.hdtv.x264-sva.nfo
Group: [tvs:pretty little liars] => [Pretty.Little.Liars.S07E13.720p.HDTV.x264-SVA.mkv]
Group: [tvs:the flash 2014] => [The.Flash.2014.S03E20.720p.HDTV.x264-SVA.mkv]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
Matched [Pretty.Little.Liars.S07E13.720p.HDTV.x264-SVA.mkv] to [Pretty.Little.Liars.S07E13.HDTV.x264-SVA] via hash
Fetching [Pretty.Little.Liars.S07E13.HDTV.x264-SVA.srt]
Export [Pretty.Little.Liars.S07E13.HDTV.x264-SVA.srt] as: SubRip / UTF-8
Writing [Pretty.Little.Liars.S07E13.HDTV.x264-SVA.srt] to [Pretty.Little.Liars.S07E13.720p.HDTV.x264-SVA.eng.srt]
Get [Greek] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: Z:\To Process\Pretty.Little.Liars.S07E13.720p.HDTV.x264-SVA[rarbg]\Pretty.Little.Liars.S07E13.720p.HDTV.x264-SVA.mkv
Rename episodes using [TheTVDB]
Auto-detected query: [Pretty Little Liars]
Fetching episode data for [Pretty Little Liars]
[MOVE] Rename [Z:\To Process\Pretty.Little.Liars.S07E13.720p.HDTV.x264-SVA[rarbg]\Pretty.Little.Liars.S07E13.720p.HDTV.x264-SVA.mkv] to [Z:\TV Shows\Pretty Little Liars\Pretty Little Liars - Season 07\Pretty Little Liars - S07E13 - Hold Your Piece.mkv]
Processed 1 files
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: Z:\To Process\The.Flash.2014.S03E20.720p.HDTV.x264-SVA[rarbg]\The.Flash.2014.S03E20.720p.HDTV.x264-SVA.mkv
Get [Greek] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: Z:\To Process\The.Flash.2014.S03E20.720p.HDTV.x264-SVA[rarbg]\The.Flash.2014.S03E20.720p.HDTV.x264-SVA.mkv
Rename episodes using [TheTVDB]
Auto-detected query: [The Flash 2014]
Fetching episode data for [The Flash (2014)]
[MOVE] Rename [Z:\To Process\The.Flash.2014.S03E20.720p.HDTV.x264-SVA[rarbg]\The.Flash.2014.S03E20.720p.HDTV.x264-SVA.mkv] to [Z:\TV Shows\The Flash (2014)\The Flash (2014) - Season 03\The Flash (2014) - S03E20 - I Know Who You Are.mkv]
Processed 1 files
Update MyEpisodes
[acquired] Pretty Little Liars 7x13 [Pretty Little Liars - S07E13 - Hold Your Piece.mkv]
[acquired] The Flash 3x20 [The Flash (2014) - S03E20 - I Know Who You Are.mkv]
Done ヾ(@⌒ー⌒@)ノ
Last edited by j0hnnyp on 03 May 2017, 10:30, edited 1 time in total.
User avatar
rednoah
The Source
Posts: 22984
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [AMC] AMC renaming moving a movie and its subtitles

Post by rednoah »

Thanks for the post! Before a real human comes by, please make sure your report has all the following points checked:
  • What are you trying to do achieve? What's not working? What have you tried so far?
  • Include screenshots, logs or filenames (i.e. demonstrate the issue)
  • Include basic information (i.e. sysinfo output)
:idea: Please read How to Request Help and Fix Problems, Report Bugs, Get Features
:idea: Please read the FAQ and How to Request Help.
j0hnnyp
Posts: 2
Joined: 02 May 2017, 16:46

Re: [AMC] AMC renaming moving a movie and its subtitles

Post by j0hnnyp »

Think I solved it. Stupid of me to leave it "working" for so long without periodically checking for updates. Updated filebot to latest version and seems ok now at least with a test on the tv shows.
Post Reply