LX Music: An Electron + Vue Based Music Software
Technology Stack:
- Electron 15+
- Vue 3
Supported Platforms:
- Windows 7 and above
- macOS
- Linux
For Updates:
- Check the changelog.
Download Software:
- Go to the release page.
- Alternatively, download from the cloud storage (includes MAC, Windows versions): Lanzou Password: glqw (if the link doesn't open, search "Lanzou link not opening" on Baidu).
Common Issues:
- Refer to the FAQ section.
Important Note:
- The original release of this project is only available on GitHub and Lanzou cloud storage. Any other channels are third-party reposts and unrelated to this project.
User Guidance:
- The default settings and UI are not beginner-friendly. It is recommended to browse and adjust the software settings according to your preferences and read through the music playlist mechanism and available mouse and keyboard shortcuts before using.
Scheme URL Support:
- From v1.17.0, Scheme URL support is available, allowing LX Music to be called from browser scenarios. A companion Tampermonkey script is provided for use.
- Script installation: Greasyfork.
Data Synchronization Service:
- From v2.2.0, an independent data synchronization service is released. If you have a server, you can deploy it as a private multi-end synchronization service. Refer to the project description for details.
Launch Parameters:
- Supported launch parameters include:
-proxy-server
to set the proxy server for all application traffic.-proxy-bypass-list
to bypass the proxy server for a list of hosts separated by semicolons.-play
to play specified playlist music at startup.-search
to automatically search specified content in the search box at startup.-dha
to disable hardware acceleration at startup.-dt
to start in non-transparent mode.-dhmkh
to disable hardware media key handling.
- For detailed descriptions of the launch parameters, refer to the launch parameters documentation.
Data Storage Path:
- By default, the software stores data in:
- Windows:
%APPDATA%/lx-music-desktop
- Linux:
$XDG_CONFIG_HOME/lx-music-desktop
or~/.config/lx-music-desktop
- macOS:
~/Library/Application Support/lx-music-desktop
- Windows:
- On Windows, if a
portable
directory exists in the program directory, it will be used as the data storage directory (added in v1.17.0).
Source Code Usage:
- Source code usage has been migrated to: LX Music Documentation.