Skip to content
/ pimp Public

Music player (fzf + mpv) designed for screen-less, numpad-controlled playback on the Raspberry Pi for car and home stereo use. 🐑🐧

License

Notifications You must be signed in to change notification settings

speguero/pimp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

77 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


pimp

A music player project for unix aficionados; designed especially to facilitate a screen-free, numpad-controlled playback experience for your vehicle's audio system.


Commands

Default Action

Resume music playback of cached playlist file (pimp play) and display recursive list of subdirectories to play within default music directory or $PIMP_DPATH_MUSIC (pimp dir) once playback ends.

% pimp

dir, d [-q] [query]

Display recursive list of subdirectories to play within default music directory or $PIMP_DPATH_MUSIC.

-q Disable selection tone and text-to-speech (tts).
% pimp d
% pimp d deep house
% pimp d -q
% pimp d -q deep house

file, f [query]

Display recursive list of files to play within default music directory or $PIMP_DPATH_MUSIC.

% pimp f
% pimp f mixes 199 fm new york

play, p, slap [-qs]

Resume music playback of cached playlist file.

-q Suppress initialization tone.
-s Shuffle cached playlist content.
% pimp p
% pimp p -q
% pimp p -s
% pimp p -qs
% pimp play
% pimp slap


Documentation is in development!

About

Music player (fzf + mpv) designed for screen-less, numpad-controlled playback on the Raspberry Pi for car and home stereo use. 🐑🐧

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published