Added a Vimus article

pull/1/head
Gianmarco Gargiulo 2022-08-14 19:19:16 +02:00
parent 8932ef6df4
commit b3bf81d815
5 changed files with 20 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 KiB

20
content/software/vimus.md Normal file
View File

@ -0,0 +1,20 @@
---
title: "Vimus"
description: A simple song and album visualizer made with Gambas
date: 2022-08-14T18:49:22+02:00
tags: ["linux", "gambas", "music"]
draft: false
thumbnail: /software/img/vimusbanner.png
---
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](/software/img/horsepower.png)
![Daft Punk's Robot Rock](/software/img/robotrock.png)
![Thomas Bangalter's Colossus](/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.
The software is licensed under the [GNU General Public License version 3](https://www.gnu.org/licenses/gpl-3.0.html), you can find the source code and the installable binaries over at [the Git repository](https://git.gianmarco.ga/gianmarco/vimus).