-
Notifications
You must be signed in to change notification settings - Fork 576
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
feat: Add new plugin Album actions
#1515
Conversation
… into album-actions * 'album-actions' of https://github.com/MiepHD/youtube-music: Translated using Weblate (Spanish) Translated using Weblate (Spanish) Turkish(tr)_lang_file (th-ch#1513) chore(deps): update dependency ws to v8.15.0
…ges no default behaviour
Don't add |
I enabled it by default because it just adds these buttons to the UI. If you don't click the buttons nothing happens. But I can remove that if that's a problem |
Since it does not fix a bug, I consider it an additional feature. |
Why? Should I add an explanation what they do? |
What about showing just one of each button? (1 dislike button, 1 like button)
|
Now it shows a
|
@MiepHD Great work!
Just another opinion. I hope you dont mind :) That is standard, yes, but it isnt perfect :/. What about highlighted (bold lines?) like/dislike button if some are liked/disliked, but not all? (I think that is also used somewhere in some app) Or something like that? Maybe like/dislike button with full white, but black "ball" inside? Just something so normal user would get it and "profi" user would know if all songs are liked or disliked. |
Co-authored-by: JellyBrick <shlee1503@naver.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems memory leak bug
Adds Undislike, Dislike, Like and Unlike buttons to apply this to all songs in a playlist or album.
![image](https://private-user-images.githubusercontent.com/63968466/289348706-b2a249c1-7b2c-42bd-b011-a21115ac736e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTE4OTUsIm5iZiI6MTczOTQ1MTU5NSwicGF0aCI6Ii82Mzk2ODQ2Ni8yODkzNDg3MDYtYjJhMjQ5YzEtN2IyYy00MmJkLWIwMTEtYTIxMTE1YWM3MzZlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDEyNTk1NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdjMjVkMjIzMDIzYzczNDg0N2RiNjg2MTI1Zjk0YTI0NjQyMmYxNWE3YzY2MzQ3ODY1ODQ2ZTM1NzRjZDBlMmYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ulyBQSl2usGBVNr-GCL0KQKqFxR9sJ5jLJ1CBbKbxWI)
Fixes #831