infinity plugin for audacious, evacuated from NSA/Microsoft Github
Go to file
Duilio Protti 8bfd5b3e5e Simplified description in README.md 2016-06-28 12:01:02 -03:00
minidocs README.md simplified. All moved to use Github Pages 2016-06-28 11:58:34 -03:00
src README.md simplified. All moved to use Github Pages 2016-06-28 11:58:34 -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 Simplified description in README.md 2016-06-28 12:01:02 -03:00
REPORT-BUGS Fixed 'make dist' target 2016-06-25 19:00:18 -03:00
TODO Updated TODO 2016-06-25 18:38:34 -03:00
autogen.sh Autoconf bumped to 2.65 Automake bumped to 1.15 2016-06-27 11:18:13 -03:00
configure.ac README.md simplified. All moved to use Github Pages 2016-06-28 11:58:34 -03:00

README.md

Infinity

Visualization plugin for Audacious music player.

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

Screenshot of Infinity

Requirements

Audacious >= 3.5, Audclient >= 3.5, 1.0.6 <= SDL < 2, Glib >= 2.8, Gtk+ >= 2.8

Install deps in Ubuntu

sudo apt -y install audacious-dev libaudclient-dev libsdl1.2-dev libglib2.0-dev libgtk2.0-dev

Install from tarball

  • Download
  • ./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.