Skip to content

Commit

Permalink
feat: Add Jellyfin Support
Browse files Browse the repository at this point in the history
- Posterizarr now supports Jellyfin
- Generated Jellyfin  Artworks are getting Uploaded to Jellyfin during script run, a copy of those file is saved in Asset dir.

Closes #127
  • Loading branch information
fscorrupt committed Sep 3, 2024
1 parent a6e6425 commit 6395824
Show file tree
Hide file tree
Showing 5 changed files with 3,664 additions and 385 deletions.
15 changes: 14 additions & 1 deletion MyPersonalConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"tmdbtoken": "xxxxxxxxxxxxx",
"FanartTvAPIKey": "xxxxxxxxxxxxx",
"PlexToken": "xxxxxxxxxxxxx",
"JellyfinAPIKey": "xxxxxxxxxxxxx",
"FavProvider": "tmdb",
"WidthHeightFilter": "false",
"PosterMinWidth": "2000",
Expand All @@ -30,7 +31,19 @@
"Tech Trainings",
"Kids Music"
],
"PlexUrl": "http://plex:32400"
"PlexUrl": "http://plex:32400",
"UsePlex": "true"
},
"JellyfinPart": {
"LibstoExclude": [
"Youtube",
"Audiobooks",
"KidsAudiobooks",
"TechTrainings",
"KidsMusic"
],
"JellyfinUrl": "http://jellyfin:8096",
"UseJellyfin": "false"
},
"Notification": {
"SendNotification": "True",
Expand Down
Loading

0 comments on commit 6395824

Please sign in to comment.