You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@
8
8
**Automatically sync TMDb keywords as Plex labels or genres for movies and TV shows**
9
9
Lightweight Docker container that bridges Plex with The Movie Database, adding searchable keywords to your media.
10
10
11
-
> **🔀 Fork Notice**: This is an enhanced fork of the original [Labelarr](https://github.com/Buttercup2k/Labelarr) project with new features including Radarr/Sonarr integration, persistent storage, verbose logging, and intelligent keyword normalization.
12
-
13
11
## 🚀 Quick Start
14
12
15
13
### Docker Compose (Recommended)
@@ -563,6 +561,7 @@ environment:
563
561
```
564
562
565
563
This is especially useful for:
564
+
566
565
- Troubleshooting why certain items aren't being matched
567
566
- Understanding which data source provided the TMDb ID
568
567
- Debugging Radarr/Sonarr integration issues
@@ -586,11 +585,13 @@ Labelarr automatically normalizes keywords from TMDb using intelligent pattern r
586
585
### Examples
587
586
588
587
**Before normalization:**
588
+
589
589
```
590
590
sci-fi, action, fbi, based on novel, time travel, woman in peril
591
591
```
592
592
593
593
**After normalization:**
594
+
594
595
```
595
596
Sci-Fi, Action, FBI, Based on Novel, Time Travel, Woman in Peril
596
597
```
@@ -617,6 +618,7 @@ Labelarr automatically cleans up duplicate keywords when applying normalization:
617
618
### Verbose Logging
618
619
619
620
With `VERBOSE_LOGGING=true`, you'll see normalization and cleaning in action:
621
+
620
622
```
621
623
📝 Normalized: "sci-fi" → "Sci-Fi"
622
624
📝 Normalized: "fbi" → "FBI"
@@ -648,6 +650,7 @@ environment:
648
650
### What it does
649
651
650
652
When `FORCE_UPDATE=true`:
653
+
651
654
- ✅ Processes all items regardless of previous processing status
652
655
- ✅ Reapplies keywords even if they already exist
653
656
- ✅ Updates storage with latest processing information
0 commit comments