This file is indexed.

/usr/share/anyremote/cfg-data/Server-mode/tvtime.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
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
%
% anyremote configuration file for tvtime management. (Server-mode)
%

% STATUS stable
% XTEST no
% SOUND app
% ENV no
% ALL_IN_ONE 

GuiAppName=TvTime
GuiAppBinary=tvtime
GuiAppRun= A=`ps -ef|grep tvtime|grep -v grep`; if [ "x$A" = "x" ]; then echo NOK; else echo OK; fi
GuiAppIcon=tvtime.png
GuiAppType=Application
GuiAppProtocols=Server
GuiAppDesc=Tvtime is a high quality television application for use with video capture cards on Linux systems.

[Protocol]=Server

% Aliases for AverMedia IR remote
KEY_VOLUMEDOWN=Macro(TVTIME_VOLDOWN)
KEY_MIN_INTERESTING=Macro(TVTIME_MUTE)
KEY_VOLUMEUP=Macro(TVTIME_VOLUP)

KEY_CHANNELUP=Macro(TVTIME_CHUP)
KEY_CHANNELDOWN=Macro(TVTIME_CHDN)
KEY_ZOOM=Macro(TVTIME_ZOOM)

(Init)=\
	Include($(CfgDir)/Utils/aliases-server.cfg);

(Connect)=\
	Make(mode,tvtime);

Cancel=\
    Make(exit);

TVTIME_CHDN   =Exec(tvtime-command DOWN > /dev/null)
TVTIME_ZOOM   =Exec(tvtime-command TOGGLE_FULLSCREEN > /dev/null)
TVTIME_CHUP   =Exec(tvtime-command UP > /dev/null)
TVTIME_VOLDOWN=Exec(tvtime-command MIXER_DOWN > /dev/null)
TVTIME_MUTE   =Exec(tvtime-command TOGGLE_MUTE > /dev/null)
TVTIME_VOLUP  =Exec(tvtime-command MIXER_UP > /dev/null)

[Mode]=tvtime

(EnterMode)=\
	Exec(P=`ps -ef|grep tvtime|grep -v grep|grep -v anyremote`; if [ "x$P" = "x" ]; then tvtime & fi);\
	Set(status,Type channel number);\
	Set(title,);\
	Set(layout,default);\
	Set(icons,SAME,0,default,1,default,2,default,3,default,4,default,5,default,6,default,7,default,8,default,9,default,#,refresh,*,question);\
	Set(menu,replace,Launch,Quit);\
	Macro(ALLIN1MENU)

(ExitMode)=\
	Set(status,---);

Cancel=\
	Exec(tvtime-command QUIT);Make(exit);

Quit=\
	Exec(tvtime-command QUIT)

Launch=\
	Exec(P=`ps -ef|grep tvtime|grep -v grep|grep -v anyremote`; if [ "x$P" = "x" ]; then tvtime & fi)

Back=Set(text,close);Macro(ALLIN1MENU)

0=Exec(tvtime-command CHANNEL_0 > /dev/null)
1=Exec(tvtime-command CHANNEL_1 > /dev/null)
2=Exec(tvtime-command CHANNEL_2 > /dev/null)
3=Exec(tvtime-command CHANNEL_3 > /dev/null)
4=Exec(tvtime-command CHANNEL_4 > /dev/null)
5=Exec(tvtime-command CHANNEL_5 > /dev/null)
6=Exec(tvtime-command CHANNEL_6 > /dev/null)
7=Exec(tvtime-command CHANNEL_7 > /dev/null)
8=Exec(tvtime-command CHANNEL_8 > /dev/null)
9=Exec(tvtime-command CHANNEL_9 > /dev/null)

* *=Set(text,replace,Help,Press numeric buttons to choose channel\n# - switch mode\n* # - Run/Quit)
* #=Exec(P=`pgrep tvtime|grep -v grep|grep -v edit`; if [ "x$P" = "x" ]; then tvtime; else tvtime-command QUIT; fi)
#=Make(mode,tvtime2);

[ModeEnd]

[Mode]=tvtime2

(EnterMode)=\
	Set(icons,TVtime,1,vol_down,2,mute,3,vol_up,4,prev,5,fullscreen,6,next,7,default,8,default,9,default,0,default,#,refresh,*,question);\
	Set(menu,replace,Launch,Quit);\
	Macro(ALLIN1MENU)

(ExitMode)=\
	Set(status,---);

Back=\
	Set(text,close);\
	Set(menu,replace,Launch,Quit);\
	Macro(ALLIN1MENU)
	
Quit=\
	Exec(tvtime-command QUIT)

Launch=\
	Exec(P=`ps -ef|grep tvtime|grep -v grep|grep -v anyremote`; if [ "x$P" = "x" ]; then tvtime & fi)

1=Macro(TVTIME_VOLDOWN)
2=Macro(TVTIME_MUTE)
3=Macro(TVTIME_VOLUP)

4=Macro(TVTIME_CHDN)
5=Macro(TVTIME_ZOOM)
6=Macro(TVTIME_CHUP)

7=Make(none)
8=Make(none)
9=Make(none)

* *=Set(text,replace,Help,1 - Vol-\n2 - Mute\n3 - Vol+\n4 - Ch-\n5 - Fullscreen\n6 - Ch +\n** - Help\n# - switch mode)
0=Make(none)
#=Make(mode,tvtime)


[ModeEnd]

 
[End]