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
-16Lines changed: 0 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,7 @@ A plugin for Jellyfin that syncs collections and artwork from your Plex Media Se
7
7
- Sync collections from Plex to Jellyfin with their artwork
8
8
- Schedule automatic synchronization at configurable intervals
9
9
- Support for movies and TV shows in collections
10
-
- Direct filesystem access for reliable artwork synchronization
11
10
- Selective synchronization of specific Plex libraries
12
-
- Performance optimizations with configurable debug mode
13
-
- Error handling for improved reliability
14
-
- Watch state synchronization between Plex and Jellyfin
15
11
- Dry run mode to preview changes before applying them
16
12
17
13
## Installation
@@ -46,22 +42,10 @@ A plugin for Jellyfin that syncs collections and artwork from your Plex Media Se
46
42
5. Configure sync options:
47
43
- Enable collection sync
48
44
- Enable artwork sync
49
-
- Enable watch state sync with configurable direction
50
45
- Set scheduled sync interval if desired
51
46
6. Click "Save"
52
47
7. Run a manual sync by clicking "Sync from Plex"
53
48
54
-
## Advanced Configuration
55
-
56
-
The plugin includes several advanced options that can be configured:
57
-
58
-
-**EnableDebugMode**: When enabled, saves debug copies of images and provides more verbose logging
59
-
-**MaxUrlPatternAttempts**: Controls how many URL patterns to try when fetching collection items (default: 3)
60
-
-**SyncWatchStateDirection**: Controls how watch states are synchronized:
61
-
-**Bidirectional** (default): If content is marked as watched in either system, it will be marked as watched in both. For in-progress content, the furthest playback position is used.
62
-
-**PlexToJellyfin**: One-way sync from Plex to Jellyfin
63
-
-**JellyfinToPlex**: One-way sync from Jellyfin to Plex
64
-
65
49
## Environment Variables
66
50
67
51
-`JELLYFIN_DATA_PATH`: Override the default data path (/config/data) for Jellyfin installations with non-standard paths
0 commit comments