Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CuteMusic is a simple,lightweight and open-source offline music player app for Android.

License

Notifications You must be signed in to change notification settings

AlecNesatColak/CuteMusic

 
 

Repository files navigation

CuteMusic

CuteMusic is a simple,lightweight and open-source offline music player app for Android written in Jetpack Compose & Media3

👀 Overview

  • Play any song from anywhere just by sharing the audio file to the app without downloading it!
  • Easy search across all your music/albums/artists!
  • Very fast and snappy!
  • No unnecessary permissions needed!
  • Material 3/You & Monet theming (+ Amoled mode)!
  • Blacklist Folders!
  • Beautiful landscape UI!
  • Tag Editor!
  • Makes you a cutie!


💬 Contact Me


❤️ Support

You can support me by donating on my PayPal: https://bit.ly/sosaucePayPal. Thank you so much for the support ❤️


⚠️ Copyright

Copyright (c)2024 sosauce

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

The above copyright notice, this permission notice, and its license shall be included in all copies or substantial portions of the Software.

You can find a copy of the GNU General Public License v3 here


🚀 Getting Started

Prerequisites

  • Android Studio (latest version recommended)
  • Java Development Kit (JDK) 11 or higher
  • Git

Installation

  1. Clone the repository:

    git clone https://github.com/sosauce/CuteMusic.git
    cd CuteMusic
  2. Open the project in Android Studio:

    • Open Android Studio.
    • Select Open an existing project.
    • Navigate to the CuteMusic directory and select it.
  3. Build the project:

    • Click on Build in the top menu.
    • Select Make Project and ensure there are no errors.
  4. Run the app:

    • Connect an Android device or use an emulator.
    • Click on Run in the top menu.
    • Select your device and click OK.

Contributing

  1. Fork the repository:

    • Click the Fork button on the top right of the repository page.
  2. Create a new branch:

    git checkout -b feature/YourFeatureName
  3. Make your changes:

    • Implement your feature or bug fix.
    • Ensure your code follows the project's coding standards.
  4. Commit your changes:

    git add .
    git commit -m "Add feature: YourFeatureName"
  5. Push to your fork:

    git push origin feature/YourFeatureName
  6. Create a Pull Request:

    • Go to the original repository.
    • Click on Pull Requests and then New Pull Request.
    • Select your branch and submit the pull request.

About

CuteMusic is a simple,lightweight and open-source offline music player app for Android.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%