-
In iOS Safari + Edge I can't access radio4000.com since moving to Cloudflare pages. Two ideas:
- our service worker doesn't work on cloudflare pages? In long run I'd like to keep the sw.js since it…
-
True. Because the radio4000-player `` is hidden with CSS....................... Need to put it back. Somehow I'd rather keep it hidden and we create our own, new "header" component OUTSIDE of the old…
-
Whenever tracks are loaded into the player, we reverse the ordering.
This makes sense for Radio4000 channels as we want the newest track (e.g. last) rendered first in the list. But it does not make…
-
When using usernames of radio4000 mapped to `username.4000.radio`, are there any usernames that we should forbid usage of?
- https://github.com/jedireza/reserved-subdomains
-
Sometimes the quiz is on a track which media cannot be played by the radio4000-player.
We should listen on the `mediaNotAvailable` event sent by the player, and refresh the question.
-
Here https://explorer.radio4000.com/artists/6397969 the results on the releases, and their videos are not the same as on Discogs.
Should investigate why.
-
Seems we're getting an error/warning from `soundcloud` player provider:
```
Feature Policy: Skipping unsupported feature name “autoplay”.
```
When the active radio4000 tab is not focused, Soun…
-
- go to your radio `/tracks` page
- search for a track, that shows results
- add a new track (whatever which one)
- the previous search results should be broken (with no result)
Should be invest…
-
It's not yet working as it should. player keyboard shortcuts are triggering inside (some) inputs.
https://github.com/internet4000/radio4000/pull/282#issuecomment-444273366
https://github.com/inter…
-
We currently do not update the `` in the `` on pages. It's always just "Radio4000" which is not ideal. It could also show the currently playing channel, if we want.
Don't know how we would handle thi…