Skip to content
/ mpdfav Public

Mpd script to save a list of your favorite songs and play them.

Notifications You must be signed in to change notification settings

f0x2501/mpdfav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

Mpd script to save a list of your favorite songs and play them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages