raingart / Nova-YouTube-extension

Apache License 2.0
199 stars 9 forks source link

[Feature] Improved "Save-to-Playlist" functionality #33

Closed Coldblackice closed 1 year ago

Coldblackice commented 1 year ago

Regarding Youtube's "Save to playlist" function, would it be possible to add options for:

1.) An increased height/length of the "Save to playlist" popup, given its currently compressed length, necessitating lots of scrolling to find a particular playlist. It also doesn't help that Youtube's CSS for the playlist is very clunky and spread out between playlists.

2.) Or even better, a searchbox embedded in the "Save to Playlist" popup: when text is entered into the box, it does a "live" quick-filtering of playlists containing that amount of text. When the box is cleared, all playlists show.

raingart commented 1 year ago
  1. Screenshot from 2022-11-11 12-19-13 Never used this functionality. But judging by the styles it is enough to add css:

    ytd-add-to-playlist-renderer[dialog] #playlists.ytd-add-to-playlist-renderer {
    max-width: max-content !important;
    }
  2. https://greasyfork.org/en/scripts/436123-youtube-save-to-playlist-filter - I'm unsure work now. Write if not. I will try to fix it

2.1 https://greasyfork.org/en/scripts/450181-youtube-save-to-playlist-menu-sorted-alphabetically

raingart commented 1 year ago

I remembered that you had previously strongly suggested the bottom changes in greasyfork.

Therefore, in the next release, I add the "Save to playlist menu sort" plugin:

Screenshot from 2022-11-25 15-26-34

Screenshot from 2022-11-25 15-26-49

Coldblackice commented 1 year ago

I remembered that you had previously strongly suggested the bottom changes in greasyfork.

Therefore, in the next release, I add the "Save to playlist menu sort" plugin

Awesome functionality! You are a legend.