forked from project-owner/Peppy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplayers.txt
More file actions
48 lines (40 loc) · 1.34 KB
/
players.txt
File metadata and controls
48 lines (40 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[audio]
player.name = vlc
music.folder.linux = /home/pi/music
music.folder.windows = C:\music
[mpd.linux]
server.folder = /usr/bin
server.start.command = mpd
client.name = mpdsocket
server.stop.command = None
[mpd.windows]
server.folder = C:\mpd-0.20.19\bin
server.start.command = mpd mpd.conf
client.name = mpdsocket
server.stop.command = None
[vlc.linux]
server.start.command = --aout=alsa --alsa-audio-device=default --verbose=-1
client.name = vlcclient
stream.server.parameters = --sout=#transcode{acodec=flac}:std{access=http,mux=flac,dst=10.0.0.6:8080}
server.stop.command = None
[vlc.windows]
server.start.command = --verbose=-1
client.name = vlcclient
stream.server.parameters = --sout=#transcode{acodec=flac}:std{access=http,mux=flac,dst=10.0.0.6:8080}
server.stop.command = None
[mpv.linux]
server.start.command = {"audio-device": "alsa/default", "video": false}
client.name = mpvclient
server.stop.command = None
[mpv.windows]
server.start.command = {"audio-device": "auto", "video": false}
client.name = mpvclient
server.stop.command = None
[shairport-sync.linux]
server.start.command = sudo systemctl start shairport-sync
server.stop.command = sudo systemctl stop shairport-sync
client.name = shairport
[raspotify.linux]
server.start.command = sudo systemctl start raspotify
server.stop.command = sudo systemctl stop raspotify
client.name = raspotify