diff --git a/README.md b/README.md index a833c15..2f72f7c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Why? If the cast and IMDb/RT rating appear in the first minute, movie night invo ## Getting started
- Docker Compose +⚓ Docker Compose Create `data/` and `media/` folders next to the compose file, then run: ```yaml @@ -40,9 +40,7 @@ services: container_name: sublogue restart: unless-stopped environment: - - TZ=Etc/UTC - - PUID=1000 - - PGID=1000 + - TZ=Pacific/Auckland volumes: - ./data:/config - ./media:/media @@ -59,7 +57,7 @@ docker compose up -d Open `http://localhost:5000`.
- Unraid + 🧡 Unraid Use the included template at `unraid-sublogue.xml`. @@ -70,7 +68,7 @@ Start the container and open `http://:5000`.
- Komodo +🦎 Komodo Create a new stack and paste a Komodo template like this: diff --git a/frontend/src/components/ResultsList.svelte b/frontend/src/components/ResultsList.svelte index 6e65667..0bb7bbd 100644 --- a/frontend/src/components/ResultsList.svelte +++ b/frontend/src/components/ResultsList.svelte @@ -1106,7 +1106,7 @@
- +
@@ -1119,13 +1119,13 @@ Status - Filename - Matched Result + Filename + Matched Result - {#if loading} + {#if loading && files.length === 0} {#each Array(6) as _} @@ -1190,7 +1190,7 @@ - + - +
@@ -1219,7 +1219,7 @@ → Matched: - {suggestedMatches[file.path]?.title || "Unknown"} ({suggestedMatches[ file.path ]?.year || "N/A"})
-
-
-

Support Sublogue ❤️

-

- Matt is a single developer of Sublogue and Shelfarr — your support and stars on GitHub help me keep going. -

-
-
- - - -
-
-

- Every bit keeps Sublogue shipping. -

- - Donate - -
-
- -

General Settings

+

General Settings

Control how scans run and where summaries are placed.