mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 08:23:31 +01:00
edit README and remove py-gobject in favour of py-gobject3
This commit is contained in:
parent
fc1f3f745a
commit
e2ab1a53eb
2 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ RUN \
|
||||||
libpng \
|
libpng \
|
||||||
nano \
|
nano \
|
||||||
openjpeg \
|
openjpeg \
|
||||||
py-gobject \
|
|
||||||
py-gobject3 \
|
py-gobject3 \
|
||||||
py-pip \
|
py-pip \
|
||||||
python \
|
python \
|
||||||
|
|
|
||||||
|
|
@ -64,6 +64,8 @@ Edit the config file in /config
|
||||||
|
|
||||||
To edit the config from within the container use `beet config -e`
|
To edit the config from within the container use `beet config -e`
|
||||||
|
|
||||||
|
For a command prompt as user abc `docker exec -it -u abc beets bash`
|
||||||
|
|
||||||
See [Beets][beetsurl] for more info.
|
See [Beets][beetsurl] for more info.
|
||||||
|
|
||||||
Contains [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts) plugin, [configuration details](https://github.com/sbarakat/beets-copyartifacts#configuration)
|
Contains [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts) plugin, [configuration details](https://github.com/sbarakat/beets-copyartifacts#configuration)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue