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.

feeble-sunbeam5403

Members
  • Joined

  • Last visited

  1. Thanks. Solved it with this config: docker run -d --name=FileBot \ -p 5802:5800 \ -e USER_ID=1026 \ -e GROUP_ID=100 \ -e LANG=de_DE.UTF-8 \ -e TZ=Europe/Berlin \ -e AMC_ACTION=move \ -e AMC_CONFLICT=skip \ -e AMC_LANG=German \ -e AMC_MOVIE_FORMAT="Filme/{n}/{n} ({y})" \ -e AMC_SERIES_FORMAT="Serien/{n}/Staffel {s}/{n} - {s00e00} - {t}" \ -e AMC_PROCESS_MUSIC=n \ -e AMC_CUSTOM_OPTIONS="--def mail=mail.gmx.net:587:[email protected]:PASSWORD --def [email protected]" \ -e AMC_INPUT_DIR=/storage/docker/jdownloader2/output/extracted \ -e AMC_OUTPUT_DIR=/storage/docker/jdownloader2/output/test \ -v /volume1/docker/filebot:/config:rw \ -v /volume1:/storage:rw \ jlesage/filebot The only thing what is now strange is a error: [amc ] Sending Email report [amc ] 530 Authentication required The Passwort (not the real one, but similar wosSn*%uxdesnf9%0) should be fine.
  2. Is it possible to send a report to a specific email adress when the files are renamed/moved? It's mentioned here: https://www.filebot.net/forums/viewtopic.php?t=215 def mailto= def mail=
  3. I tried to setup filebot in Docker with Synology: docker run -d --name=FileBot \ -p 5802:5800 \ -e USER_ID=1026 \ -e GROUP_ID=100 \ -e LANG=de_DE.UTF-8 \ -e TZ=Europe/Berlin \ -e AMC_ACTION=move \ -e AMC_CONFLICT=skip \ -e AMC_LANG=German \ -e AMC_MOVIE_FORMAT=Filme/{n} ({y}) \ -e AMC_SERIES_FORMAT=Serien/{n}/Staffel {s}/{n} - {s00e00} - {t} \ -e AMC_PROCESS_MUSIC=n \ -e AMC_INPUT_DIR=/storage/docker/jdownloader2/output/extracted \ -e AMC_OUTPUT_DIR=/storage/docker/jdownloader2/output/test \ -v /volume1/docker/filebot:/config:rw \ -v /volume1:/storage:rw \ jlesage/filebot When I try to install I got this error /bin/bash: -c: line 9: syntax error near unexpected token `(' /bin/bash: -c: line 9: `-e AMC_MOVIE_FORMAT=Filme/{n} ({y}) \' Anyone knows that is there the mistake? EDIT: Found the issue; docker run -d --name=FileBot \ -p 5802:5800 \ -e USER_ID=1026 \ -e GROUP_ID=100 \ -e LANG=de_DE.UTF-8 \ -e TZ=Europe/Berlin \ -e AMC_ACTION=move \ -e AMC_CONFLICT=skip \ -e AMC_LANG=German \ -e AMC_MOVIE_FORMAT="Filme/{n} ({y})" \ -e AMC_SERIES_FORMAT="Serien/{n}/Staffel {s}/{n} - {s00e00} - {t}" \ -e AMC_PROCESS_MUSIC=n \ -e AMC_INPUT_DIR=/storage/docker/jdownloader2/output/extracted \ -e AMC_OUTPUT_DIR=/storage/docker/jdownloader2/output/test \ -v /volume1/docker/filebot:/config:rw \ -v /volume1:/storage:rw \ jlesage/filebot

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.