Added a README file

master
Gianmarco Gargiulo 2022-08-14 19:18:40 +02:00
parent 4a124f9e8b
commit 6f4e13de85
2 changed files with 20 additions and 0 deletions

3
.hidden/CHANGELOG Normal file
View File

@ -0,0 +1,3 @@
* Sun Aug 14 2022 Gianmarco Gargiulo <me@gianmarco.ga> 0.0.1
- Versione iniziale

17
README.md Normal file
View File

@ -0,0 +1,17 @@
![Vimus logo](icon2048.png)
# Vimus
## A simple song and album visualizer made with Gambas
[![license](https://img.shields.io/badge/license-GPL--3.0-lightgreen?style=flat-square)](https://www.gnu.org/licenses/gpl-3.0.html)
It's really really simple: when you play a song in Clementine (for now it's hardcoded for that), the cover art, song name, artist, album name and its year will appear at the center of a simple black screen.
![Justice's Horsepower](https://gianmarco.ga/software/img/horsepower.png)
![Daft Punk's Robot Rock](https://gianmarco.ga/software/img/robotrock.png)
![Thomas Bangalter's Colossus](https://gianmarco.ga/software/img/colossus.png)
The code itself is very bad and hacky and was done in just a few days, just a bunch of shell commands directing to DBus to get the data Vimus needs to display. Feel free to suggest any changes or to make a pull request to make it simpler and more efficient.