Skip to content

Commit 64394f1

Browse files
fix dir fo renamer
1 parent f6b1bd0 commit 64394f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ services:
2222
container_name: false-mirror
2323
volumes:
2424
- /storage:/storage
25+
- /mnt/library:/library
2526
network_mode: "host"
2627
restart: unless-stopped
2728
depends_on:

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lostfilm:
3131

3232

3333
renamer:
34-
root_dir: '/mnt/library'
34+
root_dir: '/library'
3535
anilibria:
3636
regex: '(?P<name>\w+)_\[(?P<episode>\d{2})]_\[\w+]_\[\w+]\.mkv'
3737

0 commit comments

Comments
 (0)