allow the use of flac2custom.sh
This commit is contained in:
parent
68ca03f43b
commit
aedde2e6cd
|
@ -0,0 +1,6 @@
|
||||||
|
# Docker ignore file
|
||||||
|
.assets
|
||||||
|
.git
|
||||||
|
.github
|
||||||
|
.gitignore
|
||||||
|
README.md
|
|
@ -25,6 +25,7 @@ This allows an easy deployment, with the advantage of having a direct control ov
|
||||||
| `-e PUID=1000` | for UserID |
|
| `-e PUID=1000` | for UserID |
|
||||||
| `-e PGID=1000` | for GroupID |
|
| `-e PGID=1000` | for GroupID |
|
||||||
| `-e AUTOCONFIG=true` | Enable automatic configuration - see below for explanation |
|
| `-e AUTOCONFIG=true` | Enable automatic configuration - see below for explanation |
|
||||||
|
| `-e FLAC2CUSTOM_ARGS=true` | Sets arguments used when calling flac2custom.sh |
|
||||||
| `-v /config` | Configuration files for Lidarr. |
|
| `-v /config` | Configuration files for Lidarr. |
|
||||||
| `-v /config_deemix` | Configuration files for Deemix. |
|
| `-v /config_deemix` | Configuration files for Deemix. |
|
||||||
| `-v /downloads` | Path to your download folder for music. |
|
| `-v /downloads` | Path to your download folder for music. |
|
||||||
|
@ -79,9 +80,9 @@ In case you don't want the automagical part (which is really the only value of t
|
||||||
|
|
||||||
## Audio files conversion
|
## Audio files conversion
|
||||||
|
|
||||||
The image uses a modded version of [lidarr-flac2mp3](https://github.com/TheCaptain989/lidarr-flac2mp3) allowing conversion from any format.
|
The image uses a modded version of lidarr-flac2mp3 allowing conversion from any format.
|
||||||
|
|
||||||
To enable conversion on Lidarr import, create a new Connection to a Custom Script. You can also provide your own custom conversion script here, see [lidarr-flac2mp3](https://github.com/TheCaptain989/lidarr-flac2mp3) for mode information.
|
To enable conversion on Lidarr import, create a new Connection to a Custom Script. You can also provide your own custom conversion script here, see [lidarr-flac2mp3](https://github.com/youegraillot/lidarr-flac2mp3) for mode information.
|
||||||
|
|
||||||
!["Lidarr custom script settings"](https://github.com/youegraillot/lidarr-on-steroids/raw/main/.assets/lidarr-custom-script.jpg "Lidarr custom script settings")
|
!["Lidarr custom script settings"](https://github.com/youegraillot/lidarr-on-steroids/raw/main/.assets/lidarr-custom-script.jpg "Lidarr custom script settings")
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f20373828e86f7639f03dbdb11de451b52c90682
|
Subproject commit 4aa69e7b5dc6c385c3518def7163e7b558978727
|
|
@ -27,6 +27,7 @@ Flac2MP3 SETUP
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
PUID=$PUID
|
PUID=$PUID
|
||||||
PGID=$PGID
|
PGID=$PGID
|
||||||
|
FLAC2CUSTOM_ARGS=$FLAC2CUSTOM_ARGS
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue