NikkelM / Random-YouTube-Video

A browser extension that allows you to truly randomly shuffle videos from any YouTube channel, offering many customization options.
https://chromewebstore.google.com/detail/random-youtube-video/kijgnjhogkjodpakfmhgleobifempckf
GNU Lesser General Public License v3.0
17 stars 3 forks source link

[Shuffle][Playlist] Allow saving the shuffled playlist #192

Open NikkelM opened 1 year ago

NikkelM commented 1 year ago

This is currently not possible, as the extension does not have permissions to add a playlist to a user's YouTube account, so we will need to implement #189 (Firebase auth) before this.

NikkelM commented 9 months ago

Without user auth, the playlist may also just get saved in localStorage - we can just use the temporary playlist ID. The playlist gets invalidated after some time, if this is some time after it was last accessed, or sometime after it was created is unknown. This would need to be made clear through naming of the option (e.g. "Temporarily save playlist"). This also means that this option would only be a subset of the original issue description