Skip to content

linuxCowboy/musicbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Build Version

gst123

gst123 is a command line media player for linux/unix, implemented in C++. It is distributed under the LGPL2 or later license.

DESCRIPTION

The program gst123 is designed to be a more flexible command line player in the spirit of ogg123 and mpg123, based on gstreamer. It plays all file formats gstreamer supports, so if you have a music collection which contains different file formats, like flac, ogg and mp3, you can use gst123 to play all your music files.

All video file formats gstreamer can play are also available.

REQUIREMENTS

You need a C++ compiler, gstreamer-0.10 or gstreamer-1.0, gtk3.0 and ncurses to build gst123.

INSTALLATION

In short, gst123 needs to be built and installed with:

./configure
make
make install

FORK

Musikbox with direct title select

Added features:

  • play title 1-9
  • play last title 0
  • play previous title p
  • list playlist l
  • with full path L
  • stop after current t
  • colorize current title
  • single repeat r
  • delay between repeats
  • hide cursor
  • hide tags -t|--notags
  • center video
  • show video size
  • set video size -X|--video-size=<WxH>
  • video_size config option
  • help screen h

Added options:

Options

Added hotkeys:

Options

... I originally just wanted to add the backwards key.

About

cmdline jukebox with gstreamer and visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.2%
  • C 3.6%
  • M4 2.7%
  • Other 1.5%