Portability | unportable |
---|---|
Stability | stable |
Maintainer | joachifm@fastmail.fm |
Safe Haskell | None |
Network.MPD.Applicative.PlaybackOptions
Description
Playback options
- consume :: Bool -> Command ()
- crossfade :: Seconds -> Command ()
- random :: Bool -> Command ()
- repeat :: Bool -> Command ()
- setVolume :: Int -> Command ()
- single :: Bool -> Command ()
- replayGainMode :: ReplayGainMode -> Command ()
- replayGainStatus :: Command [(String, String)]
- mixrampDb :: Decibels -> Command ()
- mixrampDelay :: Seconds -> Command ()
Documentation
replayGainMode :: ReplayGainMode -> Command ()
Set replay gain mode.
replayGainStatus :: Command [(String, String)]
Get replay gain status: option name and its value.
mixrampDb :: Decibels -> Command ()
Set MixRamp overlap threshold. 0dB is the normalized maximum value; use negative values to adjust it.
Songs must have MixRamp tags set by an external tool for this to work; crossfading is used if no tags are present.
mixrampDelay :: Seconds -> Command ()