Warning
xoderton's fork is not affiliated with @richardscull and mostly likely won't be up-to-date with original repository, bringing only unique features to xoderton, use it at your risk! ^w^
osu!tify is a project that aims to create a music player specifically designed for the game osu!. The application uses the osu! API to fetch the latest songs and allows users to play them directly from the application. The application also includes a liked playlist where users can add their favorite songs.
- Up-to-date song library from osu! and mirror servers
- Song playback with progress bar and controls
- Liked playlist with favorite songs
- Clone the repository:
git clone --branch feature/tauri https://github.com/xoderton/osutify/
- Install the required dependencies:
npm install --force
- Start the application:
npm start
- Clone the repository:
git clone --branch feature/tauri https://github.com/xoderton/osutify/
- Install the required dependencies:
npm install --force
(not required, if you already installed Web App) - Start the application:
npm run tauri dev
- feature/tauri also requires to install Rust on your computer in order to run it.
This project is licensed under the MIT License. See the LICENSE file for more details.