Skip to content

Commit 4f93ef9

Browse files
committed
2.5.009
1 parent 2fb5259 commit 4f93ef9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ To stop playing press Ctrl+C in either the terminal or mpv
9595
<details><summary>List all subcommands</summary>
9696

9797
$ library
98-
xk media library subcommands (v2.5.008)
98+
xk media library subcommands (v2.5.009)
9999

100100
Create database subcommands:
101101
╭───────────────┬────────────────────────────────────────────────────╮
@@ -1329,6 +1329,9 @@ BTW, for some cols like time_deleted you'll need to specify a where clause so th
13291329
Duration to play (in seconds) while changing the channel
13301330
library watch --interdimensional-cable 40
13311331
library watch -4dtv 40
1332+
You can open two terminals to replicate AMV Hell somewhat
1333+
library watch --volume 0 -4dtv 30
1334+
library listen -4dtv 30
13321335

13331336
Playback multiple files at once
13341337
library watch --multiple-playback # one per display; or two if only one display detected

xklb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.5.008"
1+
__version__ = "2.5.009"

0 commit comments

Comments
 (0)