Compare commits

..

3 Commits

Author SHA1 Message Date
pannal 3a09d9ffee Update README.md 2024-01-27 02:28:07 +01:00
pannal 62439ef49f fix advanced_settings.json.template 2024-01-27 01:45:43 +01:00
pannal 4458795293 Update README.md 2024-01-27 00:11:07 +01:00
2 changed files with 6 additions and 5 deletions
+3 -3
View File
@@ -26,7 +26,7 @@ Don't expect support if you mess this up.
// SZ can use mediainfo if present to detect titles/forced state of MP4 MOV_TEXT, because the PMS currently doesn't
// set the title attribute
"dont_use_mediainfo_mp4": False,
"dont_use_mediainfo_mp4": false,
// specific mediainfo binary path
"mediainfo_bin": null,
@@ -89,11 +89,11 @@ Don't expect support if you mess this up.
// don't verify HTTPS certificates? Set to True for self-signed certificates
"ssl_no_verify": false,
// custom path to certificate pem file
"pem_file": None,
"pem_file": null,
},
"radarr": {
"ssl_no_verify": false,
"pem_file": None,
"pem_file": null,
},
}
}
+3 -2
View File
@@ -1,7 +1,7 @@
# Sub-Zero for Plex
[![](https://img.shields.io/github/release/pannal/Sub-Zero.bundle.svg?style=flat&label=stable)](https://github.com/pannal/Sub-Zero.bundle/releases/latest)
[![master](https://img.shields.io/badge/master-stable-green.svg?maxAge=2592000)]()
[![Maintenance](https://img.shields.io/maintenance/yes/2023.svg)]()
[![Maintenance](https://img.shields.io/maintenance/yes/2024.svg)]()
[![Slack Status](https://szslack.fragstore.net/badge.svg)](https://szslack.fragstore.net)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fpannal%2FSub-Zero.bundle.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fpannal%2FSub-Zero.bundle?ref=badge_shield)
@@ -12,7 +12,8 @@ Check out **[the Sub-Zero Wiki](https://github.com/pannal/Sub-Zero.bundle/wiki)*
<br />
**DEPRECATED, USE BAZARR**
# DEPRECATED, USE [BAZARR](https://www.bazarr.media/)
## Legacy maintenance mode
This addon will not be developed any further. It still works and arguably is still the best for managing subtitles when using Plex. As long as Plex Inc. supports agents, Sub-Zero will be maintained to work with the latest PMS version.