53add730e5
Formerly known as SlimServer, this is a streaming audio server for use with the SlimDevices/Logitech network music players - Squeezebox, Transporter and SLiMP3. * Web browser UI to control the player and manage playlists * MP3 & WMA Internet radio * Alarm clock * Automatically imports metadata tags * Browse and search by title, artist, album or genre * Shuffle and repeat albums or songs * Create, save, and import .pls, .cue and .m3u playlist files * Displays current date and time when not playing * Open protocol and command line API * Expandable through 3rd party plug-ins and skins * Supports multiple synchronized players * Listen from any computer using an MP3 software player
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
$OpenBSD: patch-convert_conf,v 1.1.1.1 2008/10/17 09:59:26 sthen Exp $
|
|
--- convert.conf.orig Fri Mar 28 16:04:54 2008
|
|
+++ convert.conf Sat May 24 22:52:44 2008
|
|
@@ -88,7 +88,7 @@ ogg ogg * *
|
|
-
|
|
|
|
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 @@ wvp wav * *
|
|
|
|
## 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 *
|
|
-
|
|
@@ -142,7 +142,7 @@ ape flc * *
|
|
[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 -
|