-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start app pointed to a specific page #1071
Comments
I love that idea! |
we can navigate the app using here are the browseId 's I could find:
|
interesting |
btw @curtisgibby if we do that, then the song won't load on start I think it's better if we keep the current functionality, and add of on top of it an option to automatically navigate to one of the options in the list above on app start |
I've opened a PR which implements this feature #1073
|
Fastest time I've ever seen between an issue being opened and a PR created. 🤩 |
Feature
Every time I open the app, it starts up on the "Home" page (which is the same as https://music.youtube.com ). I get that Google would prefer that I use their Radio stations (which generates ad revenue), but I always want to listen to my own uploaded songs. To do so, I have to click Library (relative URL
/library
), then Uploads (/library/uploads
), then Songs (/library/uploaded_songs
), then Shuffle All.It would be nice to specify a default start page (in my case
/library/uploaded_songs
) that the app would always go to when I open it up.Solution
Perhaps add a setting where the user could choose one of the main sections or subsections of the YT Music app to serve as their personalized start location.
/
)/explore
)/new_releases
)/charts
)/moods_and_genres
)/library
/library/playlists
)/library/songs
)/library/albums
)/library/artists
)/library/uploads
)/library/playlists
) (interestingly, this is the same as above)/library/uploaded_songs
)/library/uploaded_albums
)/library/uploaded_artists
)Alternatives
https://music.youtube.com/library/uploaded_artists
) or relative URL (/library/uploaded_artists
)The text was updated successfully, but these errors were encountered: