Add veth (#4312), thanks Raphael
[openwrt/svn-archive/archive.git] / utils / bemused / files / bemused.conf
1 # bemused config file Version 1.73 (no changes since 1.71)
2 # lines with a # at the beinning are for comments and not readen by the bemusedserver
3 # You only need to set up options which have no default and which ware not optinal
4
5 # this is a mpd-hack version by michu@neophob.com
6
7 # Path to mpd (if mpd is in path only mpd) (default is mpd)
8 mpddir=/usr/local/bin/mpd
9
10 # channel for what the serial port service is registered (with sdptool look in README) (default 10)
11 # example:
12 # root@OpenWrt:~# sdptool browse
13 # Inquiring ...
14 # <...>
15 # Service Name: COM 1
16 # Service RecHandle: 0x10005
17 # Service Class ID List:
18 # "Serial Port" (0x1101)
19 # Protocol Descriptor List:
20 # "L2CAP" (0x0100)
21 # "RFCOMM" (0x0003)
22 # Channel: 3 <<<
23 # Language Base Attr List:
24 # code_ISO639: 0x656e
25 # encoding: 0x6a
26 # base_offset: 0x100
27 channel=3
28
29 # directorys where the mp3s are. If more than one seperate them by a m semicolon (must be set)
30 # point this directory to the mpd music directory!
31 mp3dir=/
32
33 # bookmarks file for URLs of net radio stations (optional)
34 bookmarkfile=/etc/bemused-bookmarks
35
36 # speed setting for fast forward and rewind. time for every jump in milliseconds 10000 is default
37 #fastforbackspeed=10000
38
39 # set to 1 to use connection over TCP/IP (for bluetooth pan or maybe LAN oder internet) set to 0 for normal rfcomm bluetooth (default)
40 #tcp=1
41
42 # port to use if you set tcp to 1 for your incomming TCP/IP Connection. (default is 7654 and at the moment the only one useable by the client on the phone)
43 #tcpport=7654