Search found 35 matches

by howdymilsap
26 Sep 2018, 18:05
Forum: Scripting and Automation
Topic: [Filebot Node] How can i set -no-xattr?
Replies: 8
Views: 3917

Re: [Filebot Node] How can i set -no-xattr?

I'd appreciate it if you could share how you implemented this solution, for the next guy that stumbles on this thread. ;) I use portainer to manage my docker containers. To fix this issue, I just modified your standard container in the portainer GUI and updated the existing FILEBOT_OPTS environment...
by howdymilsap
25 Sep 2018, 19:30
Forum: Scripting and Automation
Topic: [Filebot Node] How can i set -no-xattr?
Replies: 8
Views: 3917

Re: [Filebot Node] How can i set -no-xattr?

This solution works perfectly. Thanks again.
by howdymilsap
25 Sep 2018, 14:09
Forum: Scripting and Automation
Topic: [Filebot Node] How can i set -no-xattr?
Replies: 8
Views: 3917

Re: [Filebot Node] How can i set -no-xattr?

I don't use this on synology, I use the docker filebot node with an rclone mounted filesytem. The destination filesystem doesn't currently support xattr and so I see a lot of error messages in the log. I realize I can just ignore them, but was hoping I could use the -no-xattr option to eliminate the...
by howdymilsap
25 Sep 2018, 12:00
Forum: Scripting and Automation
Topic: [Filebot Node] How can i set -no-xattr?
Replies: 8
Views: 3917

[Filebot Node] How can i set -no-xattr?

how do you set -no-xattr in the filebot node interface?
by howdymilsap
24 Sep 2018, 20:00
Forum: Scripting and Automation
Topic: do you want this management script released?
Replies: 7
Views: 4112

Re: do you want this management script released?

so this is pretty incredible. Will you release your code on github? I'd like to take a look - most likely I wouldn't be implementing the entire set of scripts (I need the {plex} folder structure), but some of the supporting scripts and logic would be interesting to take a look at.
by howdymilsap
24 Sep 2018, 18:43
Forum: Scripting and Automation
Topic: Move to X folder if dir tree contains "BDMV" or ISO?
Replies: 3
Views: 2264

Re: Move to X folder if dir tree contains "BDMV" or ISO?

@rednoah, I also have this same need. Are there any examples of a solution to help get us started? Thanks! For additional clarification on what I am trying to do: I have a current filebot config that automatically organizes movies using the {plex} naming convention. I amended the out of the box solu...
by howdymilsap
24 Jul 2018, 17:44
Forum: Feature Requests and Bug Reports
Topic: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Replies: 234
Views: 185780

Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)

@rednoah, I personally really like this software and I want you to be able to continue development and improvement. To that end, I will pay for its use. I think everyone here should think about this - don't we want continued development and support? I would really like it if this could be how you ma...
by howdymilsap
16 Jul 2018, 23:32
Forum: Feature Requests and Bug Reports
Topic: [DEPRECATED] support for XEM?
Replies: 106
Views: 63354

Re: support for XEM?

filebot output is not all that useful (in this example) as the file is seemingly properly identified as Saturday Night live S43E21 and filebot using tvdb applies S43E21 metadata. However, the scene numbering for S43E21 is really the Donald Glover/Childish Gambino episode. the TVDB has this as the Ti...
by howdymilsap
16 Jul 2018, 21:15
Forum: Feature Requests and Bug Reports
Topic: [DEPRECATED] support for XEM?
Replies: 106
Views: 63354

Re: support for XEM?

XEM is the cross entity map for tv shows. http://thexem.de/ Basically, discrepancies in tvdb, anidb and the scene are managed here. The episode mismatches for shows like Mythbusters and SNL have already been re-mapped in XEM. Season 43 of SNL is a great example of the issue, where the scene episode ...
by howdymilsap
16 Jul 2018, 20:45
Forum: Feature Requests and Bug Reports
Topic: [DEPRECATED] support for XEM?
Replies: 106
Views: 63354

[DEPRECATED] support for XEM?

Hi, I am wondering if support for XEM has been considered (to augment tvdb for example). I have run across several shows that have discrepancies between naming/numbering from the scene and what thetvdb lists. These are always fixable in a manual way, but having it automated would be even better. man...