haskell-player-0.1.3.3: A terminal music player based on afplay

Safe HaskellNone
LanguageHaskell2010

Sound.Player.Widgets

Synopsis

Documentation

songWidget :: Song -> Widget Source

A song Widget, one of the items in the songs list.

playbackProgressBar :: Maybe Playback -> List Song -> Widget Source

A Widget that shows two progress bars, the top bar shows the path of the playing song, the bottom bar shows the playhead position, song duration and playback percentage.