emms-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emms-time-display-style


From: address@hidden
Subject: emms-time-display-style
Date: Tue, 11 Oct 2022 12:44:02 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1

Hallo!

I've been struggling for a while with getting the proper time display in emms and what I'm always getting is simply track time counter progressing (eg."01:20") not even the style of "01:30/4:20". Tried customize-group emms and setting the "downtime" value but it didn't work as didn't "bar" option.

Tried spacemacs, doom emacs, vanilla - for no success.

What am I doing wrong? Any suggestions appreciated.

My emms config is like this:

(add-to-list 'load-path (concat user-emacs-directory "emms-git/"))
(load "emms")

(use-package emms-setup
 :init
 (add-hook 'emms-player-started-hook 'emms-show)
 (setq emms-show-format "Playing: %s")
  config
(emms-standard)
(emms-default-players))

(require 'emms-setup)
(emms-all)
(emms-default-players)
(emms-mode-line 1)
(require 'emms-playing-time)
(emms-playing-time 1)
(setq emms-source-file-default-directory "~/Music/"
      emms-playlist-buffer-name "*Music*"
      emms-info-asynchronously t
      emms-source-file-directory-tree-function 'emms-source-file-directory-tree-find)
(require 'emms-playing-time);
(setq emms-playing-time-display-short-p nil)
(setq emms-playing-time-style 'downtime)

regards
Dan

reply via email to

[Prev in Thread] Current Thread [Next in Thread]