Search found 11 matches
- 11 May 2020, 16:01
- Forum: Episode / Movie Naming Scheme
- Topic: Make AMC Match Capitalization from Scraper
- Replies: 2
- Views: 554
Make AMC Match Capitalization from Scraper
I've noticed that AMC is ignoring the scraper's capitalization and just capitalizing the first letter of each word. For instance: "The.Last.Dance.S01E08.Episode.VIII" gets renamed to "The Last Dance - 1x08 - Episode Viii" Is there any way to make the script match the capitalization from the scraper?...
- 21 Apr 2020, 17:43
- Forum: Synology & QNAP & Embedded Linux
- Topic: [docker] Possible to have AMC move files without reading/writing entire file?
- Replies: 3
- Views: 1824
Re: Possible to have AMC move files without reading/writing entire file?
It turns out I had a docker container setting that needed to be changed and move now works as it should!
https://forums.unraid.net/topic/68916-s ... ent=847314
https://forums.unraid.net/topic/68916-s ... ent=847314
- 21 Apr 2020, 03:48
- Forum: Synology & QNAP & Embedded Linux
- Topic: [docker] Possible to have AMC move files without reading/writing entire file?
- Replies: 3
- Views: 1824
[docker] Possible to have AMC move files without reading/writing entire file?
I'm using Filebot AMC on my Unraid server and it works absolutely perfectly! I download files from my seedbox to a temp folder and then have AMC rename and move the files to where they belong because I don't need the files in the temp directory after they're renamed/moved. However I've noticed using...
- 15 Feb 2019, 19:13
- Forum: Windows 10
- Topic: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
- Replies: 16
- Views: 5119
Re: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
That worked! Thank you so much!!!rednoah wrote: ↑15 Feb 2019, 19:06 I see. Let's work with FileBot 4.8.2 then. In that case you can just disable xattr like so:Code: Select all
setx FILEBOT_OPTS -DuseExtendedFileAttributes=false
- 15 Feb 2019, 19:00
- Forum: Windows 10
- Topic: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
- Replies: 16
- Views: 5119
Re: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
1. Windows 10
I purchased Filebot through the Windows app store, how do I get a license key to be able to try out the pre-release build?
I purchased Filebot through the Windows app store, how do I get a license key to be able to try out the pre-release build?
- 15 Feb 2019, 16:57
- Forum: Windows 10
- Topic: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
- Replies: 16
- Views: 5119
Re: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
Would it be possible to add a setting in Filebot's settings to disable xattr? It is so annoying having to hit yes on a popup box every single time I transfer a file to my unraid NAS (which is dozens of times per day). I used to be able to use one of the workarounds above but none seem to work anymore.
- 15 Feb 2019, 15:53
- Forum: Windows 10
- Topic: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
- Replies: 16
- Views: 5119
Re: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
The correct way of passing additional command-line options is using the FILEBOT_OPTS environment variable. FILEBOT_OPTS will automatically be added to any FileBot command / launch. You can set environment variables via the Windows Settings GUI, or via CMD: setx FILEBOT_OPTS -no-xattr So I ran the s...
- 07 Mar 2017, 16:17
- Forum: Windows 10
- Topic: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
- Replies: 16
- Views: 5119
Re: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
That worked!!! Thank you SO much for your help! This solution also means that I won't have to go in and edit the filebot.l4j.ini every time a new version gets installed anymore either.rednoah wrote: You can create a New Shortcut and then use this command though:Code: Select all
filebot.launcher.exe -no-xattr

- 07 Mar 2017, 15:45
- Forum: Windows 10
- Topic: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
- Replies: 16
- Views: 5119
Re: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
I ran that command, restarted Windows, renamed a file in FileBot, tried copying it to Unraid and am still getting the popup window 

- 07 Mar 2017, 15:21
- Forum: Windows 10
- Topic: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
- Replies: 16
- Views: 5119
Re: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
Because every single time I go to copy a file to Unraid that was renamed using FileBot I get the popup window "Are you sure you want to copy this file without its properties?" and I have to click Yes. For somebody who is copying dozens of files every day that is unbelievably annoying.
- 07 Mar 2017, 14:35
- Forum: Windows 10
- Topic: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
- Replies: 16
- Views: 5119
Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
So I have been happily using Filebot for several years now and decided to pay for the version in the Windows app store to support you guys. However one thing I would always change after installing new versions was to go into the filebot.l4j.ini file and edit the line DuseExtendedFileAttributes from ...