GodPlayer is a sleek and user-friendly music player that's ready to use right out of the box. It's built with Tauri and Solid-JS, offering a customizable and efficient experience for Windows users.
- Default Music Folder: Automatically set to the user's music folder, which can be changed in the settings.
- Administrator Rights: If the app crashes, try running it as an administrator.
To build the app, you'll need an internet connection. Follow these steps:
- Open a command prompt in the source folder.
- Run
npm install
. - Navigate to the
src-tauri
directory withcd src-tauri
. - Execute
cargo tauri build
. - Wait for the process to complete, which may take some time.
- The built application will be located in
src-tauri/target/release/bundle/msi
.