MusStream is a music streaming application built using the Qt framework. It allows users to stream their favorite music from various online sources, create playlists, and manage their music library.
- Add sources: Users can add their preferred music streaming sources to the application.
- Manage sources: Users can manage their added sources, including editing and removing them.
- Search for titles: Users can search for specific music titles across their added sources.
- Play music: Users can play their favorite music directly from the application.
See Roadmap.md for detailed information on upcoming features and release dates.
- Download the installer from the latest release on GitHub.
- Run the installer and follow the steps.
- Launch MusStream and enjoy!
You can't download the binaries yet, follow the build instructions in Compiling section.
Same as Linux, follow the build instructions in Compiling section.
- Clone the repository:
git clone https://github.com/FranciumSoftware/MusStream.gitImportant
Make sure you have the Qt framework installed on your system. You can download it from the official Qt website: https://www.qt.io/download
Open the project in Qt Creator and build it using the provided configuration.
Use the command line to build the project:
cd MusStream
cmake -S . -B build
cmake --build build --config ReleaseOpen the terminal and navigate to the project directory, then run the following commands:
cd MusStream
cmake -S . -B build
cmake --build build --config ReleaseContributions are welcome! If you want to contribute to MusStream, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive messages.
- Push your changes to your forked repository.
- Open a pull request to the main repository with a clear description of your changes.
Under GPL-3.0 License. Go to LICENSE for more details.