forked from michaelherger/Spotty-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom-convert.conf
17 lines (13 loc) · 912 Bytes
/
custom-convert.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
spt pcm * *
# RT:{START=--start-position %s}
[spotty] -n Squeezebox -c "$CACHE$" --single-track $URL$ --bitrate 320 --disable-discovery --disable-audio-cache $START$
spt flc * *
# RT:{START=--start-position %s}
[spotty] -n Squeezebox -c "$CACHE$" --single-track $URL$ --bitrate 320 --disable-discovery --disable-audio-cache $START$ | [flac] -cs --channels=2 --sample-rate=44100 --bps=16 --endian=little --sign=signed --fast --totally-silent --ignore-chunk-sizes -
spt mp3 * *
# RB:{BITRATE=--abr %B}T:{START=--start-position %s}
[spotty] -n Squeezebox -c "$CACHE$" --single-track $URL$ --bitrate 320 --disable-discovery --disable-audio-cache $START$ | [lame] -r --silent -q $QUALITY$ $BITRATE$ - -
proxy spt pcm,ogg
spt ogg * *
# RT:{START=--start-position %s}
[spotty-ogg] -n Squeezebox -c "$CACHE$" --single-track $URL$ --bitrate 320 --disable-discovery --disable-audio-cache --pass-through $START$