bluematt / textual-musicplayer

A simple music player (MP3, etc.) using Textual.
MIT License
15 stars 1 forks source link

textual-musicplayer AKA tTunes

A simple music player (MP3, etc.) using Textual.

Version 0.0.1-alpha

Screenshots

Main TUI

screenshot.png

Now playing with chonky album artwork

screenshot_artwork.png

Source directory browser

screenshot_browser.png

Playlist filtering

screenshot_filter.png

Requirements

Sample audio

If you have any music (currently MP3 or Ogg Vorbis) to hand, pop something into ./demo_music to get started.

Sample music files used in the development of this app were downloaded from SoundHelix. Copyright for these belongs to the appropriate artist(s).

Basic installation (YMMV)

$ python3 -m venv ./venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ # textual console in another terminal, if you like
$ textual run --dev music_player.py

Roadmap(?!)

Notes