listen.el icon indicating copy to clipboard operation
listen.el copied to clipboard

Audio/music player for Emacs

Results 9 listen.el issues
Sort by recently updated
recently updated
newest added

Right now, there are two similar (from a user-viewpoint) add-commands: `listen-queue-add-files` (for adding files and folders), and `listen-queue-add-from-playlist-file` (specifically for adding playlist-files) I think it would be really neat just...

enhancement
help wanted
good first issue

I am frequently getting two issues related to the volume control. 1. `= Set volume` simply don't work. If I change volume between 10% and 100% there's no actual change...

from the command line VLC can start a track at a specific point ``` /Applications/VLC.app/Contents/MacOS/VLC --start-time 5 --end-time 20 9A\ -\ 160\ -\ Euphoria.aif ``` can this be hooked into...

enhancement

VLC player version 3.0.21 (other don't check) don't support float volume control. ``` VLC media player 3.0.21 Vetinari Command Line Interface initialized. Type `help' for help. > volume 1.5 Error...

Issue is trying to add files to queue using `listen-queue-add-files` `listen-queue-tracks-for: (error "Invalid FLAC stream")`. However making listen play directory with listen-play will still play files just fine and there...

bug
help wanted

The official vorbis size for comments is 2^32 bytes, and sadly I happen to have some files that make use of more than 64kB of comment space (somehow the tag...

Hey! Wondering how you would feel about a PR adding a simple Unicode progress bar, for example: `3:12 ████▎ 6:00` (Imagine this but with the blocks propertised with a background...

Hey, I've been looking for a Navidrome player for a while, but having one in emacs would be great. https://github.com/isamert/empv.el has support, but I can only access 50 random songs...