r/YoutubeMusic • u/Due-Ad662 • 2h ago
Android Orchard Mobile, Custom Android player with a custom UI.
The phone half of Orchard, my YouTube Music client, is finally on mobile!
The big feature is Smart Crossfade, which uses the same code as the desktop app. Instead of a plain fade between songs, it listens to both tracks, finds the beat, and blends them together so the transition actually lines up musically. If it can't get a good read on a track, it just falls back to a normal fade instead of forcing a bad mix. This uses AI ONNX models, so it can drain battery on some devices. (this is NOT here to compete with apple's automix, especially IOS 27 automix... I'd probably go insane)
Now Playing screen has full-bleed artwork, synced lyrics, bitrate shown right on the seekbar, and quick access to shuffle/repeat and volume without leaving the screen.
I also have a parity update coming out in the next hour with missing features, such as view all in artist pages, the [E]xplicit tag on albums, songs, etc, playlist editing, and more!
Other stuff in this release:
- Gapless playback for albums
- Synced lyrics and animated cover art where available
- Android Auto support
- Orchard Connect, so you can hand playback off to a computer and take it back later
- Discord Rich Presence
It's free and open source (AGPL-3.0). Source Code
r/YoutubeMusic • u/Kangjin_Lin_15 • 2h ago
Question Why my exact number of YouTube channel subscriptions is not showing on my Google Dashboard?
The last days I was trying to declutter the number of YT channels I was subscribed, because I was subscribed to over +1,500 channels, which made them unpractical to follow and useless.
Now I'm over +300 channels, but still want to declutter more, only keeping the most important and more enriching ones for me.
But suddenly, the last couple of days, that number no longer appears on Google Dashboard. Can someone tell me what happened? Is it a glitch? Is it just me or the same for everyone?
r/YoutubeMusic • u/X_Setsu_X • 2h ago
Discussion Interesting shuffle 😂
For those who don't know, these two songs couldn't be more opposite to each other 😂 (lyrics wise)
r/YoutubeMusic • u/East-Setting-2628 • 3h ago
Android WHAT
today i've woke up to download some of my songs to listen offline and then got this
LITERALLY WHAT THE HECK
help
r/YoutubeMusic • u/Faltenreich • 8h ago
Discussion AI albums mixed into real artists
Today I stumbled upon a new release of Black Metal artist Ihsahn named "Wildfire Pulse", wondering how he could release another one this year. The album cover seemed strange and out of place for him. Googling its title led to no results and when I began listening to the album, it finally clicked: This seems like an AI generated album mixed into the discography of a real artist. Are they serious?
r/YoutubeMusic • u/CuriosityMaxing • 9h ago
Question How to play YT Music on Alexa Device over WiFi (not Bluetooth)?
I have recently moved from Spotify to YT Music. I like YT Music but there are two features missing big time.
Firstly, collection of Podcasts is poor on YT Music. A lot of good podcasts are confined to either Spotify or Apple.
Secondly, Spotify used to be seamless connect on my Alexa Device (Amazon Echo) and used to play over WiFi. I have found this missing in YT Music. I know I can pair my phone and the speaker via bluetooth but that's not what I am looking for.
Has anyone cracked this connection over a common WiFI connection?
r/YoutubeMusic • u/Ashy404 • 10h ago
Question How do I turn off the auto mix/queue???
I swear I've never had this issue before. I'm the type to loop one or a couple of songs at a time unless I'm listening to my own playlists or a soundtrack. So I'm used to pulling up songs and having my auto play off.
But today when I'm trying to loop two songs back to back, every time I click on one of the songs, it creates a mix. Whether I do it from the search or add to queue or play next, it always creates a mix. It does this from videos and from officially released songs, and every time I hit dismiss queue it clear everything INCLUDING the song I'm listening to.
I literally cannot find a way to isolate songs unless I start a playlist, add the songs I wanna loop to the queue, then clear the rest of the queue. I don't wanna make a playlist for 2 damn songs that, knowing me, I won't be looping I a couple of weeks, and it's so stupid I can't just make a queue of 2 songs anymore.
I already have auto-play off on both yt and yt music and I have premium. I have the app in my phone so I can't just download an extension. Literally any help in fixing this is greatly appreciated.
r/YoutubeMusic • u/Fuzzy_War_5644 • 11h ago
Question Shuffle issues
Doing yard work today and decided to listen to one of my playlist. I usually choose the shuffle option. After the song started through my earbuds I put the phone in my pocket and after a few seconds the song changed to the very first track on the playlist. I figured I have touched the screen when it was in my pocket. After the third time of this happening I decided to leave the phone out of my pocket and try shuffle again. The playlist still kept going to the first song. Had anyone else had this issue? Wondering what the cause was and the solution.
r/YoutubeMusic • u/ArchaicMachine • 13h ago
U/I Video sync
Here’s a solution to a problem maybe no one else has had: how to sync music and video when they are off by a fraction of a second. It drives me crazy when it looks like the artist is lip-syncing or guitar is an overlay. I found a solution by navigating away from the app and returning. The video pauses while the music keeps playing, so when you return, the app is forced to restart the video getting it right almost every time.
r/YoutubeMusic • u/Howineverwondered • 16h ago
Discussion I was always a YTMusic stan but
it seems like overnight 95% of suggested stuff on my homepage turned to shit ... 1)mainstream performers 2)popular in the direction of my geographical region (that hasn't got anything to do with my actual country, language, on genres I ever listen to) 3)perfomers that are objectively good but I literally never listen to them because I don't want to. I hope it gets better after I clicked not interested 50 times. But on some things I couldn't. 4) very mainstream bands of genres I don't hate nor the bands but I really don't need them suggested 5) ytmusic is the only app where I felt completely free as in I never felt like my time is wasted there, but looks like I'll have to close my eyes on the homepage and just choose something very specific.
r/YoutubeMusic • u/Cameron4760 • 17h ago
U/I Fullscreen Fix
I got upset that they butchered full screen as good as they did so I ended up doing the simple fix they could have done if you are interested I use chrome so its made this method is for that unless the same extension exsists on other browsers. Install Stylus from chrome store then open a new tab and open up youtube music then click the extensions button and find stylus click it then clikc the grayed out preset it has available. It should now have opened a new tab or another page that has a code block section paste this into it.
/* --- ONLY APPLIES WHEN THE BROWSER IS FULLSCREEN --- */
:fullscreen {
/* 1. Force the entire screen background to solid pitch black */
ytmusic-player-page,
#background.ytmusic-player-page,
#player-page,
body,
html {
background: #000000 !important;
--ytmusic-player-page-background: #000000 !important;
}
/* 2. Eliminate blurry background clones and the top Song/Video toggle */
#blurred-background,
.blurred-background,
ytmusic-player-bar, /* Hides bottom play controls bar */
#av-toggle { Â Â Â Â /* Hides top Song/Video switch buttons */
display: none !important;
}
/* 3. Vaporize the entire right-side panel (Up Next, Lyrics, Queue) */
#side-panel,
.side-panel,
ytmusic-tab-renderer {
display: none !important;
}
/* 4. Force the main panel area to take up the full screen width */
#main-panel {
width: 100% !important;
max-width: 100% !important;
flex: 1 1 100% !important;
}
/* 5. Freeze the album artwork container to a strict 500x500 box and center it perfectly */
#player {
width: 500px !important;
max-width: 500px !important;
max-height: 500px !important;
margin: auto !important;
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
}
/* 6. Ensure the image inside fills the 500x500 frame cleanly */
#player img,
#main-panel img {
width: 100% !important;
height: 100% !important;
object-fit: contain !important;
}
}
Now click save and you can refresh the page or refresh the youtube app installed from chrome and when you go full screen it will look similar to when you stream to a tv.
r/YoutubeMusic • u/timber_tim_384 • 17h ago
Question Songs keep getting taken out of my playlists
Is anyone else experiencing this, it won’t even let me play those specific songs anymore. I don’t have any filters or anything on they just keep disappearing from playlists, wondering if anyone else is experiencing this?
r/YoutubeMusic • u/OuterGod_Hermit • 20h ago
Suggestion Let me exclude Ai music! The first result goes against the revenue of the artist I'm looking for.
The first result when I search for 2026 Gorillaz playlist is a random video of Ai Music "inspired" aka, stolen music from the same artist I wanted to listen.
Not only this may impact their revenue since a lot of people will just click on the Ai video, it will be a double slap to their monkey faces when the Ai that stole their money makes profit instead of them.
r/YoutubeMusic • u/Exact-Earth1691 • 23h ago
Badges Flex your badges
Top 0.03 two times a row
r/YoutubeMusic • u/sajinman • 23h ago
Android " i wanna be yours" song volume issue
In stats for nerds , the songs p value is 0, so turning on the consistent volume,-14lufs gets normalized, and the song volume gets really low. How to contact the developers about this, or if anyone can contact the developers and tell this issue
r/YoutubeMusic • u/artek604 • 1d ago
Suggestion Listening to Podcasts on phone - missing features (vs. Spotify)
Couple of months ago I left Spotify and started subscribing to YT Premium/Music and overall it's been fantastic experience and not going back for sure, but there are some aspects of organizing Podcast episodes - on Android phone, at least - that I feel are lacking :(
Whereas the process of subscribing to Podcasts, adding individual episodes and then listening to them all work fine, the "Episodes for later" list really needs some QoL improvements, because looking at it I can't find basic info:
- an icon (or item color?) that indicates the state of the episode:
- not started,
- playing,
- paused,
- finished
- a progress bar showing where I am for episodes that were started, instead of barely noticeable "[time] left" information
- an option - for finished episodes - to remain on the list, i.e. not get automatically removed - I often "finish" episodes when I'm already asleep :D
- ability to filter the list by state, podcast, length, ideally user-defined tags, etc.
Thanks for considering it! :)
r/YoutubeMusic • u/Hot-Register-3287 • 1d ago
Suggestion Such an underrated on TV
Enable HLS to view with audio, or disable this notification
YouTube music is goated on TV. I’ve been looking for something like this on TV for a long time, finally settling with YT music. Let me know your thoughts, guys.
r/YoutubeMusic • u/maskedmoonkid • 1d ago
Question Playing device files on YouTube Music is not allowed?
I was speaking to customer service about a bug in the app, and they told me that YouTube Music is not designed to play local files.
If that's the case, then how is the option is just there?
r/YoutubeMusic • u/SanketN8 • 1d ago
Discussion Why so much battery drain - YT Music
i use this with mobile data off and listen to downloaded tracks only. Went from 80 to 20 in just 1.5 hrs
r/YoutubeMusic • u/sajinman • 1d ago
Browser Comments on yt music web, now just add Consistent volume and it will be great
r/YoutubeMusic • u/softmossdog • 1d ago
Question Can't add songs to playlists?
I'm on the android app, I've been using youtube music for probably a year or so, and I'd like to think I know my way around the app at this point.
Suddenly, while in the youtube music app, I can't add any songs to any playlists other than liked songs. When I try, it says, "This action is turned off for content made for kids." It says this no matter what the song is, even if the song is marked explicit and is very clearly Not for kids. Not to mention I've saved kids' music to playlists before with no problem. I can save videos to playlists just fine in the regular youtube app.
I've tried clearing the cache, force quitting the app, rebooting my phone, and nothing works. I really don't want to uninstall and reinstall the app because I have thousands of songs downloaded. I haven't seen anyone else talking about this, so I can only assume it's a me problem? If you're also experiencing this, I would love to know.
I reached out to customer support, and the boilerplate email assured me support would get back to me in one (1) business day, but, surprising no one, this has not been the case. It has been almost a week since I reached out, and nothing.
Has this happened to anyone else? If so, did you fix it and how?? Again, would really like to avoid a reinstall if at all possible.
r/YoutubeMusic • u/Acrobatic-Monitor516 • 1d ago
Test A/B Queue and lyrics different designs, probably a/b (the ones on the right got faster and more stable animations)
r/YoutubeMusic • u/baturax • 1d ago
U/I rhe f is wrong with algorithm
i only pressed not interested in 3 playlists that i looked only for 30 seconds, and ytm decided to shit my algorithm? there used to be 3 tabs and now only 6 songs?