On Mon, 16 Apr 2018 11:11:41 +0530 Pierre Neidhardt <[email protected]> wrote:
> Well, did not take long! :p Oh well, not entirely unexpected :) > - When I first started playing, I could not hear anything. I had to > pause/unpause so that mpv would start make sounds. Suspect this one is due to mpv configuration (which maybe needs to be reset on first connection) or different behavior of --idle in previous versions. Can you do: (require 'emms-player-mpv) (add-to-list 'emms-player-list 'emms-player-mpv) (setq emms-mpv-debug t) (emms-player-mpv-start (emms-playlist-current-selected-track)) Then send whatever ends up in *Messages* when running these? "loadfile" seem to be "Load the given file and play it." so works fine for starting playback here, gotta check it for previous versions, in case it might be the cause for the issue, though log can probably clear this out faster. > - Seeking forward / backward resets the timer (but the seeking works). Wasn't the case before, but can definitely see this happening in current version, missed it during testing. Should be easy to fix though. Thanks! -- Mike Kazantsev // fraggod.net _______________________________________________ Emms-help mailing list [email protected] https://lists.gnu.org/mailman/listinfo/emms-help
