/usr/share/anyremote/cfg-data/Bemused-emulation/template.cfg is in anyremote-data 6.3.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | %
% anyremote configuration file for ..... management. (Server-mode Bemused emulation)
% Prerequisites amixer/pactl utility, Bemused client installed on cell phone
%
% STATUS stable
% XTEST no
% SOUND mixer
% ENV no
GuiAppName=Bemused Template
GuiAppType=Example
GuiAppProtocols=Bemused
GuiAppDesc=Template configuration file for Bemused emulation.
[Protocol]=Bemused
(Init)=\
Include($(CfgDir)/Utils/aliases-bemused.cfg);\
Macro(SETUP_DEFAULT_MIXER);
(Connect)=Exec(echo "run app")
EXIT=Exec()
FFWD=Exec()
INF2=Send(string,INF2ACK);Send(bytes,128,0,0,0,128,0,0,0,1,0,0);Send(string,NoName);Send(bytes,0,0)
INFO=Send(string,INFOACK);Send(bytes,128,0,0,0,128,0,0,0,1,0,0);Send(string,NoName)
NEXT=Exec()
PAUS=Exec()
PLAY=Exec()
PREV=Exec()
RWND=Exec()
STOP=Exec()
VOLM($$)=Make(var,default_mixer_value,by_value,$(Param)%);Macro(DEFAULT_VOLUME_SET)
%GVOL=Send(string,GVOLNAK)
GVOL=Macro(DEFAULT_GVOL);
FADE=Macro(DEFAULT_FADE);
PLEN=Macro(DEFAULT_PLEN);
PLST=Macro(DEFAULT_PLST);
%REPT
%SHFL
%SEEK=
%SLCT=
[End]
|