config
This commit is contained in:
2
.github/workflows/beets-sync.yml
vendored
2
.github/workflows/beets-sync.yml
vendored
@@ -18,5 +18,5 @@ jobs:
|
|||||||
docker compose up -d
|
docker compose up -d
|
||||||
docker compose restart
|
docker compose restart
|
||||||
sleep 2
|
sleep 2
|
||||||
docker exec -u 1000 beets bash -c 'beet -v import -I -q /managed/*' || true
|
docker exec -u 1000 beets bash -c 'beet -v import -i -q /managed/*' || true
|
||||||
echo "Beets sync completed"
|
echo "Beets sync completed"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
plugins: fetchart embedart convert scrub replaygain lastgenre chroma web
|
plugins: fetchart embedart convert scrub replaygain lastgenre chroma web hook
|
||||||
directory: /output/music
|
directory: /output/music
|
||||||
library: /config/musiclibrary.blb
|
library: /config/musiclibrary.blb
|
||||||
art_filename: albumart
|
art_filename: albumart
|
||||||
@@ -21,9 +21,9 @@ paths:
|
|||||||
|
|
||||||
import:
|
import:
|
||||||
write: yes
|
write: yes
|
||||||
copy: yes
|
copy: no
|
||||||
move: no
|
move: yes
|
||||||
resume: ask
|
# resume: ask
|
||||||
# incremental: yes
|
# incremental: yes
|
||||||
incremental: no
|
incremental: no
|
||||||
quiet_fallback: skip
|
quiet_fallback: skip
|
||||||
@@ -62,6 +62,17 @@ web:
|
|||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
port: 8337
|
port: 8337
|
||||||
|
|
||||||
|
# hook:
|
||||||
|
# hooks:
|
||||||
|
# # Delete the source file after successful import
|
||||||
|
# - event: item_imported
|
||||||
|
# command: |
|
||||||
|
# SOURCE_FILE="{item.path}"
|
||||||
|
# if [ -f "$SOURCE_FILE" ]; then
|
||||||
|
# echo "Deleting imported source file: $SOURCE_FILE"
|
||||||
|
# rm -f "$SOURCE_FILE"
|
||||||
|
# fi
|
||||||
|
|
||||||
match:
|
match:
|
||||||
strong_rec_thresh: 0.15 # Default: 0.04 (96% match or better = auto-accept)
|
strong_rec_thresh: 0.15 # Default: 0.04 (96% match or better = auto-accept)
|
||||||
medium_rec_thresh: 0.25 # Default: 0.25 (75% match = suggest but ask)
|
medium_rec_thresh: 0.25 # Default: 0.25 (75% match = suggest but ask)
|
||||||
|
|||||||
Reference in New Issue
Block a user