infinity plugin for audacious, evacuated from NSA/Microsoft Github
Go to file
Duilio Protti 14e77a54c9 Pre-increment is said to be faster in many situations 2016-07-11 16:18:52 -03:00
minidocs Full-screen key changed from Tab to F11. Screenshot removed 2016-07-03 11:16:28 -03:00
src Pre-increment is said to be faster in many situations 2016-07-11 16:18:52 -03:00
.gitignore Ignore Sublime Text project files 2016-06-21 15:56:13 -03:00
AUTHORS Added author CBke 2016-02-12 17:13:28 -03:00
ChangeLog Removed DBUS dep 2016-06-25 17:36:39 -03:00
HISTORY Move from 100% C to mix of C/C++ to match Audacious 3.6 API 2016-06-21 21:08:54 -03:00
LICENSE Initial commit 2013-10-18 07:51:48 -07:00
Makefile.am README.md simplified. All moved to use Github Pages 2016-06-28 11:58:34 -03:00
NEWS Fixed 'make dist' target 2016-06-25 19:00:18 -03:00
PLANS Fixed 'make dist' target 2016-06-25 19:00:18 -03:00
README README refers to README.md 2016-06-25 18:26:28 -03:00
README.md README simplified 2016-07-11 14:49:41 -03:00
REPORT-BUGS Fixed 'make dist' target 2016-06-25 19:00:18 -03:00
TODO SDL2 updated in docs 2016-07-01 14:16:28 -03:00
autogen.sh Automake version downgraded to 1.11 2016-07-03 12:35:59 -03:00
configure.ac Required Audacious 3.6: the minimum version with C++ plugin API 2016-07-04 14:56:48 -03:00

README.md

Infinity

Music visualization plugin for Audacious.

It generates beautiful light effects. Supports full-screen mode, mouse resizing, preferences saving and player control through keyboard.

Go to Downloads

Screenshot of Infinity

Requirements

Audacious 3.6, Glib 2.28, SDL 2

Install deps in Ubuntu

sudo apt-get -y install pkg-config audacious-dev libsdl2-dev libglib2.0-dev

Install from tarball

  • Download
  • tar xf infinity-plugin-{version}.tar.xz
  • ./configure
  • make
  • sudo make install

Install from repo

Run

Audacious -> View -> Visualizations -> Infinity

Enter / leave full-screen by pressing F11.

Screenshot of Infinity Settings

Playing Around

See how to add new effects or how to control the plugin with the keyboard.

Known Bugs

In Ubuntu over AMD64, try configure with --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu

If you found a bug please report it at https://github.com/dprotti/infinity-plugin/issues.

Authors

Old Versions

Releases older than 0.8.0beta1 can be found at Sourceforge: https://sourceforge.net/projects/infinity-plugin/

Contributions

Your feedback or help would be really appreciated.