Clementine-audio-player-Mac.../data
Marcus Müller 2a14ec9d4d Lyrics Providers: Remove unreachable ones
This was determined programmatically by means of trying to do a simple
HTTP request to / of any of the URLs given:

```python
from lxml import etree
from urllib import parse
import requests
doc = etree.parse("ultimate_providers.xml")
root = doc.getroot()
for provider in root:
    parsed_url = parse.urlparse(provider.get("url"))
    url = f"{parsed_url.scheme}://{parsed_url.netloc}/"
    try:
        requests.head(url, timeout=5)
    except Exception as e:
        print(parsed_url.netloc)
```

Note that these were also removed from songinfoview as present, and from
outgoingdatacreator. The two lists there were found to be inconsistent,
but this isn't subject of this PR.

Signed-off-by: Marcus Müller <marcus_clementine@baseband.digital>
2023-09-12 13:33:01 +01:00
..
icons Replaced the heart icon with a star for local files 2020-08-25 21:51:03 +01:00
last.fm Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
lyrics Lyrics Providers: Remove unreachable ones 2023-09-12 13:33:01 +01:00
playstore Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
providers Initial radio-browser.info support 2021-03-16 11:03:00 +00:00
schema database: Add ftsyear to jamendo.songs_fts 2020-06-05 10:26:26 +01:00
blank.ttf Bundle an empty font file and pass it to projectM so it doesn't crash when FTGL is turned on. 2010-07-18 13:26:01 +00:00
clem_remote_android_qr.png Adding links to new remote in network remote settings 2020-12-17 12:23:30 +00:00
clem_remote_iOS_qr.png Adding links to new remote in network remote settings 2020-12-17 12:23:30 +00:00
clementine-spotify-public.pem Verify the signatures of spotify blob files downloaded at runtime. Should protect against MITM attacks, and compromises of our server. 2011-11-05 01:12:28 +00:00
clementine_remote_qr.png - Display a qr code in the remote control settings to download the android app 2013-01-22 22:02:16 +01:00
currenttrack_bar_left.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
currenttrack_bar_mid.png Move everything to trunk 2009-12-24 19:16:07 +00:00
currenttrack_bar_right.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
currenttrack_pause.png pngcrush all our data pngs 2014-02-07 16:46:48 +01:00
currenttrack_play.png pngcrush all our data pngs 2014-02-07 16:46:48 +01:00
data.qrc Remove expired Equifax CA root 2021-04-21 10:24:53 +01:00
en_available_apple_store_45.png Adding links to new remote in network remote settings 2020-12-17 12:23:30 +00:00
globalsearch.css Allow toggling of individual global search providers. 2011-10-01 21:22:01 +01:00
hypnotoad.gif Fixes issu... 2010-07-12 19:51:23 +00:00
icon.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
icon.svg Use Carlos' icon 2010-06-02 17:50:53 +00:00
icon_large.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
icon_large_grey.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
icon_outline.xcf Make some more changes to the DMG background image. Nobody will guess we stole Tomahawk's now. 2011-12-01 16:12:10 +00:00
logo.png pngcrush all our data pngs 2014-02-07 16:46:48 +01:00
logo.xcf Add 'Enable playlist background image' to preferences. 2011-06-08 14:48:43 +00:00
lumberjacksong.txt Make it possible to change the font size of the song/artist info views. 2010-10-16 13:56:49 +00:00
mainwindow.css Fix an annoying CSS bug where the size of toolbuttons in the main 2012-07-15 17:11:49 +01:00
nocover.png pngcrush all our data pngs 2014-02-07 16:46:48 +01:00
nomusic.png Update the nomusic icon 2010-06-02 18:44:53 +00:00
nyancat.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
oauthsuccess.html Add favicon to oauth success page. 2013-11-01 15:56:57 +01:00
osd_background.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
osd_shadow_corner.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
osd_shadow_edge.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
rainbowdash.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
sample.mood Add moodbar settings to the track slider's context menu 2012-05-28 12:50:34 +01:00
sidebar_background.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
smartplaylistsearchterm.css Make the Remove search term button on the smart playlist dialog a little less ugly on OS X 2012-11-04 18:54:35 -08:00
songinfo.css Make the pretty image view even prettier 2010-10-09 16:07:20 +00:00
soundcloud-ca.pem Add missing certificate for api.soundcloud.com 2015-04-25 17:51:08 +02:00
spinner.gif White pixel around spinner GIF image 2015-04-27 18:16:46 -05:00
spotify-attribution.png pngcrush all our data pngs 2014-02-07 16:46:48 +01:00
star-off.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
star-on.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
tiny-pause.png Revert "use same colors for tiny-pause & tiny start icons as that of star icons" 2015-12-09 09:44:25 +01:00
tiny-start.png Synchronize width of start/pause icons on playlist tabs to prevent "jumping" content 2015-12-19 19:44:22 +01:00
volumeslider-gradient.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
volumeslider-handle.png Move everything to trunk 2009-12-24 19:16:07 +00:00
volumeslider-handle_glow.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00