Steeve Bjornson
Steeve Bjornson
Currently, users won't know if there is a new version of the extension. A notification for new versions would be ideal. Might be possible to implement with: https://developer.chrome.com/apps/notifications
from a user support request in Chrome Webstore dashboard: > Assign a key (I suggest W) to add a track to your wishlist from the album page without having to...
* [ ] if item is purchasable: * [ ] add shopping cart icon next to each track * [ ] add shopping cart icon in player * [ ]...
once packaged, the zip files can be attached to release automatically
there is an API endpoint that is only available to the user that is logged in: ``` import requests from typing import Any, Optional def fetch_collection_summary() -> Optional[Any]: url =...
unlike Chrome, when the extension is installed the user must go into the settings to enable. This is annoying and also seems inconsistent (at least on my machine). this may...
a user sent this in an email: > This might be my machine, but I combined your Suite with [this Bandcamp History](https://chrome.google.com/webstore/detail/bandcamp-history/idihngmfkbcpglaihodahdapnaacggeh) extension and it seems to sometimes break your...
as more audio analysis is desired, finding a way to use webassembly in the project is ideal. As a proof of concept, the Waveform calculations should be turned into webassembly...
feature proposal: it would be nice if I could ask users to add myself and all of my friends' music to their music feed. This would look like a **toggle**...
Now that we've found an API endpoint for Releases and Suggestions, we can create a playlist of recent releases. This resource is pagnated, so it should be easy to choose...