From b0253ada37403175c15d89e8f404455b033cb257 Mon Sep 17 00:00:00 2001 From: TheTank20 Date: Wed, 1 Feb 2023 18:48:34 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d5db9f..6949f98 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Web server that creates M3U files for Jellyfin TV shows. 2. Put it somewhere safe. 3. Open up a terminal in that area. 4. Type in `GetLink.exe --urls http://localhost:[port] --publicUrl [URL to Jellyfin instance]` -5. Test it out by getting a series ID from your web browser (ex: [...]/web/index.html#!/details?id=[series id]&context=tvshows&serverId=[...]), then open this in VLC: `http://localhost:[port]/GetM3U?seriesId=[series id]&username=[username]&password=[password]` OR `&authToken=[api key]` (if you put in both username, password, and auth token, the auth token takes priority) +5. Test it out by getting a series ID from your web browser (ex: `[...]/web/index.html#!/details?id=[series id]&context=tvshows&serverId=[...]`), then open this in VLC: `http://localhost:[port]/GetM3U?seriesId=[series id]&username=[username]&password=[password]` OR `&authToken=[api key]` (if you put in both username, password, and auth token, the auth token takes priority) ## Supports 1 episode per listing: ✅