update README
This commit is contained in:
parent
32f0a64d3a
commit
c2ffda42cc
1 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
└── ...
|
└── ...
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
If strm is configured to use the =media= directory, you can play the shortfilm e.g. with the following command:
|
If *strm* is configured to use the =media= directory, you can play the shortfilm e.g. with the following command:
|
||||||
|
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
strm daily dweebs
|
strm daily dweebs
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
It is possible that multiple files are matched by one of the commands.
|
It is possible that multiple files are matched by one of the commands.
|
||||||
All files are then played in the order of the configured media directories, followed by lexicographical order of the filepath.
|
All files are then played in the order of the configured media directories, followed by lexicographical order of the filepath.
|
||||||
|
|
||||||
strm consists mainly of two parts:
|
*strm* consists mainly of two parts:
|
||||||
|
|
||||||
1. Execute =find= via SSH on a machine
|
1. Execute =find= via SSH on a machine
|
||||||
2. Play the matched files with =mpv= over SFTP
|
2. Play the matched files with =mpv= over SFTP
|
||||||
|
|
@ -63,7 +63,7 @@
|
||||||
|
|
||||||
Make sure, mpv is installed and that you have access to a machine via SSH.
|
Make sure, mpv is installed and that you have access to a machine via SSH.
|
||||||
|
|
||||||
strm is just a script, you can execute it directly.
|
*strm* is just a script, you can execute it directly.
|
||||||
Or grab it and place it in your =$PATH=.
|
Or grab it and place it in your =$PATH=.
|
||||||
|
|
||||||
This project is also a [[https://nixos.wiki/wiki/Flakes][Nix flake]].
|
This project is also a [[https://nixos.wiki/wiki/Flakes][Nix flake]].
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue