Popularity
7.8
Growing
Activity
0.0
Stable
38
3
7

Monthly Downloads: 23
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Sound     Multimedia    
Latest version: v0.1.3.3

haskell-player alternatives and similar packages

Based on the "Sound" category.
Alternatively, view haskell-player alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of haskell-player or a related project?

Add another 'Sound' Package

README

haskell-player

A minimal graphical interface on top of afplay and afinfo built using brick.

[haskell-player](haskell-player.png?raw=true)

By default it will show a list of all the contents found in the $HOME/Music directory.

Commands:

  • enter to play the selected song
  • spacebar to pause/resume the current song
  • left arrow to play the previous song
  • right arrow to play the next song
  • q to exit

Build and run

Use stack to build and run the project:

stack build
stack exec haskell-player

More info on stack at http://docs.haskellstack.org/en/stable/README/.

You can download the latest executable version at [TODO: add download link].

Requirements

It requires afplay and afinfo, that should be present in any modern Darwin distribution.

Supported formats

Any format supported by afplay.