From e7a88e8143219370583ae6667fce22c89f04f482 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Wed, 24 Jan 2024 21:55:08 +0000 Subject: [PATCH] docs: update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a25a210..9788865 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Lightweight media player using Jellyfin as a base. Import your media library into Jellyfin, and ensure that the `Nfo` "Metadata saver" is enabled when importing; this makes Jellyfin write information about series into the source folder alongside the media files. -To generate the static HTML pages, use `cargo run -- --base-url --rewrite-root /media/ --output ./out ` +To generate the static HTML pages, use `cargo run -- --base-url --rewrite-root /media/ --output ./out --player [vidstack|native]`. -`` should be replaced with the browser-accessible URL of the ``. `--rewrite-root` is used to convert the image paths in the metadata files to the corresponding browser URL. +`` should be replaced with the browser-accessible URL of the ``. `--rewrite-root` is used to convert the image paths in the metadata files to the corresponding browser URL. `--player` allows switching between a JavaScript based video player (vidstack) and the browser's native `