-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
222 lines (222 loc) · 7.26 KB
/
Copy pathplugin.json
File metadata and controls
222 lines (222 loc) · 7.26 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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
{
"name": "Tickarr",
"version": "0.3.01",
"logo": "logo.png",
"description": "Dynamic text overlays for IPTV channels — Satellite Radio Now Playing, Sports Ticker, Custom Text, EAS Weather Alerts",
"author": "jstevenscl",
"actions": [
{
"id": "_header_siriusxm",
"type": "info",
"label": "-- Satellite Radio --"
},
{
"id": "_header_nowplaying",
"type": "info",
"label": "Now Playing Ticker"
},
{
"id": "enable_nowplaying",
"label": "Enable Now Playing",
"confirm": {
"message": "This will clone a stream profile for each selected channel and start showing live satellite radio now-playing data on the overlay. Channels already enabled will be skipped. Continue?"
}
},
{
"id": "disable_nowplaying",
"label": "Disable Now Playing",
"confirm": {
"message": "This will restore the original stream profile and remove ticker data for the selected Now Playing channel(s). Continue?"
}
},
{
"id": "_header_sxm_setup",
"type": "info",
"label": "Channel Setup"
},
{
"id": "_sxm_setup_note",
"type": "info",
"label": "Uses the channel group / channel selected in Settings above."
},
{
"id": "fill_sxm_epg",
"label": "Fill EPG - Full Satellite Radio Guide",
"confirm": {
"message": "Downloads Tickarr's satellite radio EPG (sports schedules + channel guide data) and assigns it to the selected channels. Continue?"
}
},
{
"id": "fill_epg",
"label": "Fill EPG - TVG ID Only",
"confirm": {
"message": "Sets the TVG ID on selected channels so they can match an EPG source you already have loaded. Does not download any guide data. Continue?"
}
},
{
"id": "sort_channels",
"label": "Sort Channels",
"confirm": {
"message": "Renumbers selected channels by satellite radio lineup order, starting from Sort Start Number (or auto-detected if blank). Continue?"
}
},
{
"id": "assign_logos",
"label": "Assign Logos",
"confirm": {
"message": "Sets logos on selected channels using Tickarr's built-in satellite radio logo library. Channels with no match are skipped. Continue?"
}
},
{
"id": "_header_sxm_combined",
"type": "info",
"label": "Run Everything Together"
},
{
"id": "fill_and_sort",
"label": "Fill EPG + Sort",
"confirm": {
"message": "Runs Full Satellite Radio EPG fill and Sort Channels together on the selected channels. Continue?"
}
},
{
"id": "fill_sort_logos",
"label": "Fill EPG + Sort + Logos",
"confirm": {
"message": "Runs Full Satellite Radio EPG fill, Sort Channels, and Assign Logos together on the selected channels. Continue?"
}
},
{
"id": "_header_custom",
"type": "info",
"label": "-- Custom Text --"
},
{
"id": "enable_custom",
"label": "Enable Custom Text",
"confirm": {
"message": "This will clone a stream profile for each selected channel with your custom text overlay. Channels that already have any ticker type enabled will be skipped. Continue?"
}
},
{
"id": "update_custom",
"label": "Update Custom Text"
},
{
"id": "disable_custom",
"label": "Disable Custom Ticker",
"confirm": {
"message": "This will restore the original stream profile and remove ticker data for the selected Custom Text channel(s). Continue?"
}
},
{
"id": "_header_sports",
"type": "info",
"label": "-- Sports Ticker --"
},
{
"id": "enable_sports",
"label": "Enable Sports Ticker",
"confirm": {
"message": "This will clone a stream profile for each selected channel with a live sports score ticker. Channels that already have any ticker type enabled will be skipped. Continue?"
}
},
{
"id": "update_sports",
"label": "Update Sports Ticker"
},
{
"id": "test_sports",
"label": "Test Sports Ticker",
"confirm": {
"message": "This will fire a fake sports ticker overlay on the selected channel for the configured duration, then auto-restore. Tune to the channel after running to see your ticker settings in action. Continue?"
}
},
{
"id": "disable_sports",
"label": "Disable Sports Ticker",
"confirm": {
"message": "This will restore the original stream profile and remove ticker data for the selected Sports Ticker channel(s). Continue?"
}
},
{
"id": "_header_eas",
"type": "info",
"label": "-- EAS Weather Alerts --"
},
{
"id": "enable_eas",
"label": "Enable EAS Silent Ticker",
"confirm": {
"message": "This will clone a stream profile for each selected channel with a silent EAS overlay. The overlay is invisible under normal conditions and activates automatically when an NWS alert fires for your configured zones. Continue?"
}
},
{
"id": "disable_eas",
"label": "Disable EAS Ticker",
"confirm": {
"message": "This will restore the original stream profile and remove the EAS overlay for the selected channel(s). Continue?"
}
},
{
"id": "test_eas",
"label": "Test EAS Alert",
"confirm": {
"message": "This will fire a fake EAS alert overlay on the selected EAS-enabled channel(s) for the configured duration, then auto-restore. Use this to verify your EAS overlay looks correct without waiting for a real alert. Continue?"
}
},
{
"id": "migrate_eas",
"label": "Migrate EAS to Dynamic Mode",
"confirm": {
"message": "This restores all EAS channels to their original passthrough profiles and removes the old always-on re-encode profiles. Channels will automatically switch to EAS overlay only when a real NWS alert fires. Continue?"
}
},
{
"id": "_header_manage",
"type": "info",
"label": "-- Manage --"
},
{
"id": "view_active",
"label": "View Active Tickers"
},
{
"id": "refresh_channels",
"label": "Refresh Channel Data"
},
{
"id": "disable_all",
"label": "Disable All Tickers",
"confirm": {
"message": "This will restore original stream profiles and remove ticker data for ALL enabled channels. Continue?"
}
},
{
"id": "clean_orphans",
"label": "Clean Orphaned Profiles",
"confirm": {
"message": "This will delete all Tickarr-cloned stream profiles that have no active channel mapping. Continue?"
}
},
{
"id": "redis_diag",
"label": "Redis Diagnostics"
},
{
"id": "reload_poller",
"label": "Reload Poller",
"confirm": {
"message": "This will restart the background polling thread. Active ticker data will resume within 15 seconds. Continue?"
}
},
{
"id": "restart_dispatcharr",
"label": "Restart Dispatcharr",
"confirm": {
"message": "This will send a graceful restart signal to Dispatcharr. The page will go offline briefly — refresh in about 15 seconds. Continue?"
}
}
],
"checksum": "ce9782eff36e4a8432e17420353dc9ce42de581b9afe4ee5c005635799812405"
}