infinity plugin for audacious, evacuated from NSA/Microsoft Github
Go to file
Duilio Protti c5d5c04800 SDL2 updated in docs 2016-07-01 14:16:28 -03:00
minidocs README.md simplified. All moved to use Github Pages 2016-06-28 11:58:34 -03:00
src SDL events do not disabled on quit 2016-07-01 14:01:41 -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 SDL2 updated in docs 2016-07-01 14:16:28 -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 Removed Gtk+ dependency 2016-06-30 15:20:54 -03:00
configure.ac SDL2 updated in docs 2016-07-01 14:16:28 -03:00

README.md

Infinity

Visualization plugin for Audacious music player.

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.5, Glib >= 2.28, SDL >= 2

Install deps in Ubuntu

sudo apt -y install 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 Tab.

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 systems over AMD64 architectures, 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 help is welcome either coding, testing or building distro packages.