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
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
clementine_remote_qr.png
currenttrack_bar_left.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
currenttrack_bar_mid.png
currenttrack_bar_right.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
currenttrack_pause.png
currenttrack_play.png
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
hypnotoad.gif
icon.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
icon.svg
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
logo.png
logo.xcf
lumberjacksong.txt
mainwindow.css
nocover.png
nomusic.png
nyancat.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
oauthsuccess.html
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
sidebar_background.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
smartplaylistsearchterm.css
songinfo.css
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
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
volumeslider-handle_glow.png Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00