fd5da4c7ec
The biggest change is that the database is now MySQL instead of SQLite. Slimserver starts it's own MySQL instance so you don't need to deal with MySQL configuration, but both the client and server are now dependencies. For more info see the change log at: http://www.slimdevices.com/Changelog6.html Most of the binary perl modules are now port dependencies. YAML-Syck is not yet because it didn't work. I suspect a version issues (the ports version is newer).
57 lines
2.3 KiB
Text
57 lines
2.3 KiB
Text
|
|
$FreeBSD$
|
|
|
|
--- convert.conf.orig
|
|
+++ convert.conf
|
|
@@ -42,13 +42,13 @@
|
|
# specific combinations match before wildcards
|
|
|
|
mov mp3 * *
|
|
- [mov123] $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ -b $BITRATE$ -r - -
|
|
+ [faad] -w -f 2 $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ -b $BITRATE$ -r - -
|
|
|
|
alc mp3 * *
|
|
[alac] -r $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ -b $BITRATE$ -r -x - -
|
|
|
|
ogg mp3 * *
|
|
- [sox] -t ogg $FILE$ -t raw -r 44100 -c 2 -w -s $-x$ - | [lame] --resample 44100 --silent -q $QUALITY$ --abr $BITRATE$ -r - -
|
|
+ [oggdec] -Q -o - $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ --abr $BITRATE$ -r - -
|
|
|
|
wav mp3 * *
|
|
[lame] --resample 44100 --silent -q $QUALITY$ --abr $BITRATE$ $FILE$ -
|
|
@@ -91,7 +91,7 @@
|
|
-
|
|
|
|
ogg aif * *
|
|
- [sox] -t ogg $FILE$ -t raw -r 44100 -c 2 -w -s $-x$ -
|
|
+ [oggdec] -Q -o - $FILE$
|
|
|
|
wma wav * *
|
|
[wmadec] -r 44100 -b 16 -n 2 $FILE$
|
|
@@ -110,7 +110,7 @@
|
|
|
|
## you can comment this out if you want to use LAME to transcode AAC/MOV files to MP3.
|
|
mov aif * *
|
|
- [mov123] $FILE$
|
|
+ [faad] -w -f 2 $FILE$
|
|
|
|
wma wma squeezebox2 *
|
|
-
|
|
@@ -133,7 +133,7 @@
|
|
[shorten] -x $FILE$ - | [flac] -cs --totally-silent --compression-level-0 --endian little --sign signed --channels 2 --bps 16 --sample-rate 44100 -
|
|
|
|
ogg flc * *
|
|
- [sox] -t ogg $FILE$ -t raw -r 44100 -c 2 -w -s $-x$ - | [flac] -cs --compression-level-0 --totally-silent --endian big --channel 2 --bps 16 --sample-rate 44100 --sign signed -
|
|
+ [oggdec] -Q -o - $FILE$ | [flac] -cs --compression-level-0 --totally-silent --endian big --channel 2 --bps 16 --sample-rate 44100 --sign signed -
|
|
|
|
wma flc * *
|
|
[wmadec] -r 44100 -b 16 -n 2 $FILE$ | [flac] -cs --totally-silent --compression-level-0 --endian little --sign signed --channels 2 --bps 16 --sample-rate 44100 -
|
|
@@ -145,7 +145,7 @@
|
|
[mac] $FILE$ - -d | [flac] -cs --totally-silent --compression-level-0 -
|
|
|
|
mov flc * *
|
|
- [mov123] $FILE$ | [flac] -cs --totally-silent --compression-level-0 --endian big --sign signed --channels 2 --bps 16 --sample-rate 44100 -
|
|
+ [faad ] -w -f 2 $FILE$ | [flac] -cs --totally-silent --compression-level-0 --endian big --sign signed --channels 2 --bps 16 --sample-rate 44100 -
|
|
|
|
alc flc * *
|
|
[alac] $FILE$ | [flac] -cs --totally-silent --compression-level-0 --endian big --sign signed --channels 2 --bps 16 --sample-rate 44100 -
|