Search found 8 matches

by guimello
29 Sep 2017, 19:17
Forum: Help and Support
Topic: Movie Mismatches
Replies: 2
Views: 1993

Movie Mismatches

Hi I have been using this Filebot AMC script for a long time, and it very rarely has picked up a mismatch. However, over the last 2 weeks, I have received 3 weird mismatches (i.e. not even similar movie names). The logs for 2 of these are below: The Adjustment Bureau -> Limitless Run script [fn:amc]...
by guimello
27 Mar 2017, 22:04
Forum: Episode / Movie Naming Scheme
Topic: Release Group: Subtitles renamed as 'null'
Replies: 1
Views: 2057

Release Group: Subtitles renamed as 'null'

Hi! I'm current using the following seriesFormat to rename my TV Shows: seriesFormat=/home/media/tv/{n}/{'Season '+s.pad(2)}/{n} - {S00E00} - {t} [{fn.matchAll(/repack|proper|extended/).join('.').upper()+'.'}{try{source}catch(e){'WEB'}}.{vf}{'.'+vc.replaceAll(/AVC/, 'x264')}{'-'+any{$group}{fn.match...
by guimello
25 Mar 2017, 02:05
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 682
Views: 1579277

Re: Release Groups {group}

MOROSE

Thanks
by guimello
10 Apr 2016, 09:36
Forum: Scripting and Automation
Topic: AMC Permissions Issues
Replies: 6
Views: 5972

Re: AMC Permissions Issues

I am having similar issues. Here is how I am calling the AMC script: bash filebot -script fn:amc --log-file ~/logs/amc.log --action move --conflict override --def "exec=chmod 775 -R '{folder}'" --def emby=192.168.0.128:51072559a5e04200a6260bf1106ef84f --def "movieFormat=/share/CACHEDE...
by guimello
07 Nov 2015, 17:00
Forum: Help and Support
Topic: [AMC] Set custom movieFormat
Replies: 2
Views: 2753

Re: AMC Help - Movie Renaming

rednoah wrote:Have you tried movieFormat instead of MovieFormat yet? Case matters.
Thanks mate - that has fixed it for me!
by guimello
07 Nov 2015, 15:53
Forum: Help and Support
Topic: [AMC] Set custom movieFormat
Replies: 2
Views: 2753

[AMC] Set custom movieFormat

Hi there I am having issues getting AMC to rename movies as I'd like. Here's the execution script: bash ~/filebot/filebot.sh -script fn:amc --output "/media/66451/guimello/private/rtorrent/complete/" --log-file amc.log --action hardlink --conflict override --def "MovieFormat=/media/66...
by guimello
08 Feb 2015, 17:16
Forum: Feature Requests and Bug Reports
Topic: 7z-JBinding error. How to debug?
Replies: 2
Views: 3601

Re: 7z-JBinding error. How to debug?

Sorry to leech of this, but I am getting the same error message. Has a solution been found for this?

Thanks.
by guimello
08 Feb 2015, 12:44
Forum: Ubuntu & Desktop Linux
Topic: Filebot 7zip issue in Linux Seedbox
Replies: 1
Views: 3884

Filebot 7zip issue in Linux Seedbox

Hi there I have a seedbox with feralhosting and as part of my torrent post-processing, I have completed torrents run through filebot. I am running the following bash script when a download completes: #!/bin/bash TORRENT_PATH=$1 TORRENT_NAME=$2 TORRENT_LABEL=$2 bash filebot.sh -script fn:amc --output...