music.sh.1 597 B

123456789101112131415161718192021222324252627282930
  1. .Dd July 15, 2016
  2. .Dt MUSIC.SH 1
  3. .Os
  4. .Sh NAME
  5. .Nm music.sh
  6. .Nd A very simple music player
  7. .Sh SYNOPSIS
  8. .Nm
  9. .Op Fl d
  10. .Op Fl n
  11. .Sh DESCRIPTION
  12. .Nm
  13. is a simple music player working in a client-server-like system.
  14. It requires the deamon to run.
  15. When no argument is used, it displays info about the currently playing song.
  16. .Pp
  17. Its arguments are as follows:
  18. .Bl -tag -width Ds
  19. .It Fl d
  20. Start the deamon, which will start playing random songs.
  21. .It Fl e
  22. Enqueue all songs matching certain tags.
  23. Example:
  24. music.sh -e "ARTIST=Lately Kind of Yeah" "TITLE=Soul Blazer"
  25. .It Fl n
  26. Play the next song.
  27. .El