Compare commits
5 Commits
614fe3f82c
...
main
Author | SHA1 | Date | |
---|---|---|---|
6d4b9ed9db | |||
4cd24b9618 | |||
4ffb62ab34 | |||
3913dc9d07 | |||
fc73041f18 |
@ -96,6 +96,8 @@ RUN \
|
||||
pyacoustid \
|
||||
requests \
|
||||
beets-bpmanalyser \
|
||||
beets-describe \
|
||||
beets-goingrunning \
|
||||
unidecode && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
|
@ -1,2 +1,8 @@
|
||||
# container
|
||||
The original repository is at https://github.com/linuxserver/docker-beets.
|
||||
|
||||
This is a custom build with these changes:
|
||||
|
||||
* `beets-bpmanalyser`
|
||||
* `beets-describe`
|
||||
* `beets-goingrunning`
|
||||
|
||||
|
3
etc/periodic/15min/autoimport
Normal file
3
etc/periodic/15min/autoimport
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
beet import --quiet --log=/downloads/autoimport.log /downloads/autoimport
|
||||
curl -d "Running music autoimport" https://notify.kucharczyk.xyz/NAS
|
2
etc/services.d/crond/run
Normal file
2
etc/services.d/crond/run
Normal file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
exec crond -l 0 -L /etc/periodic/crond.log
|
Reference in New Issue
Block a user