Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Djoss - FileBot

Featured Replies

Thanks man. I'll give it a shot. I chose hardlink though because I've read that it will create a copy of the files, then I could delete the original set and they would still seed. Will they still seed if i use --action move?

  • Replies 660
  • Views 150k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Yes this will for sure be done

  • The 'plex' format uses the Plex Naming Standard (it is not getting path from plex).  See https://www.filebot.net/forums/viewtopic.php?t=4116

  • New Docker image with the fix is now available.

Posted Images

ah okay, for this a hardlink could be the right way but don't know as i don't use torrent. If discspace is not a problem you can use the copy function. 

  • Author
18 hours ago, hgN said:

Maybe I misunderstood you or you didn’t know what I try to achieve So my plan is to automate my DL and renaming workflow. I don’t want to enter the Filebot UI after each download. Therefor I use the FB CLI command filebot.sh --funnyrenaming-flags etc pp. inside the Filebot container. 

Now when a DL is finish I want to use the JD Event Script to call this filebot command but as the containers don’t see each other it’s of curse not possible therefor I use the bypass with SSH.

Ok I see.  In this case I currently don't see another way to trigger FileBot.  Are you using the AMC script to do the renaming?

7 hours ago, Djoss said:

Are you using the AMC script to do the renaming?

yes. 

ok maybe i try to create a own image if i found a bit time :)

  • Author

Adding support for the AMC script is still in by todo list...

Ran into a strange issue using the [{crc32}] attribute during the matching/fetching process.

When you do the initial fetch it is only adding the brackets [] to the file name.  Not the actual crc info inside of the brackets.

 

But before you go and select rename....you can go to the edit format option.  Then without changing anything just click "use format".

It updates the name correctly with the crc32 like its supposed to. 

 

I thought it might be a error in my format....so i deleted it and just used {n} [{crc32}] and got the same results as described above.

 

Thanks
Urlryn

  • Author
20 hours ago, Urlryn said:

Ran into a strange issue using the [{crc32}] attribute during the matching/fetching process.

When you do the initial fetch it is only adding the brackets [] to the file name.  Not the actual crc info inside of the brackets.

 

But before you go and select rename....you can go to the edit format option.  Then without changing anything just click "use format".

It updates the name correctly with the crc32 like its supposed to. 

 

I thought it might be a error in my format....so i deleted it and just used {n} [{crc32}] and got the same results as described above.

 

Thanks
Urlryn

Do you have any message in the container's log related to this?  If not, I would suggest to report the issue on the FileBot forum.

12 hours ago, Djoss said:

Do you have any message in the container's log related to this?  If not, I would suggest to report the issue on the FileBot forum.

I will try and take a look sometime this week!  I'll post anything I find up.

Also quick question...how do you see what version is currently installed?  Console you can just do filebot -version from cmd line. but wasn't sure how to pull that within docker or the UI.


Thanks

Urlryn

  • Author
11 hours ago, Urlryn said:

I will try and take a look sometime this week!  I'll post anything I find up.

Also quick question...how do you see what version is currently installed?  Console you can just do filebot -version from cmd line. but wasn't sure how to pull that within docker or the UI.


Thanks

Urlryn

You can look at the container's log.  The FileBot information is displayed during startup.

  • 2 weeks later...

Does this container also support any headless folder watch based renaming based on a AMC script?

  • Author
On 4/27/2019 at 3:33 AM, Diggewuff said:

Does this container also support any headless folder watch based renaming based on a AMC script?

Not yet!

  • 3 weeks later...
On 4/30/2019 at 8:48 PM, Djoss said:

Not yet!

i really would appreciate if it would sometime in the future since coppits doesnt really gets updated anymore it seems and your webui is way better.

  • Author
On 5/16/2019 at 12:44 PM, DaLeberkasPepi said:

i really would appreciate if it would sometime in the future since coppits doesnt really gets updated anymore it seems and your webui is way better.

Yes this will for sure be done :)

  • 1 month later...

I see that the creator of FileBot rednoah has a docker image with the "filebot-watcher" implemented.

 

docker run --rm -it -v $PWD:/volume1 -v data:/data rednoah/filebot:watcher /volume1/input --output /volume1/output

 

I've tried to make this work with out any success.

here is my docker config;

image.thumb.png.3cf8e4bd6aa60d3aea1d141afc027521.png

 

But after I start the docker image the log just shows this;

image.png.e5a27f76e10761cf76f24688ee85b501.png

 

Anyone else have any luck? Am I doing something wrong?

 

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Update

So I played with this a bit more and have it working now. Not sure this is all correct but its working;

Here is the docker config;

image.thumb.png.11ff302cbcb1323cb4ae22c9b94c8efc.png

 

