We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b1bd0 commit 64394f1Copy full SHA for 64394f1
compose.yml
@@ -22,6 +22,7 @@ services:
22
container_name: false-mirror
23
volumes:
24
- /storage:/storage
25
+ - /mnt/library:/library
26
network_mode: "host"
27
restart: unless-stopped
28
depends_on:
config.yaml
@@ -31,7 +31,7 @@ lostfilm:
31
32
33
renamer:
34
- root_dir: '/mnt/library'
+ root_dir: '/library'
35
anilibria:
36
regex: '(?P<name>\w+)_\[(?P<episode>\d{2})]_\[\w+]_\[\w+]\.mkv'
37
0 commit comments