GithubHelp home page GithubHelp logo

emms-player-simple-mpv's People

Contributors

alezost avatar momomo5717 avatar purcell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

emms-player-simple-mpv's Issues

Review: spurious pausing, version typo, verbose messaging

Allow me to drop a quick summary of the issues I've noticed while testing your package:

  • The player should not pause itself, at least not during init. Because of that, we need to pause twice to effectively pause (at least the first time).

  • There is a typo in the version detection code: verison.

  • There are a lot of of "mpv ... success" messages. I find them more annoying than useful. I'd suggest to remove them.

Making emms-player-simple-mpv a part of EMMS?

Hello, in case you didn't receive a message from Yoni Rabkin, the EMMS
maintainer (it was sent to momomosute at gmail.com but maybe it's not
your actual email), here it is:

Hello, I'm the current maintainer of Emms.

I've been told that emms-player-simple-mpv works well. I'm referring to
the one at: https://github.com/momomo5717/emms-player-simple-mpv

I'd like to make it an official part of the Emms project. Since Emms is
a GNU project, that would entail some paperwork with the FSF. Would you
all be amenable to that?

If not, it isn't the end of the world either; people can still get
emms-player-simple-mpv separately. Also, I would end up implementing
Emms' own independent version of a emms-player-mpv, and it would be a
shame to duplicate the effort.

(I received this message since I contributed to emms-player-simple-mpv)

So if you are interested, could you please reply to Yoni Rabkin directly
yrk at gnu.org or to the emms-help mailing list emms-help at gnu.org?

Thank you!

Emacs freezes when manually playing a new song

Hi! I'm using Emacs 25.2.1 on a Mac HighSierra, and this is my configuration for emms + mpv:

(require 'emms-setup)
(emms-minimalistic)
(add-to-list 'load-path "~/.emacs.d/emms-player-simple-mpv-master/")
;; Set MPV as default player
(require 'emms-player-simple-mpv)
(require 'emms-player-simple-mpv-control-functions) ;; This plugin provides control functions (e.g. ab-loop, speed, fullscreen).
(define-emms-simple-player-mpv my-mpv '(file url streamlist playlist)
  (concat "\\`\\(http[s]?\\|mms\\)://\\|"
	  (apply #'emms-player-simple-regexp
		 "aac" "pls" "m3u"
		 emms-player-base-format-list))
  "mpv" "--no-terminal" "--force-window=no" "--audio-display=no")
(setq emms-player-list '(emms-player-my-mpv))
;; Set up music folder
(setq emms-playlist-buffer-name "*Music*")
(setq emms-source-file-default-directory "/Users/guilhermesalome/Music/iTunes/iTunes Media/Music/")
(emms-add-directory-tree emms-source-file-default-directory)

I used a setup similar to this with mplayer, but switched to mpv because mplayer would display embedded album covers all the time (annoying, could not find a way to fix it).

The problem with what I have is that when I M-x emms (or C-x b *Music*), is that when hitting RET to a play a new song, Emacs will freeze. And it will stay frozen unless I hit C-g a lot of times. I am not sure what is causing this/how to solve. Any ideas? Or better configs?

Thanks for helping! :D

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.