Skip to content

Commit b940a52

Browse files
committed
remove readme banner
1 parent 1210d0d commit b940a52

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
**Automatically sync TMDb keywords as Plex labels or genres for movies and TV shows**
99
Lightweight Docker container that bridges Plex with The Movie Database, adding searchable keywords to your media.
1010

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-
1311
## 🚀 Quick Start
1412

1513
### Docker Compose (Recommended)
@@ -563,6 +561,7 @@ environment:
563561
```
564562
565563
This is especially useful for:
564+
566565
- Troubleshooting why certain items aren't being matched
567566
- Understanding which data source provided the TMDb ID
568567
- Debugging Radarr/Sonarr integration issues
@@ -586,11 +585,13 @@ Labelarr automatically normalizes keywords from TMDb using intelligent pattern r
586585
### Examples
587586
588587
**Before normalization:**
588+
589589
```
590590
sci-fi, action, fbi, based on novel, time travel, woman in peril
591591
```
592592

593593
**After normalization:**
594+
594595
```
595596
Sci-Fi, Action, FBI, Based on Novel, Time Travel, Woman in Peril
596597
```
@@ -617,6 +618,7 @@ Labelarr automatically cleans up duplicate keywords when applying normalization:
617618
### Verbose Logging
618619

619620
With `VERBOSE_LOGGING=true`, you'll see normalization and cleaning in action:
621+
620622
```
621623
📝 Normalized: "sci-fi" → "Sci-Fi"
622624
📝 Normalized: "fbi" → "FBI"
@@ -648,6 +650,7 @@ environment:
648650
### What it does
649651
650652
When `FORCE_UPDATE=true`:
653+
651654
- ✅ Processes all items regardless of previous processing status
652655
- ✅ Reapplies keywords even if they already exist
653656
- ✅ Updates storage with latest processing information

0 commit comments

Comments
 (0)