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

Select discography albums to download #219

Closed
andrienko opened this issue May 21, 2022 · 2 comments
Closed

Select discography albums to download #219

andrienko opened this issue May 21, 2022 · 2 comments
Labels
feature-request New feature or request

Comments

@andrienko
Copy link

andrienko commented May 21, 2022

Maybe, would be nice, when downloading discography, to have option to exclude some of the albums (maybe via a modal with listbox or something, maybe activated by separate button or just an option).

Right now, whenever I want to skip some albums (when downloading discography fails on some albums) I am using the snippet:

console.log([].map.call(document.querySelectorAll('.music-grid-item.square a'), a => a.href).join("\r\n"))

(I just paste it into console and it gives list of URLs, I can then paste these to window and erase unwanted ones from there. Maybe will be useful for someone...)

@Otiel
Copy link
Owner

Otiel commented May 23, 2022

Thanks for the idea! 👍

That's actually something I have in mind, but I need to do a lot of refactoring before starting to implement this. One day maybe...

@Otiel Otiel added the feature-request New feature or request label May 23, 2022
@Otiel Otiel changed the title Feature request: select discography albums to download Select discography albums to download May 23, 2022
@Otiel
Copy link
Owner

Otiel commented May 23, 2022

Duplicate #210

@Otiel Otiel closed this as completed May 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants