https://github.com/cuarzosoftware/cuarzoplayer
A free multi-platform Cloud Music Player
https://github.com/cuarzosoftware/cuarzoplayer
Last synced: 3 months ago
JSON representation
A free multi-platform Cloud Music Player
- Host: GitHub
- URL: https://github.com/cuarzosoftware/cuarzoplayer
- Owner: CuarzoSoftware
- License: gpl-3.0
- Created: 2017-04-15T04:35:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T06:08:18.000Z (about 9 years ago)
- Last Synced: 2025-03-26T13:38:47.761Z (about 1 year ago)
- Language: C++
- Size: 72 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CuarzoPlayer
A free multi-platform Cloud Music Player
# Google Drive
Upload your music into your Google Drive account and download it or stream it from any of your devices
# Qt
Using Qt for the desktop version (OS X, Windows, Linux) Link
# TagLib
Using TagLib v1.11.1 C++ library for ID3 tags management Link
# Build Steps
- Open the project with Qt
- Compile TagLib with CMake, and install into "usr/lib" directory
- Compile with Qt
# LINUX
Install those libraries before compile.
sudo apt-get install freeglut3 freeglut3-dev libglew1.5 libglew1.5-dev libglu1-mesa libglu1-mesa-dev libgl1-mesa-glx libgl1-mesa-dev libpulse-dev