anddea / revanced-patches

🧩 Patches for ReVanced
https://revanced.app
GNU General Public License v3.0
613 stars 43 forks source link

suggestion: enhance time-ordered-playlist button's functionality #2

Closed MondayNitro closed 5 months ago

MondayNitro commented 8 months ago

Application

YouTube

Suggestion description

the time ordered playlist button doesnt serve its purpose in case you begin from the latest video of a channel and want to watch videos in form of playlist. the videos are arranged from oldest to newest which means the newest video is the last video on the playlist and hence no next video is played. i would like for it to arrange videos from newest to oldest so that im able to watch videos in series using the time-ordered-playlist button.

https://github.com/anddea/revanced-patches/assets/87489540/42db234c-e31e-4186-872a-593610f9e7f0

Acknowledgements

anddea commented 8 months ago

This is intentional behavior for time-ordered playlist, it is also mentioned in description of this button that it creates from oldest to newest which means the newest video will be the last in the playlist.

For now, as a workaround,

I had an idea to add Reverse button to the playlist sheet, near with the repeat and shuffle buttons, which will be better, because you'll be able to reverse any playlist, not only related to time-ordered playlist button. But currently I have no idea how to implement it and have not much time to investigate. It's much easier to implement it on the website than in the app.

Maybe @YT-Advanced could help with the playlist reordering.