Приложение youtube music для windows 10

v2.0.0-rc.4

This is a release candidate build for v2.0.0. Full release notes will come with v2.0.0

There has been a significant amount of changes since v2.0.0-rc.3 based on the feedback and bugs reported since then.

macOS Users: We have corrected a bug that prevented launching the application due to a code signing issue. For apple silicon issues refer below about ARM builds

ARM Users: We have included more arm builds as the workflow for them has improved thanks to @ElectricalBoy for #1169. We want to use this release to test the ARM builds for various platforms if you have a native ARM device. These builds may not work or may have problems as we don’t have machines that can natively create an ARM version of YTMDesktop. Windows currently does not have an ARM build due to file conflicts with x64 when publishing

Fixed:

  • Crash on 1 letter titles #1167
  • Crash on certain media when missing title, author, or a duration #1164
  • Disable auto updater for macOS due to inability to launch the app with it #1156
  • Rewrite Discord rich presence integration making it more reliable and less crash prone #1160
  • Fix region specific issues where YouTube Music would not load because a premium membership is required #1168
    • There is still an active issue of #1170 that is open which states that a non premium membership account login will always end up at a 400 bad request page. This is likely related to the fix here but is a low priority issue.
  • Fix tray icon click for window show/restore. If a window was minimized and the tray icon was clicked it may lead to an empty window until resized
  • Disallow hardware volume keys & pause/break key from shortcuts preventing application crashes
  • Fix + key in shortcuts. It will now properly translate the key so the application doesn’t crash and the key can be used

Other miscellaneous changes & quality of life:

  • Automatically save state every 5 minutes relating to #1162. This is more of a temporary fix until a more robust solution is created
  • Add home button to titlebar to navigate to YouTube Music home page if needed. e.g. stuck at login page
  • Add dialog popup if YouTube Music is preventing navigation
  • Only save YouTube Music urls to state e.g. to prevent the login page from being saved
  • Discord presence is no longer updated at the speed of light. The app is now more considerate how often it sends presence updates
  • Add thumbs up/thumbs down shortcut back
  • Zoom setting added under Settings -> Appearance to change the zoom level of YouTube Music
  • Add the current YouTube Music page title to the main window title. This may be useful for third party applications reading window titles in the process list. YTMDesktop will append | YouTube Music Desktop App to the title of the window
  • Fix window icons for various platforms whereas previously it would show the default electron icon
  • Add a loading screen with status information. If YouTube Music takes longer than 30 seconds to load a message will be shown to help indicate there may be a problem e.g. network is very slow or the application is malfunctioning
  • Add (Unresponsive) to titlebar if the YouTube Music view is being unresponsive
  • ⚡ Various performance optimizations
  • 🔒 Various security hardening changes

Developer related changes:

  • Add album/albumId to the API
  • Add toggleLike/toggleDislike as a remote command to the API
  • Add playQueueIndex as a remote command to the API
  • Add likeStatus to the API
  • If developer tools are enabled, you can now right click the YouTube Music view to open the developer tools of YouTube Music
  • Reliability of video data changing is improved

If you’d like to view the changes between each release in git commit form: v2.0.0-rc.3…v2.0.0-rc.4

AUTO UPDATER & CHECK FOR UPDATES BUTTON IS STILL NON-FUNCTIONAL AND WILL ERROR. THIS IS EXPECTED BEHAVIOR UNTIL V2.0.0

Feedback is greatly appreciated in this issue where we announced v2. If a bug is encountered we request you open a new issue to consolidate and keep track of any bugs that occur.

v2.0.0-rc.3

THIS IS A SECURITY PATCH BUILD FOR CVE-2023-4863

With the big scary warning out of the way there are still some changes that are included in this build

Fixed:

  • Fixed #1158
  • Hack fix #1159
  • Last.fm integration error fixes

Other miscellaneous changes & quality of life:

  • Custom CSS injection will refit YTM popups e.g. click the 3 dots to open a menu then inject Custom CSS to move elements around. This will now properly refit the popup from the 3 dots menu to be positioned correctly with the moved element
  • The crash dialog popup should no longer continuously popup

