hicetnunc-radio
hicetnunc-radio copied to clipboard
Radio player for audio tracks in a tezos wallet.
add filtering of the playlist by tags
eg.: https://hen.radio/tz/tz2GP2o3kMJ8Q22FdjBo6QeheqUTAyEkHBo4
tested on ios chrome and Safari get red message "failed to play track, could be an IPFS issue or unsurported media" Other play button working fine
Allows link to playlist using eg. https://hen.radio/playlists?objktIds=160172,162384,163554,131364
Implement something like this ``` function onKeyDown(event) { if (event.code === 'MediaPlayPause') alert('Play/Pause'); if (event.code === 'MediaStop') alert('Stop'); if (event.code === 'MediaTrackPrevious') alert('Previous Track'); if (event.code === 'MediaTrackNext') alert('Next Track');...
A button next to each track that allows you to make a micro donation directly to the artist.