[READ-ONLY] Mirror of https://github.com/scarnecchia/roon-extension-teal-scrobbler. Roon extension that scrobbles qualifying plays to teal.fm via AT Protocol
0

Configure Feed

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

1{ 2 "name": "roon-extension-teal-scrobbler", 3 "version": "0.1.0", 4 "description": "Roon extension that scrobbles qualifying plays to teal.fm as fm.teal.alpha.feed.play records", 5 "main": "src/index.js", 6 "scripts": { 7 "start": "node --env-file-if-exists=.env src/index.js", 8 "test": "node --test test/*.test.js" 9 }, 10 "author": "teal.fm", 11 "license": "Apache-2.0", 12 "repository": { 13 "type": "git", 14 "url": "https://github.com/scarnecchia/roon-extension-teal-scrobbler.git" 15 }, 16 "dependencies": { 17 "node-roon-api": "github:roonlabs/node-roon-api", 18 "node-roon-api-transport": "github:roonlabs/node-roon-api-transport", 19 "node-roon-api-settings": "github:roonlabs/node-roon-api-settings", 20 "node-roon-api-status": "github:roonlabs/node-roon-api-status" 21 } 22}