Back to Musicplayer2

MusicPlayer2 Introduction

README_en-us.md

2.785.3 KB
Original Source

简体中文 | English

<a href="https://hellogithub.com/repository/zhongyang219/MusicPlayer2" target="_blank"></a>

MusicPlayer2 Introduction

MusicPlayer2 is a powerful local music player software designed to provide users with the best local music playback experience. It integrates a wide range of features including lyric display, karaoke-style lyric rendering, online lyric downloading, lyric editing, song tag recognition, album cover display, online album cover downloading, spectrum analysis, audio effect settings, taskbar thumbnail controls, theme colors, format conversion, and more. The player also offers highly customizable interface layouts and supports multiple playback kernels (BASS and FFMpeg). It is compatible with most common audio formats.

Related Links

Please click hereto download the latest version of MusicPlayer2.

Alternate link: Download from Baidu Netdisk

MusicPlayer2 relies on the Microsoft Visual C++ runtime environment. If the program prompts "Cannot find MSVC*.dll" when the program starts, please click the link below to download and install the Microsoft Visual C++ runtime environment.

Latest supported Visual C++ Redistributable downloads | Microsoft Docs

If you are using Scoop as a package manager, the MusicPlayer2 installation package is now added to the Scoop official Extras repository for maintenance. You can install MusicPlayer2 with the following Powershell command:

pwsh
scoop install extras/musicplayer2

Main Features

  • Lyrics display
  • Mini mode
  • Lyrics karaoke style display
  • Show lyrics in the taskbar search box
  • Desktop lyrics display
  • Lyrics online download
  • lyrics editing
  • Song tag recognition and editing
  • Spectrum analysis
  • Album cover display
  • Auto match download lyrics and album cover
  • Sound effect settings (equalizer and reverb)
  • Taskbar thumbnail button
  • Theme color
  • Support for cue format
  • Background Gaussian Blur
  • Format conversion
  • Media library function
  • customize interface layouts by xml

Operating Instructions

You have the following ways to open and play a song:

  1. Select the "Open File" item on the File menu;
  2. Select the "Open folder" item on the File menu;
  3. Click the "Select Folder" button or select the "Select Folder" item on the "Tools" menu, select a recently played folder in the popped up dialog, or click the "Open new folder" button to play a new folder;
  4. Drag and drop the file or folder directly into the main window of the program;
  5. Drag and drop the file or folder directly onto the program's icon or its shortcut icon.

Instructions for use

Click here to view the documentation (Only Chinese Available).

Screen shoots

The player interface supports switching between multiple layouts, as well as dark and light modes.

Main window (UI2, light mode)▼

Main window (UI2, light mode, show playlist)▼

Main window (UI2, dark mode)▼

Main window (UI1)▼

Main window (UI2)▼

Main window (UI3)▼

Main window (UI4)▼

Playback detail page (UI4)▼

Main window (UI5)▼

Main window (Groove Music Style Windows 11)

Playback detail page (Groove Music Style Windows 11)

Mini mode▼

Show lyrics in Windows 10 search box▼

Desktop lyrics▼

Option settings - Appearance Settings▼

Option settings - General Settings▼

Update log

Click here to view the update log.

Development Environment Setup

MusicPlayer2 only supports development and operation on Windows systems. To compile the source code of MusicPlayer2, you need to install Visual Studio 2022. During installation, select the C++ development environment, and you must check the option for MFC.

After installing Visual Studio 2022, open the solution file MusicPlayer2.sln, compile it, and run the project.