Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 2.29 KB

File metadata and controls

70 lines (47 loc) · 2.29 KB

Infinity

Music visualization plugin for Audacious.

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

Screenshot of Infinity

Requirements

Audacious 4.x, Glib 2.28, Qt 6.

During building needs Meson, Ninja, pkg-config.

Install deps in Ubuntu/Debian

sudo apt-get -y install meson ninja-build pkgconf audacious audacious-dev libglib2.0-dev qt6-base-dev

Install

  • git clone https://github.com/dprotti/infinity-plugin
  • cd infinity-plugin
  • meson setup build --prefix=$(pkg-config --variable=prefix audacious) --buildtype=release -Db_lto=true
  • meson compile -C build
  • sudo meson install -C build

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.

Authors

Contributions

Your feedback or help would be really appreciated.

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

Old Versions

Can be found at Sourceforge: https://sourceforge.net/projects/infinity-plugin/