If you’d like to view the changes between each release in git commit form: v2.0.0-rc.2…v2.0.0-rc.3

AUTO UPDATER & CHECK FOR UPDATES BUTTON IS STILL NON-FUNCTIONAL AND WILL ERROR. THIS IS EXPECTED BEHAVIOR UNTIL V2.0.0

Feedback is greatly appreciated in this issue where we announced v2. If a bug is encountered we request you open a new issue to consolidate and keep track of any bugs that occur.

v2.0.0-rc.2

This is a release candidate build for v2.0.0. Full release notes will come with v2.0.0

There has been a few changes since v2.0.0-rc.1 based on the feedback and bugs reported since then.

Fixed:

  • Windows: Crash on exiting application #1153
  • Windows: Thumbar buttons on the taskbar would not consistently show. They should now, please report if this is not the case
  • Integrations tab would become broken if companion server is enabled #1149
  • Fixed errors with companion server for fresh installs where no persistent data would cause issues
  • Fix autoplay policy. Occasionally it was noticed that song changes always required interaction. This should no longer be the case
  • Fix fullscreen with F11. Fullscreen did work but F11 did not work properly and this has been corrected
  • Fix numpad keys for shortcuts
  • Fix shortcuts not registering properly #1150. If this still is not working properly we’d like to hear about it
  • Taskbar progress bar should consistently work for all operating systems

Other miscellaneous changes & quality of life:

  • Introduced log files. Not everything is logged and we’re refining it but hopefully if things go wrong more information will be available.
  • Introduced crash reporter. This only saves to file and is not uploaded anywhere. This is for electron/chromium crashes
  • Improved UI/UX for shortcuts. The experience should be more fluid
  • Auto reload YTM view if renderer process crashes
  • Added tray menu to show/hide window. You could always click the icon to show the window but a tray menu button was added as well
  • Enabling companion server auth is now in memory only. This setting used to be saved to disk
  • Store migrations added if we make changes to the config file between versions

If you’d like to view the changes between each release in git commit form: v2.0.0-rc.1…v2.0.0-rc.2

AUTO UPDATER & CHECK FOR UPDATES BUTTON IS STILL NON-FUNCTIONAL AND WILL ERROR. THIS IS EXPECTED BEHAVIOR UNTIL V2.0.0

Feedback is greatly appreciated in this issue where we announced v2. If a bug is encountered we request you open a new issue to consolidate and keep track of any bugs that occur.

v2.0.0-rc.1

This is a release candidate build for v2.0.0. Full release notes will come with v2.0.0

Feedback is greatly appreciated in this issue where we announced v2

Nightly Release (May 2022)

It’s been a while since a release, and there’s a few things which I would have loved to have included within this version which are some reasonably mature PRs, however just felt it was worth releasing something sooner rather than later.

#866 — Can’t sign in, Browser or app may not be secure & #916 — stuck on loading page until window resize are still known issues in these builds, and please review them for when and if they get fixed into the Development version.

What’s Changed

  • 🩹 Nightly Patch by @Alipoodle in #874
  • ✨ Add Album to Rich Presences’ Large Picture by @Alipoodle in #888
  • ✨ Alternate Miniplayer Stream Widget by @PHNX-Arcanus in #942
  • 🎉 Enable AV-Switcher commit

Full Changelog: 1.14.1…1.14.2

Nightly Release (Nov 2021)

Update to latest Development build with a few patches to make it more appropriate for sharing.

Feedback, and Bugs/Issues are greatly appreciated in both Issues on GitHub & within the Discord.

Including but not limited to:

Update log

Locale Update:

  • Auto update locale, and just general updates for each language

