This file is indexed.

/usr/share/anyremote/cfg-data/Server-mode/freevo.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
%
% anyremote configuration file for Freevo. (Server-mode)
% prerequisites xterm
%

% STATUS unknown
% XTEST yes
% SOUND app
% ENV no

GuiAppName=Freevo
GuiAppBinary=freevo
GuiAppRun=A=`ps -ef|grep freevo|grep main.py|grep -v grep`; if [ "x$A" = "x" ]; then echo NOK; else echo OK; fi
GuiAppIcon=freevo.png
GuiAppType=Application
GuiAppProtocols=Server
GuiAppDesc=Freevo is a Home theatre platform. It allows you to manage your entire digital media collection - music, videos, photos etc.

[Protocol]=Server

(Init)=Include($(CfgDir)/Utils/aliases-server.cfg);
(Connect)=Make(mode,freevo);

FREEVO_MUTE      =Emulate(key,F3)
FREEVO_VOLUMEDOWN=Emulate(key,n)
FREEVO_VOLUMEUP  =Emulate(key,m)
FREEVO_FULLSCREEN=Emulate(key,z)
FREEVO_RUN       =Exec(P=`ps -ef|grep freevo|grep main.py|grep -v grep`; if [ "x$P" = "x" ]; then xterm -geometry "1x1+0+0" -e freevo& fi)

[Mode]=freevo

(EnterMode)=\
	Set(status,Cursor);\
	Set(title,Move cursor by 2 4 6 8);\
	Set(layout,default);\
	Set(icons,Freevo,1,plus,2,up,3,fullscreen,4,left,5,plus,6,right,7,default,8,down,9,play,*,question,0,default,#,refresh);\
	Macro(FREEVO_MENU);\
	Set(font,small);\
	Macro(FREEVO_RUN);

FREEVO_MENU=\
    Set(menu,replace,);

Back=\
    Set(text,close);\
    Macro(FREEVO_MENU)

Cancel=\
    Make(exit);

1=Macro(FREEVO_RUN);
2=Emulate(key,Up)
3=Macro(FREEVO_FULLSCREEN)

4=Emulate(key,Left)
5=Emulate(key,Return)
6=Emulate(key,Right)

8=Emulate(key,Down)

* 1=Macro(FREEVO_VOLUMEDOWN)
* 2=Macro(FREEVO_MUTE)
* 3=Macro(FREEVO_VOLUMEUP)
* *=Set(text,replace,Help, Move cursor by 2,4,6,8\n5 select/enter\n# - return back\n * 1 - volume down\n * 1 - toggle mute\n * 3 - volume up)
#=Emulate(key,Escape);

[ModeEnd]

[End]