https://github.com/bcedu/museic
Audio player with remote control made with Vala.
https://github.com/bcedu/museic
audio-player elementary-apps elementaryos music vala
Last synced: about 1 month ago
JSON representation
Audio player with remote control made with Vala.
- Host: GitHub
- URL: https://github.com/bcedu/museic
- Owner: bcedu
- License: gpl-3.0
- Created: 2017-07-14T18:10:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T21:52:31.000Z (over 6 years ago)
- Last Synced: 2023-02-28T09:11:34.704Z (over 3 years ago)
- Topics: audio-player, elementary-apps, elementaryos, music, vala
- Language: Vala
- Homepage:
- Size: 2.75 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# MuseIC
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.
## Installation
### Elementary App Store
Download MuseIC through the elementary app store. It's always updated to lastest version.
Easy and fast.
### Manual Instalation
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
## Uninstall
### Elementary App Store
Just go to store and click on uninstall :)
### Manual 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