raingart / Nova-YouTube-extension

Apache License 2.0
198 stars 9 forks source link

[Bug] Add sort/filter to "Save to playlist" menu doesn’t work #85

Closed Fred-Vatin closed 1 year ago

Fred-Vatin commented 1 year ago

This function doesn’t work anymore in Nova. I use Youtube Save to... playlist incremental search as an alternative that still works.

SETUP

Fred-Vatin commented 1 year ago

It seems to work when I click save to playlist from any items in my watch later playlist that is currently playing or any video that is currently playing.

But if I go to the home page (https://www.youtube.com/) or my subscriptions or else and click save to playlist on any video, I have no filter image

I tried to disable uBlock origin to no avail.

No errors or warnings in console related to nova.

debug from nova

Object { "video-quality": "on", video_quality: "hd1080", "player-float-progress-bar": "on", player_float_progress_bar_height: "3", player_float_progress_bar_opacity: "0.65", "player-quick-buttons": "on", player_buttons_custom_items: (4) […], player_buttons_custom_popup_width: "2.5", player_buttons_custom_hotkey_toggle_speed: "a", "video-unblock-region": "on", … }
​
"channel-default-tab": "on"
​
channel_default_tab: "videos"
​
lang_code: "en"
​
"player-float-progress-bar": "on"
​
"player-quick-buttons": "on"
​
"player-resume-playback": "on"
​
player_buttons_custom_hotkey_toggle_speed: "a"
​
player_buttons_custom_items: Array(4) [ "quick-quality", "toggle-speed", "popup", … ]
​
player_buttons_custom_popup_width: "2.5"
​
player_float_progress_bar_height: "3"
​
player_float_progress_bar_opacity: "0.65"
​
player_resume_playback_url_mark: "on"
​
"playlist-duration": "on"
​
playlist_duration_percentage: "on"
​
playlist_duration_progress_type: false
​
report_issues: "on"
​
"save-to-playlist": "on"
​
"shorts-redirect": "on"
​
shorts_disable: "on"
​
shorts_disable_min_duration: "0"
​
"square-avatars": "on"
​
"thumbs-hide": "on"
​
"user-api-key": ""
​
"video-quality": "on"
​
"video-unblock-region": "on"
​
video_quality: "hd1080"
​
video_unblock_region_domain: "hooktube.com"
​
video_unblock_region_open_map: "on"

Plugins status

image image image

raingart commented 1 year ago

But if I go to the home page (https://www.youtube.com/) or my subscriptions or else and click save to playlist on any video, I have no filter

I never visit the main page, and therefore I didn’t know that this option can be called from there.

This page was not on the allowed list. I do not use all implemented features. And that's why a lot of things remain out of my field of vision. You can send a list on which other pages this option is available (except for "home" and "watch"), isn't there in embed page?

Screenshot from 2023-04-28 11-26-35

Fred-Vatin commented 1 year ago

It needs this settings to work everywhere :

run_on_pages: 'home, watch, feed, channel, results, -mobile',
raingart commented 1 year ago

ok, I will add these changes to the next release