The idea of this application is to allow users to have more options of controlling, managing, editing and sorting their YT playlist than what YT provides. Taking part in the 100commitow competition. But I will probably fail this competition and and not make it to the end. This just feels like cheating now...
Add login via Google/YT AccountFix default Identity pages to match my needsLeavy only google login, with nice buttonDon't allow other logins, data access, etc.
Add YT Api integrationShow user's uploadsShow playlists of a userSet up YT API accessDownload a list of playlistsand display just the names with links
Add nice component library with beautiful UIChange the UI to match YT color schemeAdd nicer fontAdd AI generated cool logo-Edit playlists (name, description, etc)
- Manage user account - change data, download data, remove data
- Fix how Identity works now with Google OAuth
- Sort playlist by:
- default options (popularity, upload time, add time)
- video length
- try different sorting algorithms, bubble sort first.
- Add scheduled sorting
- Add Hangfire to the application
- Get a test server to run the application constantly
- Allow user to select one playlist to be sorted daily by the app, by his criteria of sorting
- Remove duplicates
- Add some tests????
- Remove deleted videos
- Remove unavailable videos in your region
- Get suggestions on what to watch next
- Automatically add new videos from subsscribtions to watch-later
- Warnings about lists being almost full
- Refactoring