Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

thaumiel1/trill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trill

Small, compact music player based on rodio.

Usage

Run the program with --help to see the available options.

To just play a sound file:

trill -p <path>

To randomise the order of tracks:

trill -r

Manipulating settings

Settings are defined through environment variables.

Supported settings listed below:

  • volume, controlled through the VOLUME environment variable. MUST BE FLOATING POINT BETWEEN 0.0 - 1.0
    • 0.0 = 0% volume, 1.0 = 0% volume.

Currently supported formats.

  • MP3
  • WAV
  • FLAC
  • OGG

About

Small, compact music player written with Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages