Skip to content
forked from cmus/cmus

Small, fast and powerful console music player for Unix-like operating systems.

License

Notifications You must be signed in to change notification settings

VladislavGrudinin/cmus

This branch is 89 commits behind cmus/cmus:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 8, 2023
Jul 15, 2023
Jul 8, 2023
Dec 24, 2021
Jul 8, 2023
Dec 24, 2021
Dec 17, 2020
Mar 19, 2016
May 4, 2016
Apr 28, 2011
Jul 15, 2023
Oct 20, 2022
Apr 27, 2015
Sep 5, 2014
Feb 15, 2019
Sep 5, 2014
Jan 3, 2013
Feb 19, 2019
Jul 15, 2023
Sep 27, 2016
Jan 3, 2013
Sep 5, 2014
Jan 3, 2013
Jan 3, 2013
Dec 17, 2020
Jul 15, 2023
May 30, 2021
May 30, 2021
May 30, 2021
Oct 20, 2022
Dec 13, 2020
Dec 17, 2020
Jul 8, 2023
Oct 7, 2013
Sep 5, 2014
Dec 13, 2020
Dec 13, 2020
Oct 16, 2016
Oct 16, 2016
Sep 5, 2014
Sep 5, 2014
Jan 3, 2013
Sep 5, 2014
Dec 13, 2020
Dec 13, 2020
Dec 13, 2020
Sep 5, 2014
Oct 15, 2016
Oct 15, 2016
Feb 15, 2019
Oct 14, 2016
Oct 20, 2022
Oct 20, 2022
Oct 20, 2022
Oct 20, 2022
Jan 12, 2021
Sep 5, 2014
Feb 15, 2019
Sep 5, 2014
Oct 2, 2013
Sep 5, 2014
Feb 25, 2016
Sep 5, 2014
Jan 12, 2021
Jan 26, 2016
Feb 15, 2019
Sep 5, 2014
Jul 13, 2016
Sep 5, 2014
Jul 15, 2023
Jul 31, 2016
Dec 17, 2020
Sep 5, 2014
Jan 3, 2013
Sep 5, 2014
Jul 13, 2023
Jul 13, 2023
Jan 12, 2021
Jan 3, 2013
Sep 25, 2022
Sep 28, 2016
Oct 25, 2016
Apr 10, 2016
Jan 3, 2013
Sep 5, 2014
Dec 17, 2020
Apr 16, 2019
Dec 24, 2021
Jul 8, 2023
Jun 26, 2016
Dec 24, 2021
Jul 15, 2023
Jul 15, 2023
Dec 24, 2021
Dec 24, 2021
Jan 3, 2013
Sep 5, 2014
Oct 7, 2013
Sep 5, 2014
Jul 8, 2023
Jul 8, 2023
Jul 15, 2023
Jul 15, 2023
Jul 31, 2016
Jul 31, 2016
Jul 15, 2023
Mar 1, 2021
Sep 5, 2014
Sep 5, 2014
Sep 5, 2014
Dec 17, 2020
Jan 3, 2013
Sep 5, 2014
Jul 31, 2016
Jul 31, 2016
Apr 4, 2017
Sep 5, 2014
Oct 20, 2022
Sep 5, 2014
May 12, 2016
Jan 3, 2013
Sep 5, 2014
Jan 3, 2013
Sep 5, 2014
Jan 12, 2021
Sep 5, 2014
May 30, 2021
May 30, 2021
Jul 12, 2023
Oct 18, 2022
Jul 13, 2023
Feb 25, 2016
Sep 5, 2014
Oct 20, 2022
Mar 23, 2021
Jul 15, 2023
Dec 13, 2020
Dec 17, 2020
Dec 17, 2020
Oct 20, 2022
Jan 12, 2021
Jul 31, 2016
Sep 26, 2016
Sep 26, 2016
Jan 3, 2013
Sep 5, 2014
Jul 31, 2016
Jul 31, 2016

Repository files navigation

cmus — C* Music Player

https://cmus.github.io/

Build Status

Copyright © 2004-2008 Timo Hirvonen tihirvon@gmail.com

Copyright © 2008-2017 Various Authors

Configuration

List available optional features

$ ./configure --help

Auto-detect everything

$ ./configure

To disable some feature, arts for example, and install to $HOME run

$ ./configure prefix=$HOME CONFIG_ARTS=n

After running configure you can see from the generated config.mk file what features have been configured in (see the CONFIG_* options).

Note: For some distributions you need to install development versions of the dependencies. For example if you want to use 'mad' input plugin (mp3) you need to install libmad0-dev (Debian) or libmad-devel (RPM) package. After installing dependencies you need to run ./configure again, of course.

If you want to use the Tremor library as alternative for decoding Ogg/Vorbis files you have to pass CONFIG_TREMOR=y to the configure script:

$ ./configure CONFIG_VORBIS=y CONFIG_TREMOR=y

The Tremor library is supposed to be used on hardware that has no FPU.

Building

$ make

Or on some BSD systems you need to explicitly use GNU make:

$ gmake

Installation

$ make install

Or to install to a temporary directory:

$ make install DESTDIR=~/tmp/cmus

This is useful when creating binary packages.

Remember to replace make with gmake if needed.

Manuals

$ man cmus-tutorial

And

$ man cmus

Mailing List

To subscribe to cmus-devel@lists.sourceforge.net or view the archive visit http://lists.sourceforge.net/lists/listinfo/cmus-devel.

The mailing list now serves as an archive for old releases and issues. Please use the GitHub issues page for any problems, suggestions, or bug reports.

IRC Channel

Feel free to join IRC channel #cmus on Libera.chat and share you experience, problems and issues. Note: This is an unofficial channel and all people hanging around there are for the love of cmus.

Reporting Bugs

Bugs should be reported using the GitHub issue tracker. When creating a new issue, a template will be shown containing instructions on how to collect the necessary information.

Additional debug information can be found in ~/cmus-debug.txt if you configured cmus with maximum debug level (./configure DEBUG=2). In case of a crash the last lines may be helpful.

Git Repository

https://github.com/cmus/cmus

$ git clone https://github.com/cmus/cmus.git

Hacking

cmus uses the Linux kernel coding style. Use hard tabs. Tabs are always 8 characters wide. Keep the style consistent with rest of the code.

Bug fixes and implementations of new features should be suggested as a pull request directly on GitHub.

About

Small, fast and powerful console music player for Unix-like operating systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.3%
  • Shell 2.3%
  • Other 1.4%