evacuated-infinity-plugin/README.md

2.4 KiB

Infinity

Music visualization plugin for Audacious, evacuated from NSA/Microsoft Github

Original infinity by dprotti

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

Screenshot of Infinity

Requirements

Audacious 3.10+, Glib 2.64+, SDL 2.0.10+

Install deps in Ubuntu

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

Install from tarball

  • Download
  • tar xf infinity-plugin-{version}.tar.xz
  • ./configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu
  • make
  • sudo make install

Install from repo

if this doesn't work try

  • ./autogen.sh --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu instead

for "debug" mode use

  • ./autogen.sh --prefix=/usr --libdir=/usr/lib/ --enable-debug instead

Run

Audacious -> View -> Visualizations -> Infinity

Enter / leave full-screen by pressing F11.

Playing Around

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

Known Bugs

If you found a bug please report it at https://git.nogafam.es/themusicgod1/evacuated-infinity-plugin/issues.

Authors

Contributions

Your feedback or help would be really appreciated. Send us your PRs!