Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 948 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 948 Bytes

mpdfav

A mpd script to save a list of your favorite songs and play them.
I wanted a (too) simple system to quickly identify my favorite songs while listening.

Inspiration from Patrick's mpdtag system.

Usage

Usage : mpdfav (add|rm|play)

Save a list of your favorite songs and play them.
Your favorite songs list is ~/.mpdfavs
You can check files not found in ~/.mpdfavs.errors

commands:

add     add the current playing song to ~/.mpdfavs
rm      remove the current playing song from ~/.mpdfavs
play    create a playing list from ~/.mpdfavs and start playing
        check files not found in ~/.mpdfavs.errors

Requirements

To Do

  • add notifications
  • change format to %artist% %album% %title% versus %file%
  • add more options & commands