Search found 13 matches

by Yousty
06 Apr 2023, 19:01
Forum: Help and Support
Topic: [amc] How to make TVDB default episode scraper?
Replies: 2
Views: 583

Re: [amc] How to make TVDB default episode scraper?

Thank you! Added "

Code: Select all

--def movieDB=TheMovieDB seriesDB=TheTVDB
" to my AMC script parameters and it's working perfectly again!
by Yousty
06 Apr 2023, 17:37
Forum: Help and Support
Topic: [amc] How to make TVDB default episode scraper?
Replies: 2
Views: 583

[amc] How to make TVDB default episode scraper?

I use an AMC script to rename everything and I don't know how it happened but the past couple weeks I've noticed that filebot started using TMDB as the default episode scraper instead of TVDB and it's been causing all sorts of issues with my already established shows. I scoured the settings in fileb...
by Yousty
11 May 2020, 16:01
Forum: Episode / Movie Naming Scheme
Topic: Make AMC Match Capitalization from Scraper
Replies: 2
Views: 1845

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 capitalizati...
by Yousty
21 Apr 2020, 17:43
Forum: Synology NAS & Embedded Linux
Topic: [docker] Possible to have AMC move files without reading/writing entire file?
Replies: 3
Views: 3575

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
by Yousty
21 Apr 2020, 03:48
Forum: Synology NAS & Embedded Linux
Topic: [docker] Possible to have AMC move files without reading/writing entire file?
Replies: 3
Views: 3575

[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...
by Yousty
15 Feb 2019, 19:13
Forum: Windows
Topic: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
Replies: 16
Views: 8850

Re: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?

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
That worked! Thank you so much!!!
by Yousty
15 Feb 2019, 19:00
Forum: Windows
Topic: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
Replies: 16
Views: 8850

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?
by Yousty
15 Feb 2019, 16:57
Forum: Windows
Topic: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
Replies: 16
Views: 8850

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.
by Yousty
15 Feb 2019, 15:53
Forum: Windows
Topic: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
Replies: 16
Views: 8850

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...
by Yousty
07 Mar 2017, 16:17
Forum: Windows
Topic: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
Replies: 16
Views: 8850

Re: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?

rednoah wrote: You can create a New Shortcut and then use this command though:

Code: Select all

filebot.launcher.exe -no-xattr
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. :D
by Yousty
07 Mar 2017, 15:45
Forum: Windows
Topic: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
Replies: 16
Views: 8850

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 :(
by Yousty
07 Mar 2017, 15:21
Forum: Windows
Topic: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
Replies: 16
Views: 8850

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.
by Yousty
07 Mar 2017, 14:35
Forum: Windows
Topic: Windows 10 - Disable NTFS Extended Attributes for Storing Metadata?
Replies: 16
Views: 8850

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 ...