-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathappdefs.yml
787 lines (765 loc) · 32 KB
/
appdefs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
---
#
# Definitions for FileBot docker container.
#
# This file is used as data source to generate README.md and unRAID template files
# from Jinja2 templates.
#
app:
id: 13
name: filebot
friendly_name: FileBot
gui_type: x11
base_os: alpine
project:
description: |-
FileBot is the ultimate tool for organizing and renaming your movies, tv shows
or anime, and music well as downloading subtitles and artwork. It's smart and
just works.
url: https://www.filebot.net
unraid:
support_url: https://forums.unraid.net/topic/68916-support-filebot/
category: "MediaApp:Other"
documentation:
sections:
- title: License
level: 2
content: |-
{{ app.friendly_name }} supports a cross-platform custom license model,
which means that a license can be purchased and then be used on all the buyer's
machines.
While {{ app.friendly_name }} can be used/evaluated without a license,
certain features, like renaming files, won't work without one.
A license can be purchased at https://www.filebot.net/purchase.html.
- title: Installing a License
level: 3
content: |-
Once purchased, the license file received via email can be saved on the host,
into the configuration directory of the container (i.e. in the directory mapped
to `/config`).
Then, start or restart the container to have it automatically installed.
**NOTE**: The license file is expected to have a `.psm` extension.
- title: Donation Supported Version
level: 3
content: |-
In the past, {{ app.friendly_name }} was donation supported, meaning that
the author was expecting users to donate an arbitrary amount of money if they
like and use the software.
The last version of {{ app.friendly_name }} supporting this model is
`4.7.9`. This version is implemented in container image version `1.0.2`.
To revert to this version, create the container by using
`jlesage/filebot:v1.0.2` as the image name.
**NOTE**: While no license is required to use this version, it is no longer
supported and maintained by the author of {{ app.friendly_name }}.
- title: Automated Media Center (AMC)
level: 2
content: |-
This container supports the {{ app.friendly_name }}'s
[Automated Media Center](https://www.filebot.net/forums/viewtopic.php?t=215)
(AMC) script. This script automatically and smartly organizes movies, TV shows,
anime and music.
Basically, files copied to the `/watch` container folder are automatically
renamed and organized to the `/output` container folder.
Configuration of the AMC script is done via `AMC_*` environment variables. See
the [Environment Variables](#environment-variables) section for the list and
descriptions of environment variables that can be set.
To see what the AMC script is doing, look at the container's log.
**NOTE**: By default, the script runs in dry mode, meaning that no change is
performed. This allows you to verify that results produced by the script are
correct. Then, the `AMC_ACTION` environment variable can be updated to perform
changes to the file system.
**NOTE**: For the script to properly function, container folders `/watch` and
`/output` must be properly mapped to the host. See the
[Data Volumes](#data-volumes) section.
- title: Using a Beta Version
level: 2
content: |-
This container provides the stable version of {{ app.friendly_name }}.
However, it's possible to use a beta version when needed. This is done by
setting the environment variable `USE_FILEBOT_BETA` to `1`.
When set, the custom {{ app.friendly_name }} installation located under
`/config/beta` (container path) is used instead of the stable version.
{{ app.friendly_name }} beta version can be installed manually, by
downloading the portable version from https://get.filebot.net/filebot/BETA and
extracting the package to `/config/beta`. Else, the latest beta version is
downloaded automatically during the startup of the container if no installation
is found under `/config/beta`.
**NOTE**: Beta version may have bugs and stability issues. Use at your own
risk.
changelog:
- version: 24.12.1
date: 2024-12-07
changes:
- 'Updated baseimage to version 4.6.7, which brings the following changes:'
- '2:Fixed web audio feature with URL path-based reverse proxy.'
- '2:Fixed TLS secure connection method for VNC that was preventing web access.'
- '2:Fixed CJK font installation.'
- '2:Rebuild against latest distro images to get security fixes.'
- version: 24.11.1
date: 2024-11-18
changes:
- 'Updated FileBot to version 5.1.6.'
- 'Updated MediaInfo to version 24.11.'
- version: 24.10.2
date: 2024-10-20
changes:
- 'Temporarily reverted FileBot to version 5.1.5, because 5.1.6 has an incompatiblity with JNA native library.'
- version: 24.10.1
date: 2024-10-18
changes:
- 'Updated FileBot to version 5.1.6.'
- 'Make sure to save FileBot settings immediately.'
- version: 24.09.1
date: 2024-09-29
changes:
- 'Updated FileBot to version 5.1.5.'
- 'Updated baseimage to version 4.6.4, which brings the following changes:'
- '2:Fixed web authentication feature with URL path-based reverse proxy.'
- '2:Rebuild against latest distro images to get security fixes.'
- version: 24.07.1
date: 2024-07-03
changes:
- 'Updated MediaInfo library to version 24.06.'
- 'Updated baseimage to version 4.6.3, which brings the following changes:'
- '2:Audio support through web browser.'
- '2:Web authentication support.'
- '2:Better support of GTK4 applications.'
- '2:Updated noVNC to version 1.5.0.'
- '2:Updated web UI components (Bootstrap, Font Awesome).'
- '2:When connecting, the control bar is now temporarily shown only once.'
- '2:During package mirror setup, make sure to keep permissions of copied files.'
- version: 24.06.1
date: 2024-06-09
changes:
- 'Updated MediaInfo library to version 24.05.'
- version: 24.05.1
date: 2024-05-02
changes:
- 'Updated FileBot to version 5.1.3.'
- 'Updated MediaInfo library to version 24.04.'
- version: 24.02.1
date: 2024-02-17
changes:
- 'Updated baseimage to version 4.5.3, which brings the following changes:'
- '2:Disabled fullscreen support when page is loaded into an iFrame.'
- '2:Rebuilt against latest distro images to get security fixes.'
- version: 23.11.2
date: 2023-11-19
changes:
- 'Updated FileBot to version 5.1.2.'
- 'Updated baseimage to version 4.5.2, which brings the following changes:'
- '2:Fixed issue that would cause the helper that takes ownership of a directory to fail when using a very high user or group ID.'
- version: 23.11.1
date: 2023-11-10
changes:
- 'Updated baseimage to version 4.5.1, which brings the following changes:'
- '2:Mirror for packages installation can be set via the `PACKAGES_MIRROR` environment variable.'
- '2:Improved the way the `take-ownership` script is working.'
- '2:Readiness and minimum running time checks should not be done for a service defined with an interval.'
- '2:Raise an error when a synched service fails to start.'
- '2:Minimum running time check of a service was using an incorrect way to verify if process is still alive.'
- '2:Fixed installation of CJK font.'
- version: 23.10.1
date: 2023-10-20
changes:
- 'Updated FileBot to version 5.1.1.'
- 'Updated MediaInfo library to version 23.10.'
- version: 23.06.1
date: 2023-06-07
changes:
- 'Updated FileBot to version 5.0.3.'
- 'Updated baseimage to version 4.4.2, which brings the following changes:'
- '2:Rebuilt against latest distro images to get security fixes.'
- '2:Updated X server to version 1.20.14.'
- version: 23.04.2
date: 2023-04-29
changes:
- 'Updated FileBot to version 5.0.2 (r9722).'
- 'Updated baseimage to version 4.4.1, which brings the following changes:'
- '2:Updated TigerVNC to version 1.13.1.'
- version: 23.04.1
date: 2023-04-05
changes:
- 'Updated ZenLib to version 0.4.41, which fixes a crash that could occur when opening video file.'
- version: 23.03.4
date: 2023-03-31
changes:
- 'Fixed the Groovy Pad being fullscreen.'
- 'Updated MediaInfo library to version 23.03.'
- version: 23.03.3
date: 2023-03-20
changes:
- 'Updated FileBot to version 5.0.1.'
- version: 23.03.2
date: 2023-03-17
changes:
- 'Updated FileBot to version 5.0.0.'
- version: 23.03.1
date: 2023-03-05
changes:
- 'Updated baseimage to version 4.4.0, which brings the following changes:'
- '2:Updated components providing access to application''s UI over web.'
- '2:Improved web UI usage with touch devices.'
- '2:Fixed issue with initialization of Linux users and groups when the `GROUP_ID` is also part of `SUP_GROUP_IDS`.'
- '2:Limit the maximum number of opened files on system having a very large, unlimited value. This prevents unnecessary waste of CPU resources and time for applications trying to close all possible file descriptors.'
- version: 23.02.2
date: 2023-02-08
changes:
- 'Updated baseimage to version 4.3.4, which brings the following changes:'
- '2:Fixed error message from openbox about missing Fontconfig cache directory.'
- 'Do not use the OCI Docker image format yet to keep better compatibility (e.g with older docker clients).'
- version: 23.02.1
date: 2023-02-04
changes:
- 'Updated baseimage to version 4.3.3, which brings robustness related enhancements.'
- version: 23.01.3
date: 2023-01-15
changes:
- 'Fixed issue where the AMC script would not use the configured UMASK value.'
- version: 23.01.2
date: 2023-01-10
changes:
- 'Fixed error that was occurring during license installation.'
- version: 23.01.1
date: 2023-01-08
changes:
- 'Added the ability to disable the FileBot GUI.'
- 'Added the ability to disable the AMC script.'
- 'Updated MediaInfo library to version 22.12'
- 'Versioning scheme of the Docker image changed to `YY.MM.SEQUENCE`.'
- 'Update of the baseimage to version 4.3.2 brings the following new features:'
- '2:Multi-arch image support.'
- '2:Support for dark mode.'
- '2:Support for remote window resize.'
- '2:Updated the web UI with a new, simplified and less intrusive look.'
- version: 1.14.1
date: 2022-03-14
changes:
- 'Updated FileBot to version 4.9.6 (r9125).'
- version: 1.14.0
date: 2022-02-24
changes:
- 'Updated FileBot to version 4.9.5 (r9112).'
- 'Fixed an issue where a folder could not be selected from the selection window.'
- 'Fixed an issue where some icons were missing from the file/folder selection window.'
- version: 1.13.0
date: 2022-02-21
changes:
- 'Java 17 is now used to run FileBot.'
- 'Language used by AMC to rename files can now be set via the `AMC_LANG` environment variable.'
- 'Allow using a beta version of FieBot by using the `USE_FILE_BETA` environment variable.'
- 'Updated MediaInfo library to version 21.09.'
- 'Updated Chromaprint to version 1.5.1.'
- 'Allow replacing a license without having to remove the old one'
- 'Now using baseimage version 3.5.8, based on Alpine 3.15, which brings the following change:'
- '2:Updated installed packages to get latest security fixes.'
- version: 1.12.0
date: 2021-10-15
changes:
- 'Updated FileBot to version 4.9.4 (r8735).'
- 'Adjusted the way the output folder is tested for write permission to support mapping to a NFSv4 share.'
- version: 1.11.1
date: 2021-04-01
changes:
- 'Updated MediaInfo library to version 21.03.'
- version: 1.11.0
date: 2021-03-31
changes:
- 'Updated FileBot to version 4.9.3 (r8340).'
- version: 1.10.2
date: 2020-10-02
changes:
- 'Fixed issue where selecting a file/folder would show an error message.'
- version: 1.10.1
date: 2020-10-02
changes:
- 'Fixed issue where FileBot and AMC would crash/hang.'
- version: 1.10.0
date: 2020-10-01
changes:
- 'Upgraded FileBot to version 4.9.2.'
- 'Updated baseimage to version 3.5.6, which brings the following changes:'
- '2:Upgraded glibc to version 2.31 on Alpine Linux images with glibc integrated.'
- '2:Updated installed packages to get latest security fixes.'
- '2:Adjusted the log monitor target for recent versions of YAD.'
- version: 1.9.2
date: 2020-06-24
changes:
- 'Improved handling of options contained in `AMC_CUSTOM_OPTIONS`.'
- version: 1.9.1
date: 2020-04-25
changes:
- 'Upgraded FileBot to version 4.9.1.'
- 'Fixed issue that would prevent renaming files.'
- version: 1.9.0
date: 2020-03-18
changes:
- 'Upgraded FileBot to version 4.9.0.'
- 'Switched to baseimage based on Alpine 11.'
- version: 1.8.0
date: 2019-12-30
changes:
- 'Custom arguments can now be passed to FileBot UI via the `FILEBOT_CUSTOM_OPTIONS` environment variable.'
- 'Now using baseimage v3.5.3, which brings the following changes:'
- '2:Updated installed packages to get latest security fixes.'
- '2:Make sure the tzdata is installed.'
- version: 1.7.0
date: 2019-12-08
changes:
- 'Added the ability to install custom Alpine Linux packages. This allows user-defined scripts invoked by the AMC script to use tools that are normally not part of the container image.'
- version: 1.6.0
date: 2019-11-19
changes:
- 'Added the ability to configure the input and output folders used by the AMC script.'
- version: 1.5.3
date: 2019-11-05
changes:
- 'Fixed issue where the configured umask was not used by the AMC script.'
- version: 1.5.2
date: 2019-11-05
changes:
- 'Fixed issue where the AMC script would not run under the proper user.'
- version: 1.5.1
date: 2019-11-04
changes:
- 'Implemented workaround for the AMC script''s artwork and nfo fetching not working without xattr support.'
- version: 1.5.0
date: 2019-10-29
changes:
- 'The ability to fetch artwork and generate NFO file using the AMC script is now configurable.'
- version: 1.4.0
date: 2019-10-28
changes:
- 'The match mode used by the AMC script is now configurable.'
- version: 1.3.1
date: 2019-10-24
changes:
- 'The AMC script is now invoked with the `-non-strict` option.'
- version: 1.3.0
date: 2019-10-13
changes:
- 'Added support for the FileBot''s Automated Media Center (AMC) script.'
- version: 1.2.4
date: 2019-04-26
changes:
- 'Now using baseimage v3.5.2, which brings the following changes:'
- '2:Updated installed packages to get latest security fixes.'
- '2:Fixed issue where the container could have a zombie process.'
- '2:Fixed issue where the password would not be submitted when pressing the enter key in the password modal.'
- '2:Use relative path for favicon ressources to be more friendly with reverse proxy senarios.'
- version: 1.2.3
date: 2019-04-03
changes:
- 'Upgraded FileBot to final version 4.8.5 (r6224).'
- version: 1.2.2
date: 2019-03-26
changes:
- 'Adjusted archive extraction to work with the latest FileBot build.'
- version: 1.2.1
date: 2019-03-25
changes:
- 'Use 7zip for archive extraction.'
- version: 1.2.0
date: 2019-02-24
changes:
- 'Upgraded FileBot to version 4.8.5.'
- 'Use baseimage based on Alpine Linux 3.9.'
- version: 1.1.5
date: 2019-01-07
changes:
- 'The default folder when loading files is now `/storage`.'
- version: 1.1.4
date: 2018-09-18
changes:
- 'Now using baseimage v3.5.1, which brings the following changes:'
- '2:Updated installed packages to get latest security fixes.'
- version: 1.1.3
date: 2018-08-29
changes:
- 'Upgraded FileBot to version 4.8.4 (r5846).'
- version: 1.1.2
date: 2018-08-27
changes:
- 'Upgraded FileBot to version 4.8.2 (r5789).'
- version: 1.1.1
date: 2018-07-30
changes:
- 'Fixed issue where the pop-up window about FileBot requiring a license would be shown more than once.'
- version: 1.1.0
date: 2018-07-30
changes:
- 'Upgraded FileBot to version 4.8.2.'
- 'Now using baseimage v3.4.0, which is based on Alpine Linux 3.8.'
- version: 1.0.2
date: 2018-03-02
changes:
- 'Now using baseimage v3.3.4, which brings the following changes (since last used version):'
- '2:Make sure the log monitor is started after the X server.'
- '2:Fixed an issue where the log monitor `yad` target would use XDG folders of the application.'
- '2:Fixed issue where log monitor states were not cleared during container startup.'
- version: 1.0.1
date: 2018-02-03
changes:
- 'Now using baseimage v3.3.2, which brings the following changes:'
- '2:Restored timezone support in Alpine Linux images with glibc.'
- '2:Fixed issue in `add-pkg` helper where a package could be incorrectly detected as installed.'
- version: 1.0.0
date: 2018-01-31
changes:
- 'Initial release.'
container:
storage_permissions: rw
# Environment variables.
environment_variables:
- name: FILEBOT_GUI
description: >-
Setting this to `1` enables the FileBot GUI, `0` disables it.
type: public
default: 1
unraid_template:
title: "FileBot GUI State"
description: >-
Setting this to 1 enables the FileBot GUI, 0 disables it.
display: advanced
required: false
mask: false
- name: AMC_ENABLED
description: >-
Setting this to `1` enables the Automated Media Center (AMC) script, `0`
disables it.
type: public
default: 1
unraid_template:
title: "Automated Media Center: State"
description: >-
Setting this to 1 enables the Automated Media Center (AMC) scrip, 0
disables it.
display: advanced
required: false
mask: false
- name: OPENSUBTITLES_USERNAME
description: >-
Username of your [OpenSubtitles](https://www.opensubtitles.com)
account. Required to download subtitles.
type: public
unraid_template:
title: OpenSubtitles Username
description: >-
Username of your OpenSubtitles (https://www.opensubtitles.com)
account. Required to download subtitles.
display: always
required: false
mask: false
- name: OPENSUBTITLES_PASSWORD
description: >-
Password of your [OpenSubtitles](https://www.opensubtitles.com)
account. Required to download subtitles.
type: public
unraid_template:
title: OpenSubtitles Password
description: >-
Password of your OpenSubtitles (https://www.opensubtitles.com)
account. Required to download subtitles.
display: always
required: false
mask: false
- name: FILEBOT_CUSTOM_OPTIONS
description: >-
Custom arguments to pass to FileBot. This applies to the UI only.
type: public
unraid_template:
title: Custom Options
display: advanced
required: false
mask: false
- name: USE_FILEBOT_BETA
description: >-
When set to `1`, FileBot installed under `/config/beta` (container path)
is used. If no FileBot installation is found under this folder, the
latest beta version is automatically downloaded during container
startup. See [Using a Beta Version](#using-a-beta-version) section for
more details. **NOTE**: Use at your own risk. Beta version may have
bugs and stability issues.
type: public
default: 0
unraid_template:
title: Use FileBot Beta Version
description: >-
When set to 1, FileBot installed under /config/beta (container path)
is used. If no FileBot installation is found under this folder, the
latest beta version is automatically downloaded during container
startup. **NOTE**: Use at your own risk. Beta version may have bugs
and stability issues.
display: advanced
required: false
mask: false
- name: AMC_INTERVAL
description: >-
Time (in seconds) between each invocation of the Automated Media Center
(AMC) script.
type: public
default: 1800
unraid_template:
title: "Automated Media Center: Interval"
display: always
required: false
mask: false
- name: AMC_INPUT_STABLE_TIME
description: >-
Time (in seconds) during which properties (e.g. size, time, etc) of
files in the watch folder need to remain the same before invoking the
Automated Media Center (AMC) script. This is to avoid processing the
watch folder while files are being copied.
type: public
default: 10
unraid_template:
title: "Automated Media Center: Input Stable Time"
display: always
required: false
mask: false
- name: AMC_ACTION
description: >-
Action performed by the Automated Media Center (AMC) script on files.
Valid values are `test`, `copy`, `move`, `symlink`, `hardlink`,
`keeplink`, `duplicate` or `clone`. Use the `test` operation to perform
a dry-run and verify that everything gets matched up correctly.
type: public
default: test
unraid_template:
title: "Automated Media Center: Action"
description: >-
Action performed by the Automated Media Center (AMC) script on files.
Valid values are "test", "copy", "move", "symlink", "hardlink",
"keeplink", "duplicate" or "clone". Use the "test" operation to
perform a dry-run and verify that everything gets matched up
correctly.
display: always
required: false
mask: false
- name: AMC_CONFLICT
description: >-
Conflict resolution strategy used by the Automated Media Center (AMC)
script. When set to `skip`, existing files are never overriden, while
`auto` overrides existing file only if new media is better.
type: public
default: auto
unraid_template:
title: "Automated Media Center: Conflict Resolution"
description: >-
Conflict resolution strategy used by the Automated Media Center (AMC)
script. When set to "skip", existing files are never overriden, while
"auto" overrides existing file only if new media is better.
display: always
required: false
mask: false
- name: AMC_MATCH_MODE
description: >-
Match mode used by the Automated Media Center (AMC) script. The
`opportunistic` mode works for all files regardless how badly they are
named, while `strict` mode works for reasonably well-named files and
ignore files that cannot be matched accurately. See
[Match Mode](https://www.filebot.net/forums/viewtopic.php?t=4695) for
complete documentation.
type: public
default: opportunistic
unraid_template:
title: "Automated Media Center: Match Mode"
description: >-
Match mode used by the Automated Media Center (AMC) script. The
"opportunistic" mode works for all files regardless how badly they
are named, while "strict" mode works for reasonably well-named files
and ignore files that cannot be matched accurately. See
https://www.filebot.net/forums/viewtopic.php?t=4695 for complete
documentation.
display: always
required: false
mask: false
- name: AMC_ARTWORK
description: >-
When set to `y`, artwork is fetched and NFO file is generated by the
Automated Media Center (AMC) script.
type: public
default: n
unraid_template:
title: "Automated Media Center: Artwork"
description: >-
When set to "y", artwork is fetched and NFO file is generated by the
Automated Media Center (AMC) script.
display: always
required: false
mask: false
- name: AMC_LANG
description: >-
Language used by the Automated Media Center (AMC) script to rename
files. Two-characters language code or value like English, French,
German, Chinese, etc can be used.
type: public
default: English
unraid_template:
title: "Automated Media Center: Language"
display: always
required: false
mask: false
- name: AMC_MUSIC_FORMAT
description: >-
Define how music files are renamed by the Automated Media Center (AMC)
script. Filebot supports a very powerful naming scheme. See
[Format Expressions](https://www.filebot.net/naming.html) for complete
documentation.
type: public
default: "{plex}"
unraid_template:
title: "Automated Media Center: Music Format"
description: >-
Define how music files are renamed by the Automated Media Center
(AMC) script. Filebot supports a very powerful naming scheme.
See https://www.filebot.net/naming.html for complete documentation.
display: always
required: false
mask: false
- name: AMC_MOVIE_FORMAT
description: >-
Define how movie files are renamed by the Automated Media Center (AMC)
script. Filebot supports a very powerful naming scheme. See
[Format Expressions](https://www.filebot.net/naming.html) for complete
documentation.
type: public
default: "{plex}"
unraid_template:
title: "Automated Media Center: Movie Format"
description: >-
Define how movie files are renamed by the Automated Media Center (AMC)
script. Filebot supports a very powerful naming scheme. See
https://www.filebot.net/naming.html for complete documentation.
display: always
required: false
mask: false
- name: AMC_SERIES_FORMAT
description: >-
Define how TV series files are renamed by the Automated Media Center
(AMC) script. Filebot supports a very powerful naming scheme. See
[Format Expressions](https://www.filebot.net/naming.html) for complete
documentation.
type: public
default: "{plex}"
unraid_template:
title: "Automated Media Center: TV Series Format"
description: >-
Define how TV series files are renamed by the Automated Media Center
(AMC) script. Filebot supports a very powerful naming scheme. See
https://www.filebot.net/naming.html for complete documentation.
display: always
required: false
mask: false
- name: AMC_ANIME_FORMAT
description: >-
Define how anime files are renamed by the Automated Media Center (AMC)
script. Filebot supports a very powerful naming scheme. See
[Format Expressions](https://www.filebot.net/naming.html) for complete documentation.
type: public
default: "{plex}"
unraid_template:
title: "Automated Media Center: Anime Format"
description: >-
Define how anime files are renamed by the Automated Media Center (AMC)
script. Filebot supports a very powerful naming scheme. See
https://www.filebot.net/naming.html for complete documentation.
display: always
required: false
mask: false
- name: AMC_PROCESS_MUSIC
description: >-
When set to `y`, music files are processed by the Automated Media Center
(AMC) script. A value of `n` does not process them.
type: public
default: y
unraid_template:
title: "Automated Media Center: Process Music"
description: >-
When set to "y", music files are processed by the Automated Media
Center (AMC) script. A value of "n" does not process them.
display: always
required: false
mask: false
- name: AMC_SUBTITLE_LANG
description: >-
Comma-separated list of subtitle languages to download. Example:
`en,de,fr`.
type: public
unraid_template:
title: "Automated Media Center: Subtitle Languages"
description: >-
Comma-separated list of subtitle languages to download. Example:
"en,de,fr".
display: always
required: false
mask: false
- name: AMC_CUSTOM_OPTIONS
description: >-
Custom arguments to pass to the Automated Media Center (AMC) script.
type: public
unraid_template:
title: "Automated Media Center: Custom Options"
display: advanced
required: false
mask: false
- name: AMC_INPUT_DIR
description: >-
Directory inside the container used as the input folder of the Automated
Media Center (AMC) script.
type: public
default: /watch
unraid_template:
title: "Automated Media Center: Input Directory"
display: advanced
required: false
mask: false
- name: AMC_OUTPUT_DIR
description: >-
Directory inside the container used as the output folder of the
Automated Media Center (AMC) script.
type: public
default: /output
unraid_template:
title: "Automated Media Center: Output Directory"
display: advanced
required: false
mask: false
# Volumes
volumes:
- container_path: /watch
host_path_example: "/home/user/FileBot/watch"
description: >-
This is the input folder of the Automated Media Center (AMC) script.
Any media copied to this folder will be processed by the script.
Note that there is no need to map this folder if the script is not used.
permissions: rw
include_in_quick_start: false
unraid_template:
title: "Automated Media Center: Watch Directory"
description: >-
This is the input folder of the Automated Media Center (AMC) script.
Any media copied to this folder will be processed by the script.
display: always
required: false
mask: false
- container_path: /output
host_path_example: "/home/user/media"
description: >-
This is the output folder of the Automated Media Center (AMC) script.
This is where medias are located once they are renamed and organized.
Note that there is no need to map this folder if the script is not used.
permissions: rw
include_in_quick_start: false
unraid_template:
title: "Automated Media Center: Output Directory"
description: >-
This is the output folder of the Automated Media Center (AMC) script.
This is where medias are located once they are renamed and organized.
display: always
required: false
mask: false
# Network ports
ports: []
# Devices
devices: []