-
-
Notifications
You must be signed in to change notification settings - Fork 285
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
YouTube Integration #1409
Comments
thank you for your very nice app ❤️
partialy in first commits, but the goal full integration
i think app should show 2 playlist, offline, and youtube music synced offline one is always visible, and synced one is visible only if user logged in to youtube i think here is a good roadmap for liked songs syncing commits:
|
how to use official export of liked songs from youtube music to csv:
|
I think OuterTune (a fork of InnerTune) also has it. |
wow, first time seeing it, thank you a lot! |
I tried, and it looks like songs, albums and artists are two-way synced. But playlist sync is not supported yet. I will figure out how the dev implement it. |
When a user turns on YTM sync, what should we do with the original local database? Merge, be replaced, or hide? |
What do you mean by this? I added a song to a playlist and it appears on my account. If you're talking about creating a new playlist and adding to it, the syncing technically work, albeit some Ux issues (the create playlist dialog in the playlist screen isn't the updated version with the sync toggle, and playlists don't appear immediately right after creation) Hi, I am one of the OuterTune devs |
@mikooomich I cannot add or delete songs for my YTM playlists. |
It is working for me, I just signed in, and switch to the old interface layout, and all my ytm playlists show up in the library section. I usually use OuterTune to add/remove songs from my playlist. |
good solution would be a "choose user" menu, that allow to choose betweeh offline user with old local database, and online user with new synced database |
Merge |
the 'account' section that leads to a user's YTM playlists, and the profile section found in settings that leads to the YTM home screen don't seem to be necessary, the first because those playlists could be on InnerTune's home screen after login, and the second because it shows the YTM UI which clashes as InnerTune's is much cleaner and easier to use. if logged in, everything that belongs to the active YTM profile could be displayed on the main/home screen. if logged out, only local recommendations, albums, etc. would be there instead. |
There is another Music streaming app called 'Echo', which has YT music integration, and does a much better job at syncing everything and using recommendations from your account instead of locally. |
Link please~ |
java.lang.UnsupportedOperationException |
Guys, is work being done on this? It would be very cool to have. Also, I had a question: Once this is implemented, would all my listening history from InnerTune appear in YouTube wrapped thingy at the end ot the year? This wrapped thingies is the reason I use spotify mods instead lol |
Yes since YouTube is getting data for Recaps through your watch history, which as you can see in the starting post is being worked on to be synced with YTM |
This comment has been minimized.
This comment has been minimized.
Personally I think it could be a good idea to have offline and online playlists; with the ability convert offline to online and vice versa. It's good for privacy since then it will only interact with the cloud when the user requests to. |
simpmusic app updates all. Sync liked songs, playlists, albums, artists, and history |
Add songs to a local playlist and add some songs. It won't show you the newly added songs. You have to restart the app to see those songs. There are many bugs in that app. |
https://github.com/Maloy-Android/Muzza Here is another fork of Innertune that has YouTube Music integration. It's still in beta and some components are still missing. But it looks promising. Maybe you can check it out. |
I've been searching for a yt music player which can
|
Basically, you're looking for ViMusic with YTM integration. I haven't come across it yet. |
please add an option to view the YouTube ui directly, or better just to include what the site shows |
As there are many issues related to YouTube Music integration, I decided to move them into this issue. The features you’re asking contain as follows:
It’s a huge work to implement this, from digging the API and considering data flow, to connecting the UI, and currently I don’t have a clear picture of how it should be like. Therefore, I need your suggestions, as detail as possible: How should local library and YTM library interact? Fully or partly?
The text was updated successfully, but these errors were encountered: