Lidarr: flac2mp3 release 1.3

- Added advanced -a and -e options
- Can now convert to any ffmpeg supported format
- Added included script for Opus format
This commit is contained in:
TheCaptain989
2021-09-26 14:01:03 -05:00
parent 9254a11694
commit 8568b31bb1
4 changed files with 133 additions and 34 deletions
+3 -2
View File
@@ -38,11 +38,12 @@ fi
# Change ownership
if [ $(stat -c '%G' /usr/local/bin/flac2mp3.sh) != "abc" ]; then
echo "Changing ownership on scripts."
chown abc:abc /usr/local/bin/flac2mp3*.sh
chown abc:abc /usr/local/bin/flac2*.sh
fi
# Make executable
if [ ! -x /usr/local/bin/flac2mp3.sh ]; then
echo "Making scripts executable."
chmod +x /usr/local/bin/flac2mp3*.sh
chmod +x /usr/local/bin/flac2*.sh
fi