Skip to content

HenryLoM/muz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===============================
              muz
===============================

DESCRIPTION
-----------
nearly suckless local music player

DEPENDENCIES
------------
mpv - https://github.com/mpv-player/mpv

(ffmpeg and ffprobe comes with mpv, but if any error occurs, reinstall them)
(if you use terminal with kitty image protocol, you will have artworks on the playback)

INSTALLATION
------------
curl -sL https://raw.githubusercontent.com/HenryLoM/muz/main/muz -o muz
chmod +x ./muz
mv ./muz ~/.local/bin/

USAGE
-----
$ muz <directory path>    - launch muz in the given directory
$ muz                     - launch muz, loading the directory path from cache
$ muz --help              - print full controls and some info about the script

REMARKABLE DETAILS
------------------
The script analyzes all subdirectories recursevly actually fast, so in the end you get a file structure that leads to all sorts of audio on the way for 100%, getting everything else trimmed and hidden.
Let alone a structured music library/archive, that will be displayed just as it was meant to.
Don't take me wrong, I really love this project. It is neither great nor fancy, but it means quite a lot to me personally, since it's the only player I use on the daily basis myself.

AI INFLUENCE
------------
Honestly telling I was using the language model (Qwen, to be clear), mostly to resolve troubles with navigation through directories. Also I was searching and summarizing some info about bash syntax to make it more bash-native.
Hurry to reassure I did my best at reviewing all code I didn't write. Now this is for you to judge.

Contributors

Languages