aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-03-18 13:47:00 +0200
committerThanos Apollo <[email protected]>2024-03-18 13:47:00 +0200
commit70ea7e5e7d41577b63dce632cd0b7d5d3bdb7c15 (patch)
treee34a6205d8a519ed9d0e54eb4d85c05ccf46b00d
parentffd26e2ffe30f01dec4924b6c184509cb0e3aa6b (diff)
yeetube-mpv: Remove mpv-show-status
If such a feature will be implemented, should be done as yeetube-modeline-mode, similarly to emms-mode-line-mode.
-rw-r--r--yeetube-mpv.el15
1 files changed, 0 insertions, 15 deletions
diff --git a/yeetube-mpv.el b/yeetube-mpv.el
index 39f8881..5070fd5 100644
--- a/yeetube-mpv.el
+++ b/yeetube-mpv.el
@@ -36,17 +36,6 @@
:type 'boolean
:group 'yeetube)
-(defcustom yeetube-mpv-show-status nil
- "Show mpv status in mode-line."
- :type 'boolean
- :group 'yeetube)
-
-(setf (alist-get 'yeetube-mpv-show-status mode-line-misc-info nil t)
- '(("" yeetube-mpv-status)))
-
-(defvar yeetube-mpv-command '("mpv" "--no-msg-color" "--term-status-msg=${?=audio==1:A}${?=video==1:V} ${?=pause==yes:Paused}${?=pause==no:Playing} (${percent-pos}%)")
- "Cons of mpv command and list of args passed to it.")
-
(defvar yeetube-mpv-torsocks (executable-find "torsocks")
"Path to torsocks executable.")
@@ -54,10 +43,6 @@
"Video resolution/quality.
Accepted values include: 1080, 720, 480, 360, 240, 144")
-(defvar yeetube-mpv-status nil
- "Contains a brief status of the mpv process.")
-(put 'yeetube-mpv-status 'risky-local-variable t)
-
(defun yeetube-mpv-change-video-quality ()
"Change video quality."
(interactive)