Added title for «Remove from Library» if item is already in Library: #372
Large number of changes to volume, including a beta feature of a better Curved Volume to Loudness: #374, #467
Fix for Notification by using Electron’s Native: #367, #383
Option to Match colour of Album art in YTM’s UI: #389 & #392, #399
Fix for Last.fm Album Scrobbling: #427
Fix for MPRIS in Snap version: #443, #462
Fix for Zoom displaying as Undefined: #463
Fix Miniplayer not correctly setting size: #461
Fix some Setting not saving: #481
Improvements to Scroll wheel volume controls: #482
Allow Raising of Player: #456
Add Shutdown button: #457 (Broken on Windows currently, and disabled)
Improved logic behind API’s Pause & Play to check it’s state before running the command: #483
Fix some Padding issues on Linux: #485
Genius Lyrics Embed: #490
Forward Page Navigation: #522
Update to Electron V11: #567 & Later to 11.4.9
Fix MPRIS being used before initialized: #573
Discord Rich Presences Buttons: #576
Added Relaunch for Toggling Discord RPC: #587
Disable MPRIS When on a Non-Linux platform
Fix weird behaviour when enable shiny-tray
Added Rolling Title in Shiny Tray.
Fixed missing error for disabled Shiny tray.
Fixed handleOpenUrl
Fixed Link in About Page: #605
Added Pause on Suspend option.
Fix Windows Media Provider to display Playback information & Disable Media key registering when enabled: #614
Added Sleep Timer: #451
Improved Miniplayer resizing: #379
Fixed some Focus/Show behaviour to work on Mac
Disable Discord RPC Showing on Adverts: #621
Fix for constantly registering default protocol: #639
Fix Clipboard monitoring: #683
Disable Disk Caching: #677
Disable needing to refresh client if there’s no Progress bar for MacOS: #728
Lyrics always on top: #747
Add support for Meta Keybinds: #725, #751
Add a few changes for Electron 13 support later on.
Add Volume Support for MPRIS: #755
Fix «Continue where you left off» to store the Video Link: #765
And a few more

Nightly Build

latest

Test nightly build

v1.14.0

:memo: Add console message for i18n

* Help developer locate their locale file

v1.13.0

