Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psidex/eacs
A Windows tray app that allows you to quickly switch between using different Equalizer APO configuration files
https://github.com/psidex/eacs
configuration equalizer-apo tray-application windows-tray
Last synced: 3 months ago
JSON representation
A Windows tray app that allows you to quickly switch between using different Equalizer APO configuration files
- Host: GitHub
- URL: https://github.com/psidex/eacs
- Owner: psidex
- License: mit
- Created: 2019-06-09T16:45:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T06:24:42.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T09:43:51.577Z (3 months ago)
- Topics: configuration, equalizer-apo, tray-application, windows-tray
- Language: Go
- Homepage:
- Size: 282 KB
- Stars: 21
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EACS - Equalizer APO Config Switcher
[![Build status](https://github.com/psidex/EACS/workflows/Go%20Build/badge.svg)](https://github.com/psidex/EACS/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/psidex/EACS)](https://goreportcard.com/report/github.com/psidex/EACS)
[![buymeacoffee donate link](https://img.shields.io/badge/Donate-Beer-FFDD00.svg?style=flat&colorA=35383d)](https://www.buymeacoffee.com/psidex)A small Windows tray app that allows you to quickly switch between using different [Equalizer APO](https://sourceforge.net/projects/equalizerapo/) configuration files.
Inspired by [Peace](https://sourceforge.net/projects/peace-equalizer-apo-extension/).
![screenshot](screenshot.png)
## Features
- Right click on the tray icon to bring up the menu.
- The tray icon is dimmed when there are no active configurations.
- Enable and disable configurations by clicking them (you can have as many enabled as you want).
- Edit, add, and remove configurations just by changing `.txt` files.
- Everything happens in the system tray, keeping things simple.
- You can choose to have only one or many configurations active at the same time.## Warnings
- This won't work alongside other configuration programs such as Peace or the default configuration program that comes with Equalizer APO.
- This will overwrite Equalizer APO's `config.txt`. Make a backup if you need to!.## Install
- Create a directory called "EACS" in `\EqualizerAPO\config`.
- Download the latest `EACS.zip` from [releases](https://github.com/psidex/EACS/releases/latest).
- Extract the zip to the directory you just created.
- If you did this correctly, the exe should be at `EqualizerAPO\config\EACS\EACS.exe`
- Run `EACS.exe`.
- You should now have the icon in your system tray, you can now left/right click on it to switch configurations.
- If you want it to run on system startup, create a shortcut to the exe and move it to the Windows startup directory (`%USERPROFILE%\Start Menu\Programs\Startup`).## Edit / Add / Remove Configurations
The folder that contains all the configuration files will be located at `EqualizerAPO\config\EACS\config-files`.
See [the user guide](./GUIDE.md) for more detailed information.
## Credit
Icon is the [Control Knobs](https://emojipedia.org/control-knobs/) emoji from [Twitter](https://twemoji.twitter.com/).