apeitheo / aletheia

Command-line media player with speed controls and voice feedback
GNU General Public License v3.0
3 stars 1 forks source link
accessible bash foss free gnu gpl3 intervals linux mp3 mplayer music pitch soundscape speed tempo

Screenshot of Aletheia

Screenshot of Aletheia

Aletheia: Media Player with Pitch and Tempo Controls

Key Features

Download

git clone https://github.com/apeitheo/aletheia.git

Change Directory

cd aletheia

Test

./aletheia

Install to /usr/local

sudo ./install

Uninstall from /usr/local

sudo ./uninstall

Install Package

Dependencies

Optional Dependencies

Fedora Dependencies

openSUSE Dependencies

Slackware Dependencies (SlackBuilds.org)

Slackware gTTS Installation (Optional)

pip install gtts

Getting Started

The 'i' key toggles the main menu.

To view the full list of key controls, select the Help option in the menu, or by press the '?' key at any time for function-specific controls.

Basics

In the same style as VIM, use the 'k' and 'j' keys to raise or lower pitch and tempo. 'o' and 'm' keys increase or decrease precision in pitch adjustments by double or half. To seek backward and foreward you use 'h' and 'l'. Next song is 'n' and previous song 'b'. To pause, press 'p' or space. Escape key or 'q' to return to a previous screen or quit. Sometimes it's necessary to refresh the screen, which can be done at any time with 'z'. Set the equalizer with 'a'. Sort is 'A' and shuffle is 'R'. Rename is 'r' and delete is Ctrl-D, with an archive option of 'D'. Mute is 'c'. On the left, '1' and '2' lower or raise PCM volume, and on the right '8' and '9' lower and raise master volume. '\' restarts the song. ';' opens the queue. 'g' opens a VIM template to edit the mp3 or flac metadata. 's' allows you to enter keywords to search for in the current playlist.

Loop Creation

If you want to create a loop, wait until you've reached the beginning of the section in the song, hit the '5' key to indicate starting position, wait until the section is over, and hit '7' to indicate ending position. '6' opens the loop editor where you can finely adjust start and end points using 's' and 'g' or 'h' and 'l'.

Video Playback

Toggle with '<' and enable full-screen video with '>'.

Voice Feedback

You can toggle voice feedback and read aloud any key control page by pressing 'd'. The Setup screen has an option to toggle between digital and natural voice feedback if gTTS is installed.

Additional Information

For detailed information, refer to the man page, which can be accessed by pressing the 'm' key on the Help screen.

Parallel Metadata Caching (Optional):

Add or change the following in ~/.aletheia/config

PARALLEL_CACHE_ENABLED=true
PARALLEL_CACHE_JOBS=4

Custom Location

To install somewhere other than /usr/local when using ./install:

./install --destdir /path/to/directory/

Or use the DESTDIR environment variable:

DESTDIR=/path/to/directory/ ./install

List of Installed Files

Using ./install:

DEB/RPM Packages:

Slackware Package:

Contributing

I am seeking native speakers to translate Aletheia into their local language. Submit a translation using the provided example.translation and example.translation.help templates. Refer to the German translation in ./languages/de for an example.

Donate (Optional)