A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4 12 lines 286 B view raw
1<main> 2 <p>Generate a playlist based on playback history:</p> 3 <button>Create</button> 4 <ol></ol> 5</main> 6 7<style> 8 @import "./styles/base.css"; 9 @import "./styles/diffuse/page.css"; 10</style> 11 12<script type="module" src="facets/examples/generate-playlist/index.inline.js"></script>