MuseIC is a fast and simple music player with remote control from any device through internet browser.
- Play music files and add them to music library
- Sort by name, artis and album (it handles ID3 metadata tags)
- Connect to the address given by MuseIC and control the media from any device (mobile phone, tablet, etc.) with a web browser:
Any resemblance between the name and some awesome music band is pure coincidence.
Download MuseIC through the elementary app store. It's always updated to lastest version. Easy and fast.
Download last release (zip file), extract files and enter to the folder where they where extracted.
Install your application with the following commands:
- mkdir build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr ../
- make
- sudo make install
DO NOT DELETE FILES AFTER MANUAL INSTALLATION, THEY ARE NEEDED DURING UNINSTALL PROCESS
Just go to store and click on uninstall :)
To uninstall your application, run the script "cmake_uninstaller.py" (in the folder where files where originally extracted for manual installation).
It must be run as sudo:
- sudo python3 cmake_uninstaller.py