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 ...
Search found 8 matches
- 29 Sep 2017, 19:17
- Forum: Help and Support
- Topic: Movie Mismatches
- Replies: 2
- Views: 2794
- 27 Mar 2017, 22:04
- Forum: Episode / Movie Naming Scheme
- Topic: Release Group: Subtitles renamed as 'null'
- Replies: 1
- Views: 2673
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 ...
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 ...
- 25 Mar 2017, 02:05
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 743
- Views: 2858632
Re: Release Groups {group}
MOROSE
Thanks
Thanks
- 10 Apr 2016, 09:36
- Forum: Scripting and Automation
- Topic: AMC Permissions Issues
- Replies: 6
- Views: 7536
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/CACHEDEV1_DATA/Media ...
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/CACHEDEV1_DATA/Media ...
- 07 Nov 2015, 17:00
- Forum: Help and Support
- Topic: [AMC] Set custom movieFormat
- Replies: 2
- Views: 3431
Re: AMC Help - Movie Renaming
Thanks mate - that has fixed it for me!rednoah wrote:Have you tried movieFormat instead of MovieFormat yet? Case matters.
- 07 Nov 2015, 15:53
- Forum: Help and Support
- Topic: [AMC] Set custom movieFormat
- Replies: 2
- Views: 3431
[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/66451/guimello ...
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/66451/guimello ...
- 08 Feb 2015, 17:16
- Forum: Feature Requests and Bug Reports
- Topic: 7z-JBinding error. How to debug?
- Replies: 2
- Views: 4349
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.
Thanks.
- 08 Feb 2015, 12:44
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot 7zip issue in Linux Seedbox
- Replies: 1
- Views: 5430
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 ...
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 ...