This file is indexed.

/usr/share/cantata/config/lyrics_providers.xml is in cantata 2.2.0.ds1-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
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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
<?xml version="1.0" encoding="UTF-8"?>
<lyricproviders>
  <provider name="azlyrics.com" charset="utf-8" url="http://www.azlyrics.com/lyrics/{artist}/{title}.html">
    <urlFormat replace=" ._@,;&amp;\/()'&quot;-" with=""/>
    <extract>
      <item begin="&lt;!-- END OF RINGTONE 1 --&gt;" end="&lt;!-- RINGTONE 2 --&gt;"/>
    </extract>
    <extract> <!-- new -->
      <item begin="&lt;!-- start of lyrics --&gt;" end="&lt;!-- end of lyrics --&gt;"/>
    </extract>
    <exclude>
      <item tag="&lt;B&gt;"/>
      <item begin="&lt;i&gt;[" end="]&lt;/i&gt;"/>
      <item begin="[" end="]"/>
    </exclude>
  </provider>
  <provider name="bollywoodlyrics.com (Bollywood songs)" charset="utf-8" url="http://www.bollywoodlyrics.com/lyric/{Title}">
    <urlFormat replace=" _@;\/&quot;'()[]" with="-"/>
    <urlFormat replace="?" with=""/>
    <extract>
      <item begin="&lt;div class=&quot;entry-content&quot;&gt;" end="&lt;/div&gt;"/>
    </extract>
    <invalidIndicator value="Couldn't find that page."/>
  </provider>
  <provider name="darklyrics.com" charset="utf-8" url="http://www.darklyrics.com/lyrics/{artist2}/{album2}.html">
    <extract> <!-- modified -->
      <item begin="&lt;h3&gt;&lt;a name=&quot;{track}&quot;&gt;{track}. {Title}&lt;/a&gt;&lt;/h3&gt;&lt;br/&gt;" end="&lt;h3&gt;"/>
    </extract>
    <extract> <!-- modified -->
      <item begin="&lt;h3&gt;&lt;a name=&quot;{track}&quot;&gt;{track}. {Title}&lt;/a&gt;&lt;/h3&gt;&lt;br/&gt;" end="&lt;div class=&quot;thanks&quot;&gt;"/>
    </extract>
    <extract> <!-- new -->
      <item begin="&lt;h3&gt;&lt;a name=&quot;{track}&quot;&gt;{track}. {Title}&lt;/a&gt;&lt;/h3&gt;&lt;br/&gt;" end="&lt;br/&gt;&lt;br/&gt;"/>
    </extract>
    <invalidIndicator value="The page you requested was not found on DarkLyrics.com."/>
  </provider>
  <provider name="directlyrics.com" charset="utf-8" url="http://www.directlyrics.com/{artist}-{title}-lyrics.html"> <!-- was iso-8859-1 -->
    <urlFormat replace=" _@,;&amp;\/'&quot;" with="-"/>
    <urlFormat replace="." with=""/>
    <extract>
      <item tag="&lt;div id=&quot;lyricsContent&quot;&gt;"/>
      <item tag="&lt;p&gt;"/>
    </extract>
    <extract> <!-- new -->
      <item begin="&lt;div class=&quot;lyrics&quot;&gt;" end="&lt;/div&gt;"/>
    </extract>
    <exclude>
      <item begin="&lt;b&gt;" end="&lt;/b&gt;"/>
    </exclude>
    <exclude> <!-- new -->
      <item begin="&lt;script async src=&quot;" end="&lt;/script&gt;&lt;br&gt;"/>
    </exclude>
  </provider>
  <provider name="elyrics.net" charset="iso-8859-1" url="http://www.elyrics.net/read/{a}/{artist}-lyrics/{title}-lyrics.html">
    <urlFormat replace=" _@;&amp;\/&quot;" with="-"/>
    <urlFormat replace="'" with="_"/>
    <extract> <!-- new -->
      <item begin="&lt;div id='loading'&gt;&lt;/div&gt;" end="&lt;p&gt;"/>
    </extract>
    <extract>
      <item tag="&lt;div class='ly' style='font-size:12px;'&gt;"/>
    </extract>
    <exclude>
      <item tag="&lt;strong&gt;"/>
      <item tag="&lt;em&gt;"/>
    </exclude>
    <exclude> <!-- new -->
      <item begin="&lt;em&gt;&lt;br&gt;[From: http://www.elyrics.net" end=" ]&lt;/em&gt;&lt;br&gt;"/>
    </exclude>
    <invalidIndicator value="Page not Found"/>
  </provider>
  <provider name="hindilyrics.net (Bollywood songs)" charset="utf-8" url="http://www.hindilyrics.net/lyrics/of-{Title}.html">
    <urlFormat replace=" _@;\/&quot;'()[]" with="%20"/>
    <urlFormat replace="?" with=""/>
    <extract>
      <item begin="&lt;div class=nm&gt;Movie&lt;/div&gt;:" end="&lt;/pre&gt;"/>
    </extract>
    <exclude>
      <item begin="&lt;span class=" end="&quot;&gt;"/>
    </exclude>
    <invalidIndicator value="Couldn't find that page."/>
  </provider>
  <provider name="Encyclopaedia Metallum" charset="utf-8" url="http://www.metal-archives.com/search/ajax-advanced/searching/songs/?songTitle={title}&amp;bandName={artist}&amp;ExactBandMatch=1">
    <extract>
      <item url="http://www.metal-archives.com/release/ajax-view-lyrics/id/{id}"/>
      <item begin="id=\&quot;lyricsLink_" end="&quot;"/>
    </extract>
    <invalidIndicator value="&quot;iTotalRecords&quot;: 0"/>
    <invalidIndicator value="lyrics not available"/>
  </provider>
  <provider name="letras.mus.br" charset="utf-8" url="http://letras.terra.com.br/winamp.php?musica={title}&amp;artista={artist}">
    <urlFormat replace="_@,;&amp;\/&quot;" with="_"/>
    <urlFormat replace=" " with="+"/>
    <extract> <!-- new -->
      <item begin="&lt;/div&gt;" end="&lt;div id=&quot;banner&quot;&gt;"/>
    </extract>
    <extract>
      <item begin="&lt;/div&gt;" end="&lt;/div&gt;"/>
    </extract>
    <invalidIndicator value="Verifique se o nome do seu arquivo e sua"/>
  </provider>
  <provider name="lololyrics.com" charset="utf-8" url="http://api.lololyrics.com/0.5/getLyric?artist={artist}&amp;track={title}">
    <urlFormat replace="_@,;&amp;\/&quot;#" with="_"/>
    <extract>
      <item tag="&lt;response&gt;"/>
    </extract>
    <invalidIndicator value="ERROR"/>
  </provider>
  <provider name="loudson.gs" charset="utf-8" url="http://www.loudson.gs/{a}/{artist}/{album}/{title}">
    <urlFormat replace=" _@,;&amp;\/&quot;" with="-"/>
    <urlFormat replace="." with=""/>
    <extract>
      <item tag="&lt;div class=&quot;middle_col_TracksLyrics &quot;&gt;"/>
    </extract>
    <extract> <!-- new -->
      <item tag="&lt;div class=&quot;middle_col_TracksLyrics&quot;&gt;"/>
    </extract>
  </provider>
  <provider name="lyrics.com" charset="utf-8" url="http://www.lyrics.com/lyrics/{artist}/{title}.html">
    <urlFormat replace=" _@,;&amp;\/&quot;" with="-"/>
    <urlFormat replace="'." with=""/>
    <extract> <!-- new -->
      <item tag="&lt;div id=&quot;lyric_space&quot;&gt;"/>
    </extract>
    <extract>
      <item tag="&lt;div id=&quot;lyrics&quot; class=&quot;SCREENONLY&quot;&gt;"/>
    </extract>
    <invalidIndicator value="we do not have the lyric for this song"/>
    <invalidIndicator value="Your name will be printed as part of the credit when your lyric is approved"/>
  </provider>
  <provider name="lyrics.wikia.com" charset="utf-8" url="http://lyrics.wikia.com/api.php">
    <!-- These are not used, as mediawiki API is used instead...
    <urlFormat replace=" _@;\&quot;" with="_"/>
    <urlFormat replace="?" with="%3F"/>
    <extract>
      <item begin="&lt;div class='lyricbox'&gt;" end="&lt;!- -"/>  TODO: This was a comment ( ! - - ) but brakes commentinging out!
    </extract>
    <exclude>
      <item tag="&lt;div class='rtMatcher'&gt;"/>
      <item tag="&lt;span style=&quot;padding:1em&quot;&gt;"/>
    </exclude>
    -->
  </provider>
  <provider name="lyricsbay.com" charset="iso-8859-1" url="http://www.lyricsbay.com/{title}_lyrics-{artist}.html">
    <urlFormat replace=" _@,;&amp;\/'&quot;" with="_"/>
    <urlFormat replace="." with=""/>
    <extract>
      <item tag="&lt;div id=EchoTopic&gt;"/>
    </extract>
    <exclude>
      <item tag="&lt;textarea name=&quot;songscpy&quot; id=&quot;songscpyid&quot; onclick=&quot;callselect('songscpyid','selectswf')&quot; rows=&quot;3&quot; cols=&quot;45&quot; READONLY&gt;"/>
    </exclude>
  </provider>
  <provider name="lyricsdownload.com" charset="utf-8" url="http://www.lyricsdownload.com/{artist}-{title}-lyrics.html">
    <urlFormat replace=" _@,;&amp;\/&quot;" with="-"/>
    <urlFormat replace="." with=""/>
    <extract>
      <item tag="&lt;div id=&quot;div_customCSS&quot;&gt;"/>
    </extract>
    <invalidIndicator value="We haven't lyrics of this song"/>
  </provider>
  <provider name="lyricsmania.com" charset="iso-8859-1" url="http://www.lyricsmania.com/{title}_lyrics_{artist}.html">
    <urlFormat replace=" _@;&amp;\/&quot;'." with="_"/>
    <extract> <!-- new -->
      <item tag="&lt;div id='songlyrics_h' class='dn'&gt;"/>
    </extract>
    <extract>
      <item begin="&lt;span style=&quot;font-size:14px;&quot;&gt;" end="&lt;span style=&quot;font-size:14px;&quot;&gt;"/>
      <item begin="&lt;/center&gt;" end="&lt;a"/>
    </extract>
    <invalidIndicator value="The lyrics you requested is not in our archive yet,"/>
  </provider>
  <provider name="lyricsmode.com" charset="iso-8859-1" url="http://www.lyricsmode.com/lyrics/{a}/{artist}/{title}.html">
    <urlFormat replace=" ._@,;&amp;\/&quot;" with="_"/>
    <extract>
      <item tag="&lt;div id='songlyrics_h' class='dn'&gt;"/>
    </extract>
    <extract> <!-- new -->
      <item begin="&lt;p id=&quot;lyrics_text&quot;&gt;" end="&lt;/p&gt;"/>
    </extract>
    <invalidIndicator value="Sorry, we have no"/>
  </provider>
  <provider name="lyricsreg.com" charset="iso-8859-1" url="http://www.lyricsreg.com/lyrics/{artist}/{title}/">
    <urlFormat replace=" _@,;&amp;\/&quot;" with="+"/>
    <urlFormat replace="'." with=""/>
    <extract>
      <item begin="Ringtone to your Cell" end="Ringtone to your Cell"/>
      <item begin="&lt;div style=&quot;text-align:center;&quot;&gt;" end="&lt;a"/>
    </extract>
    <extract> <!-- new -->
      <item begin="Ringtone to your Cell" end="Ringtone to your Cell"/>
      <item begin="&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;" end="&lt;a"/>
    </extract>
    <invalidIndicator value="Page not Found"/>
  </provider>
  <provider name="lyricstime.com" charset="iso-8859-1" url="http://www.lyricstime.com/{artist}-{title}-lyrics.html">
    <urlFormat replace=" _@,;&amp;\/&quot;'" with="-"/>
    <urlFormat replace="." with=""/>
    <extract>
      <item tag="&lt;div id=&quot;songlyrics&quot; &gt;"/>
      <item tag="&lt;p&gt;"/>
    </extract>
  </provider>
  <provider name="lyriki.com" charset="utf-8" url="http://www.lyriki.com/{artist}:{title}">
    <urlFormat replace=" _@,;&amp;\/&quot;" with="_"/>
    <urlFormat replace="." with=""/>
    <extract>
      <item begin="&lt;/table&gt;" end="&lt;div class=&quot;printfooter&quot;&gt;"/>
      <item tag="&lt;p&gt;"/>
    </extract>
  </provider>
  <provider name="metrolyrics.com" charset="utf-8" url="http://www.metrolyrics.com/{title}-lyrics-{artist}.html">
    <urlFormat replace=" _@,;&amp;\/&quot;" with="-"/>
    <urlFormat replace="'." with=""/>
    <extract>
      <item tag="&lt;span id=&quot;lyrics&quot;&gt;"/>
    </extract>
    <extract>
      <item tag="&lt;div id=&quot;lyrics&quot;&gt;"/>
    </extract>
    <extract> <!-- new -->
      <item tag="&lt;div id=&quot;lyrics-body-text&quot;&gt;"/>
    </extract>
    <exclude>
      <item tag="&lt;h5&gt;"/>
    </exclude>
    <invalidIndicator value="These lyrics are missing"/>
  </provider>
  <provider name="mp3lyrics.org" charset="utf-8" url="http://www.mp3lyrics.org/{a}/{artist}/{title}/">
    <urlFormat replace=" _@,;&amp;\/&quot;" with="-"/>
    <urlFormat replace="'." with=""/>
    <extract>
      <item tag="&lt;span id=gn_lyricsB&gt;"/>
    </extract>
    <extract>
      <item tag="&lt;div class=&quot;KonaBody&quot; id=&quot;EchoTopic&quot;&gt;"/>
    </extract>
    <extract> <!-- new -->
      <item tag="&lt;div id=&quot;lyrics_text&quot;&gt;"/>
    </extract>
    <exclude>
      <item tag="&lt;font size=2&gt;"/>
      <item begin="&lt;b&gt;&lt;i&gt;" end="&lt;/u&gt;&lt;/b&gt;:"/>
      <item begin="&lt;b&gt;Lyrics" end="&lt;/b&gt;"/>
    </exclude>
    <invalidIndicator value="Something went wrong"/>
  </provider>
  <provider name="musixmatch.com" charset="utf-8" url="https://www.musixmatch.com/lyrics/{Artist}/{Title}">
    <urlFormat replace=" _@;\/&quot;'()[]" with="-"/>
    <urlFormat replace="?" with=""/>
    <extract>
      <item begin="&lt;span id=&quot;lyrics-html&quot;" end="&lt;/span&gt;"/>
    </extract>
    <exclude>
      <item begin=" data-reactid=&quot;" end="&quot;&gt;"/>
    </exclude>
    <invalidIndicator value="We couldn't find that page."/>
  </provider>
  <provider name="seeklyrics.com" charset="iso-8859-1" url="http://www.seeklyrics.com/lyrics/{Artist}/{Title}.html">
    <urlFormat replace=" _@,;&amp;\/'&quot;" with="-"/>
    <urlFormat replace="." with=""/>
    <extract>
      <item tag="&lt;div id=&quot;songlyrics&quot;&gt;"/>
    </extract>
  </provider>
  <provider name="songlyrics.com" charset="utf-8" url="http://www.songlyrics.com/{artist}/{title}-lyrics/">
    <urlFormat replace=" ._@,;&amp;\/&quot;" with="-"/>
    <urlFormat replace="'" with="_"/>
    <extract>
      <item tag="&lt;p id=&quot;songLyricsDiv&quot; ondragstart=&quot;return false;&quot; onselectstart=&quot;return false;&quot; oncontextmenu=&quot;return false;&quot; class=&quot;songLyricsV14&quot; style=&quot;font-size: 14px;z-index: 9999;position: absolute;left: -6000px;&quot;&gt;"/>
    </extract>
    <extract> <!-- new -->
      <item tag="&lt;p id=&quot;songLyricsDiv&quot; ondragstart=&quot;return false;&quot; onselectstart=&quot;return false;&quot; oncontextmenu=&quot;return false;&quot; class=&quot;songLyricsV14&quot;&gt;"/>
    </extract>
    <exclude>
      <item begin="&#10;[" end="] "/>
    </exclude>
    <invalidIndicator value="Sorry, we have no"/>
    <invalidIndicator value="This is an upcoming album and we do not have the"/>
  </provider>
  <provider name="tekstowo.pl (Original lyric language)" charset="utf-8" url="http://www.tekstowo.pl/piosenka,{artist},{title}.html">
    <urlFormat replace=" _@,;&amp;\/'&quot;." with="_"/>
    <extract>
      <item begin="&lt;div class=&quot;song-text&quot;&gt;" end="&lt;a href=&quot;javascript:;&quot;"/>
    </extract>
    <extract>
      <item tag="&lt;div class=&quot;tlumaczenie&quot;&gt;"/>
    </extract>
    <exclude>
      <item begin="&lt;h2&gt;" end="&lt;/h2&gt;&lt;br /&gt;"/>
    </exclude>
  </provider>
  <provider name="tekstowo.pl (Translated to Polish)" charset="utf-8" url="http://www.tekstowo.pl/piosenka,{artist},{title}.html">
    <urlFormat replace=" _@,;&amp;\/'&quot;." with="_"/>
    <extract>
      <item begin="&lt;div id=&quot;translation&quot; class=" end="&lt;a href="/>
    </extract>
    <exclude>
      <item begin="&quot;id-" end="&quot;&gt;"/>
    </exclude>
  </provider>
  <provider name="teksty.org" title="{artist} - {title} - tekst" charset="utf-8" url="http://teksty.org/{artist},{title},tekst-piosenki">
    <urlFormat replace=" _@,;&amp;\/&quot;'" with="-"/>
    <urlFormat replace="." with=""/>
    <extract>
      <item begin="&lt;div class=&quot;songText&quot; id=&quot;songContent&quot;&gt;" end="&lt;/div&gt;"/>
    </extract>
  </provider>
  <provider name="vagalume.com.br" charset="iso-8859-1" url="http://vagalume.com.br/{artist}/{title}.html">
    <urlFormat replace=" _@,;&amp;\/'&quot;." with="-"/>
    <extract>
      <item tag="&lt;span class=&quot;editable_area&quot;&gt;"/>
    </extract>
    <extract> <!-- new -->
      <item tag="&lt;div itemprop=description&gt;"/>
    </extract>
  </provider>
  <provider name="vagalume.com.br (PORTUGUESE)" charset="iso-8859-1" url="http://vagalume.com.br/{artist}/{title}-traducao.html">
    <urlFormat replace=" _@,;&amp;\/'&quot;." with="-"/>
    <extract>
      <item tag="&lt;div class=&quot;tab_traducao sideBySide lyricArea tab_tra_pt&quot;&gt;"/>
    </extract>
    <extract> <!-- new -->
      <item tag="&lt;div id=lyr_translation&gt;"/>
      <item begin="&lt;div&gt;" end="null"/>
    </extract>
  </provider>
  <!-- new -->
  <provider name="leoslyrics.com" charset="iso-8859-1" url="http://www.leoslyrics.com/{artist}/{title}-lyrics/">
    <urlFormat replace=" ._@,;&amp;\/&quot;" with="-"/>
    <urlFormat replace="'" with="_"/>
    <extract>
      <item tag="&lt;div ondragstart=&quot;return false;&quot; onselectstart=&quot;return false;&quot; oncontextmenu=&quot;return false;&quot;&gt;"/>
    </extract>
    <invalidIndicator value="Sorry, you either followed an invalid link or that page no longer exists."/>
  </provider>
</lyricproviders>