Add

  • Notification when like and dislike song with hotkeys (3b797b2)
  • Miniplayer open/close custom keys (#310)
  • Audio output switch on tray icon
  • Add to library and add to playlist on middle action bar (#247)
  • Option to enable/disable buttons inject on middle action bar
  • Add dialog box when copy link from youtube (ab8a1d7)
  • Option to disable tray icon (#116)
  • Skip songs marked with thumb down (#334)

Fix

  • Lyrics keep scrolling back to top (#298)
  • Remote control webpage, strange visual with multiples interfaces (#300)
  • Changelog always shows on startup (#323)
  • A JavaScript error occurred in the main process — unable to enter preferences (#324)
  • Error on changing next track button hotkey (#327)
  • Settings Dialogue shows on wrong monitor (#265)
  • Unable to resize from top left corner (#331)
  • Pause between songs (#185)

Improve

  • Remote Control (#296)
  • updateActivity (events when paused and change seekbar)
  • Thumbs up behavior [hotkeys] (#259)
  • Disable shortcuts setting (#301 #3)
  • Refine Simplified Chinese translation (1e9bdf2)

v1.12.1

Add

  • Google Play Badge App

Fix

  • Error Opening main Window (#288)
  • Add option to disable current playing song next to Windows 10 volume slider (#289)
  • When minimized, I get an error when trying to show the app (#290)
  • Playing songs error (#292)

Improve

  • WindowsMediaService
  • Improve miniplayer

YouTube Music is a Windows utility that lets you listen to audio tracks on YouTube. It is possible to browse new releases and create custom playlists. There is an option to view lyrics in real time as well. Please note that free accounts have limited capabilities.

Music collection

The main window contains an embedded web browser for navigating through different YouTube sections. Users can view the lists of recommended music videos, playlists, artists and albums. It is necessary to log into the account to access personally tailored content.

There is a customizable audio player. Like in Winamp, you are able to shuffle tracks in the playlist and save favorite songs to the personal library. Buttons for displaying the lyrics and muting the sound are provided as well.

Configuration

Users can set the application to launch on system startup and enable hardware acceleration. The visual appearance of the interface is adjustable.

Playback settings include toggles for showing track progress on the taskbar and skipping disliked songs. Moreover, you are able to set the mini player to always be on top of all other windows. Flexible keyboard shortcuts for navigating to the next or previous song are included.

Features

  • free to download and use;
  • allows you to play songs from YouTube;
  • it is possible to save favorite tracks to the personal library;
  • there are customizable keyboard shortcuts for playback control;
  • compatible with modern versions of Windows.

Unofficial application to enjoy YouTube Music on the PC

To compete with streaming music services such as Spotify, Apple Music, or TIDAL, Google shut down Google Play Music, a service that was not getting users, and bet everything on YouTube Music. And it looks like the move is going well, as it is the fastest-growing online music platform.

YTMDesktop, an unofficial client for YouTube Music on the PC desktop

YouTube Music Desktop is an unofficial app that makes it easy to play music from Google’s service from your PC desktop. With a clean and simple design, it lets users enjoy the extensive music catalog offered by YouTube Music without having to open a browser, as a standalone app.

To use it, we will have to register as users with our Google account and choose at least five of our favorite artists to get a user experience more tailored to our interests. These are the main features and functions offered:

  • Support for PC multimedia control keys.
  • Desktop notifications.
  • Bar with playback control.
  • Background music playback.
  • Access to song lyrics.
  • Automatic update.
  • Miniature player.
  • Access to music videos.

In addition, it has the possibility of remote control thanks to the YTMDesktop Remote app, enabling you to control the playback of all songs from your Android.

Elies Guzmán
Elies Guzmán

With a degree in History, and later, in Documentation, I have over a decade of experience testing and writing about apps: reviews, guides, articles, news, tricks, and more. They have been countless, especially on Android, an operating system…

YouTube Music offers a simple way to access music on YouTube, along with automatic playlists created depending on your interests. But did you know that you could download the YouTube Music desktop app Windows 10 and you would access it like any other program? Let’s learn how to install YouTube music desktop app Windows and its features.

YouTube Music Desktop Features

YouTube optimized its Studio Editor function in February in order to better assist creators of video content. The following are its features:

  • Easy to install and use
  • Displays notifications
  • Access song lyrics
  • Easy music control with mini-player
  • Media controls in Windows taskbar
  • Updates automatically

How to Install YouTube Music Desktop App Windows

Table of Contents

If you are looking for the best music streaming app for Windows 10, YouTube Music would be the best choice. This app is distinct from other music outlets. However, you must download the YouTube Music desktop app Windows 10 in order to use YouTube on a computer.

Downloading the app might be more fun than using it on a browser. Even though the web version is easier, the desktop program is available for free. Also, you can uninstall it at any time you want. Now, let us get into the detail of how to install YouTube music desktop app Windows.

Method 1: Through Google Chrome

Although there isn’t an official desktop version of YouTube Music yet, you can still install it on your PC by utilizing this workaround. Let’s look at how to install YouTube music desktop app Windows.

1. Open Google Chrome and visit YouTube Music.

2. Click on the Install YouTube symbol in the URL bar.

In google chrome, click the install youtube symbol in the URL bar and then, after receiving a confirmation pop-up, click install | How to install YouTube music desktop app Windows

3. Then, after receiving a confirmation pop-up, click on Install.

after receiving a confirmation pop-up, click on Install

The desktop version of YouTube Music will then be downloaded.

Method 2: Through Microsoft Edge

In addition to supporting YouTube Music installation from the web browser, Microsoft’s browser also does so.

1. Open Microsoft Edge and visit YouTube Music.

2. In the top right corner, click on the installation box icon (inside the search bar to the left of the A icon).

In the top right corner, click the installation box icon

3. To install YouTube Music on your computer, click on Install in the prompt.

To install YouTube Music on your computer, click on Install in the prompt | How to install YouTube music desktop app Windows

Following the successful completion of the installation, you can access YouTube Music from the Windows Start menu as one of your installed apps.

How to Uninstall YouTube Music Desktop App

The desktop player for YouTube Music is simple to uninstall if you decide not to use it.

Method 1: Through App

1. Open the YouTube Music desktop application that you downloaded from Google Chrome.

2. Click the three vertical dots in the top right corner.

Click on the three vertical dots in the top right corner

3. Then, choose Uninstall YouTube Music… 

choose Uninstall YouTube Music

4. Click on Remove to uninstall.

Click on Remove to uninstall

Method 2: Through Settings

1. Press and hold Windows + I keys together to open Windows Settings.

2. Click on Apps.

Now, click on Apps

3. Search and click on YouTube Music and select Uninstall option.

 Search and click on Youtube and select Uninstall option | How to install YouTube music desktop app Windows

4. Confirm the prompt if any, and reboot your PC once you have uninstalled it.

How to Install and Uninstall YouTube Music App on Android & iOS

The YouTube Music app is available for download and installation on Android devices. Downloading it from the Google Play Store will enable you to do this. Additionally, to uninstall it, follow our guide on How to Uninstall or Delete Apps on your Android Phone.

Now for iOS users go to the Apple App Store to download and install the YouTube Music app for your iPhone or iPad. To uninstall, follow the given steps:

1. Tap and hold the YouTube Music app and select Remove App.

Tap and hold the YouTube Music app and select Remove App | YouTube music desktop app Windows 10

2. Tap on Delete App in the prompt to confirm the uninstallation process.

Tap on Delete App in the prompt to confirm the uninstallation process

Also Read: How to watch blocked YouTube videos

Frequently Asked Questions (FAQs)

Q1. Is it possible to download the official YouTube Music desktop app?

Ans. No, there is no official app. But you can download the YouTube Music app from the browser.

Q2. Can you use YouTube on a desktop?

Ans. Yes. Both a computer and a mobile device can access YouTube Music.

Q3. Is the YouTube Music app free?

Ans. Yes. You may enjoy your favorite songs, albums, and artists on YouTube Music for free. However, to download music and videos for offline listening and to enjoy music without commercials, you need a YouTube Music Premium subscription.

Q4. Does YouTube Music desktop app work on Windows 10?

Ans. Yes. YouTube Music app works perfectly on Windows 10.

Q5. What if YouTube Music isn’t functioning properly on a PC?

Ans. If the YouTube Music app isn’t working properly, do the following to fix the issue:

  • Update system
  • Clear cache in the respective browser
  • Reinstall the YouTube Music app

Q6. Does YouTube Music desktop app work offline?

Ans. Yes. If you have YouTube Music Premium, you can download and listen to your favorite songs offline. To keep your downloads active, you must reconnect to the internet at least once every 30 days.

Recommended:

  • What is Nmap Scan UDP Port?
  • How to Install and Use AceStream
  • How to Get YouTube Music Premium for Free
  • Fix YouTube Music Not Playing Next Song

Unquestionably, the simplest way to access YouTube on a desktop or laptop is by using a web browser like Google Chrome. We hope our overview of how to install YouTube Music desktop app Windows was helpful. If you have any doubts or suggestions, please drop them in the comments section below. Also, let us know what you want to learn next.

Open source, cross-platform, unofficial YouTube Music Desktop
App with built-in ad blocker and
downloader

Adblocker

Built-in adblocker

Block all ads and tracking out of the box

Downloader

Built-in downloader

Download (like youtube-dl) to custom formats (mp3, opus,
etc) directly from the interface

Plugins

Many other plugins in one click

Enhance your user experience with media keys, integrations
(Discord), cosmetic filters, notifications, TouchBar,
auto-unpause and many more! Every plugin can be enabled or
disabled in one click.

Code

Open source & Cross platform

Available for Windows (installer and portable), Mac and
Linux (AppImage, deb, etc)

  • Приложение ycc365 plus для windows
  • Приложение xbox для пк с windows 10 не запускается
  • Приложение xbox для windows для чего
  • Приложение xbox windows 10 что это
  • Приложение xbox 360 для windows 10