Skip to content

Commit

Permalink
feat: Add Emby Support
Browse files Browse the repository at this point in the history
- Supported added the same way like for Jellyfin
Closes #138
  • Loading branch information
fscorrupt committed Sep 4, 2024
1 parent b4894e1 commit eb13409
Show file tree
Hide file tree
Showing 5 changed files with 240 additions and 89 deletions.
12 changes: 12 additions & 0 deletions MyPersonalConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"FanartTvAPIKey": "xxxxxxxxxxxxx",
"PlexToken": "xxxxxxxxxxxxx",
"JellyfinAPIKey": "xxxxxxxxxxxxx",
"EmbyAPIKey": "xxxxxxxxxxxxx",
"FavProvider": "tmdb",
"WidthHeightFilter": "false",
"PosterMinWidth": "2000",
Expand Down Expand Up @@ -45,6 +46,17 @@
"JellyfinUrl": "http://jellyfin:8096",
"UseJellyfin": "false"
},
"EmbyPart": {
"LibstoExclude": [
"Youtube",
"Audiobooks",
"KidsAudiobooks",
"TechTrainings",
"KidsMusic"
],
"EmbyUrl": "http://192.168.1.20:8096/emby",
"UseEmby": "false"
},
"Notification": {
"SendNotification": "True",
"AppriseUrl": "discord://xxxxxxxxxx/xxxxxxxxxxxxx",
Expand Down
Loading

0 comments on commit eb13409

Please sign in to comment.