Compare commits

..

5 Commits

Author SHA1 Message Date
6d4b9ed9db Try to make shit run
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-11 21:33:29 +01:00
4cd24b9618 run autoimport via cron
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-11 17:34:55 +01:00
4ffb62ab34 Update README
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-05 13:32:54 +02:00
3913dc9d07 Dockerfile: add beets-describe, beets-goingrunning
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-05 13:32:22 +02:00
fc73041f18 Update README
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-05 10:21:28 +02:00
4 changed files with 14 additions and 1 deletions

View File

@ -96,6 +96,8 @@ RUN \
pyacoustid \
requests \
beets-bpmanalyser \
beets-describe \
beets-goingrunning \
unidecode && \
echo "**** cleanup ****" && \
apk del --purge \

View File

@ -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`

View 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
View File

@ -0,0 +1,2 @@
#!/usr/bin/with-contenv bash
exec crond -l 0 -L /etc/periodic/crond.log