Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shortcut key to add track to wishlist #167

Open
sabjorn opened this issue Nov 6, 2023 · 3 comments
Open

shortcut key to add track to wishlist #167

sabjorn opened this issue Nov 6, 2023 · 3 comments

Comments

@sabjorn
Copy link
Owner

sabjorn commented Nov 6, 2023

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 go onto the track page.

@npp1993
Copy link

npp1993 commented Oct 2, 2024

any update on this possibly getting implemented? would be so convenient to have. thanks again for making this tool!

@sabjorn
Copy link
Owner Author

sabjorn commented Oct 2, 2024

It’s still a possibility but I haven’t put any work into it. You’ll see comments here when that changes

@sabjorn
Copy link
Owner Author

sabjorn commented Nov 21, 2024

each track in the wishlist view takes the form:

<li id="collection-item-container_2206380151" class="collection-item-container track_play_hilite" data-trackid="2206380151" data-itemid="2206380151" data-itemtype="track" data-tralbumid="2206380151" data-tralbumtype="t" data-bandid="980490623" data-ispurchasable="true" data-title="Eat It" data-index="">...</li>

this is enough information to get make generate a 1-click button on the page.

note: an observer will be needed to track when more of the wishlist is loaded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants