WIP. A little custom music server
1
fork

Configure Feed

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

at m4a 15 lines 158 B view raw
1meta { 2 name: get-all-songs 3 type: http 4 seq: 1 5} 6 7get { 8 url: http://localhost:3003/songs 9 body: none 10 auth: inherit 11} 12 13settings { 14 encodeUrl: true 15}