The "Post Arguments:" commands reference a config file "/data/args.txt" that contains this; (Thanks to this post:https://www.filebot.net/forums/viewtopic.php?t=5422)

****************************************************************************

music=n
excludeList=/data/amc_exclude.txt
clean=y
artwork=n
extras=n
unsorted=y
pushover=XXXXXXXX
subtitles=en
musicFormat=Music/{n}/{album+'/'}{pi.pad(2)+' - '}{artist} - {t}
seriesFormat=TV/{plex.tail}
movieFormat={plex}

****************************************************************************

 

And YES I did have to buy a universal license for FileBot for this to work.

Thanks

Edited by Merkas
Resolved

Hey There,

 

Maybe I am just dumb, but every time I got to rename files it says a license is required.  Am I missing something?

 

Any help would be appreciated.

 

Edit:  NVM I see your update saying a license is now required, and instructions to the old Donation version.  Going to give the dono a shot before committing.  Thanks for the great Docker!

Edited by WhatPlantsCrave

  • 1 month later...
On 7/9/2019 at 10:24 PM, Merkas said:

I see that the creator of FileBot rednoah has a docker image with the "filebot-watcher" implemented.

 

docker run --rm -it -v $PWD:/volume1 -v data:/data rednoah/filebot:watcher /volume1/input --output /volume1/output

 

I've tried to make this work with out any success.

here is my docker config;

image.thumb.png.3cf8e4bd6aa60d3aea1d141afc027521.png

 

But after I start the docker image the log just shows this;

image.png.e5a27f76e10761cf76f24688ee85b501.png

 

Anyone else have any luck? Am I doing something wrong?

 

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Update

So I played with this a bit more and have it working now. Not sure this is all correct but its working;

Here is the docker config;

image.thumb.png.11ff302cbcb1323cb4ae22c9b94c8efc.png

 

The "Post Arguments:" commands reference a config file "/data/args.txt" that contains this; (Thanks to this post:https://www.filebot.net/forums/viewtopic.php?t=5422)

****************************************************************************

music=n
excludeList=/data/amc_exclude.txt
clean=y
artwork=n
extras=n
unsorted=y
pushover=XXXXXXXX
subtitles=en
musicFormat=Music/{n}/{album+'/'}{pi.pad(2)+' - '}{artist} - {t}
seriesFormat=TV/{plex.tail}
movieFormat={plex}

****************************************************************************

 

And YES I did have to buy a universal license for FileBot for this to work.

Thanks

Has this been stable for you?

 

I use Coppit's container, but every once in a while it flakes out and i have to rebuild it.

  • 1 month later...
On 5/24/2019 at 2:40 AM, Djoss said:

Yes this will for sure be done :)

Nice, is this still something that will happen?

  • Author
On 10/10/2019 at 7:38 AM, Sic79 said:

Nice, is this still something that will happen?

Yes, it's finally there :)

 

9 hours ago, Djoss said:

Yes, it's finally there :)

 

Nice to hear, thank you :)

Is the AMC script capable of symlinking? I have Radarr and Sonarr setup, but I really miss the symlinking abilities of SickGear and Couchpotato. If I could get the symlinking functionality back for both Radarr and Sonarr , I would be so happy.

 

I'm also a little lost on how to call the script. I set the parameters for your docker but in all the examples of the script ive seen, theres also an /input and /output on the script as well. How would I do that for two separate apps? I would appreciate any help, im a little overwhelmed right now.

Edited by DazedAndConfused

  • Author
On 10/17/2019 at 2:47 PM, DazedAndConfused said:

Is the AMC script capable of symlinking? I have Radarr and Sonarr setup, but I really miss the symlinking abilities of SickGear and Couchpotato. If I could get the symlinking functionality back for both Radarr and Sonarr , I would be so happy.

Yes, the script can symlink.

On 10/17/2019 at 2:47 PM, DazedAndConfused said:

I'm also a little lost on how to call the script. I set the parameters for your docker but in all the examples of the script ive seen, theres also an /input and /output on the script as well. How would I do that for two separate apps? I would appreciate any help, im a little overwhelmed right now.

It seems that I forgot to document the input and output folders... But this is now done.  Update the template by clicking the "Check for updates" button at the bottom of the Docker page.  Then, edit the container settings and you will have the ability to map the input and output folders.

It looks like the last Variable is labeled as custom, but is actually for choosing Subtitle Language.  I've tried adding the -non-strict argument after creating the AMC_CUSTOM_OPTIONS key, but it doesn't seem to be working for me.

 

I'm doing so in response to this error without -non-strict:

 

[amc] CmdlineException: Multiple options: Advanced auto-selection requires -non-strict matching

  • Author
6 hours ago, Nomar1245 said:

It looks like the last Variable is labeled as custom, but is actually for choosing Subtitle Language.

I fixed the template.  Just update it (click the "Check for updates" button at the bottom of the Docker page).

 

6 hours ago, Nomar1245 said:

I'm doing so in response to this error without -non-strict:

 

[amc] CmdlineException: Multiple options: Advanced auto-selection requires -non-strict matching

 

If will add the -non-strict option by default.  It seems to be required is most cases...

Awesome. It's working perfectly now. Thank you.

UPDATE:

There is actually a bigger problem that I just realized.

When I start Filebot docker in UNRAID, it stops almost instantaneously.

Why can I not start Filebot docker?

 

 

 

*****OLD POST

Hello,

I cannot find filebot.conf file in order to activate webGUI to yes

 

I was running filebot by jlesage on UNRAID v6.7.x without issues. Then I updated Filebot, then updated UNRAID OS to 6.8, and was using filebot for few days. Then filebot wouldn't restart one day. Then I tried updating filebot, didn't work. Then I deleted filebot, and folder under appdata/filebot, then reinstalled filebot.

 

I cannot run filebot in Web UI, because I cannot find filebot.conf file anywhere in appdata folder on UNRAID, in order to set WebUI to "yes".

 

Where do I find filebot.conf, to set web UI to "yes"?

Alternatively, what am I doing wrong so much that I cannot access WebUI on default port 7813?

 

Below is image from folder "appdata"

 

Thanks.

 

 

filebot.jpg

Edited by emod

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.