1**[简体中文](https://github.com/zhongyang219/MusicPlayer2/blob/master/README.md) | English** 2 3# MusicPlayer2 Introduction 4 5MusicPlayer2 is an audio player whitch supports music collection playback, lyrics display, format conversion and many other functions. It supports lyrics display, lyrics karaoke style display, lyrics online download, lyrics editing, song tag recognition, album cover display, album cover online download, spectrum analysis, sound effect settings, taskbar thumbnail button, theme color, format conversion and other functions. The playback kernel is the Bass Audio Library (V2.4). The player supports almost all common audio formats. 6 7# Related Links 8 9Please [click here](https://github.com/zhongyang219/MusicPlayer2/releases)to download the latest version of MusicPlayer2. 10 11Alternate link: Download from [Baidu Netdisk](https://pan.baidu.com/s/1i5QNwFF) 12 13MusicPlayer2 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. 14 15[Latest supported Visual C++ Redistributable downloads | Microsoft Docs](https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170) 16 17If you are using [Scoop](https://github.com/ScoopInstaller/Scoop) as a package manager, the MusicPlayer2 installation package is now added to the Scoop official [Extras](https://github.com/ScoopInstaller) repository for maintenance. You can install MusicPlayer2 with the following Powershell command: 18 19```pwsh 20scoop install extras/musicplayer2 21``` 22 23# Main Features 24 25* Lyrics display 26* Mini mode 27* Lyrics karaoke style display 28* Show lyrics in the taskbar search box 29* Desktop lyrics display 30* Lyrics online download 31* lyrics editing 32* Song tag recognition and editing 33* Spectrum analysis 34* Album cover display 35* Auto match download lyrics and album cover 36* Sound effect settings (equalizer and reverb) 37* Taskbar thumbnail button 38* Theme color 39* Support for cue format 40* Background Gaussian Blur 41* Format conversion 42* Media library function 43 44# Operating Instructions 45 46You have the following ways to open and play a song: 47 481. Select the "Open File" item on the File menu; 492. Select the "Open folder" item on the File menu; 503. 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; 514. Drag and drop the file or folder directly into the main window of the program; 525. Drag and drop the file or folder directly onto the program's icon or its shortcut icon. 53 54# Instructions for use 55 56**[Click here](https://github.com/zhongyang219/MusicPlayer2/wiki) to view the documentation (Only Chinese Available).** 57 58# Screen shoots 59 60Main window (UI2, light mode)▼ 61 62<img src="Screenshots/Main_window.png" style="zoom:80%;" /> 63 64Main window (UI2, light mode, show playlist)▼ 65 66<img src="Screenshots/main_window_with_playlist.png" style="zoom:80%;" /> 67 68Main window (UI2, dark mode)▼ 69 70<img src="Screenshots/Main_window2.png" style="zoom:80%;" /> 71 72Main window (UI1)▼ 73 74<img src="Screenshots/main_window_ui1.png" style="zoom:80%;" /> 75 76Main window (UI2)▼ 77 78<img src="Screenshots/main_window_ui2.png" style="zoom:80%;" /> 79 80Main window (UI3)▼ 81 82<img src="Screenshots/main_window_ui3.png" style="zoom:80%;" /> 83 84Main window (UI4)▼ 85 86<img src="Screenshots/main_window_ui4.png" style="zoom:80%;" /> 87 88Main window (UI5)▼ 89 90<img src="Screenshots/main_window_ui5.png" style="zoom:80%;" /> 91 92Mini mode▼ 93 94<img src="Screenshots/Mini_mode.png" style="zoom:80%;" /> 95 96Show lyrics in Cortana search box▼ 97 98<img src="Screenshots/Cortana_lyric.png" style="zoom:80%;" /> 99 100Desktop lyrics▼ 101 102<img src="Screenshots/desktop_lyric.jpg" style="zoom:80%;" /> 103 104Option settings - Appearance Settings▼ 105 106<img src="Screenshots/en_us/options.png" style="zoom:80%;" /> 107 108Option settings - General Settings▼ 109 110<img src="Screenshots/en_us/options2.png" style="zoom:80%;" /> 111 112# Update log 113 114**[Click here to view the update log.](https://github.com/zhongyang219/MusicPlayer2/blob/master/Documents/update_log_en-us.md)** 115 116