Skip to content

nlkli/cpod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpod

minimal c terminal audio player

Platform

  • macOS only

Dependencies

  • FFmpeg libraries:
    • libavformat
    • libavcodec
    • libavutil
    • libswresample
brew install ffmpeg

Build from source

git clone https://github.com/nlkli/cpod
cd cpod
chmod +x build.sh
./build.sh && ./cpod -i ./resources

Resources

Help message

minimal c audio player
https://github.com/nlkli/cpod
Options:
  -i, --input <path>   Input playlist path (dir or file)
  -h, --help           Show this help message
  -V, --version        Show this help message
Keymaps:
  j    Next
  k    Prev
  J    Rand
  p    Pause
  +    Vol up
  -    Vol down

Usage

Play from playlist file

cpod -i ./resources/.playlist

Play from directory

cpod -i ./resources

About

minimal c terminal audio player

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors