Browse Source

update changelog [no ci]

pull/1216/head
Jason Dove 3 years ago
parent
commit
2853e13edc
  1. 1707
      :wq
  2. 3
      CHANGELOG.md

1707
:wq

File diff suppressed because it is too large Load Diff

3
CHANGELOG.md

@ -8,13 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Add `Troubleshooting` page with aggregated settings/hardware accel info for easy reference - Add `Troubleshooting` page with aggregated settings/hardware accel info for easy reference
- Read `director` fields from music video NFO metadata - Read `director` fields from music video NFO metadata
- Pass `directors` and `studios` to music video credit templates - Pass `directors` and `studios` to music video credit templates
- Add optional JSON Web Token (JWT) query string auth for streaming endpoints - Add optional JSON Web Token (JWT) query string auth for streaming endpoints (everything under `/iptv`)
- This can be configured using the following env var (note the double underscore separator `__`) - This can be configured using the following env var (note the double underscore separator `__`)
- `JWT__ISSUERSIGNINGKEY` - `JWT__ISSUERSIGNINGKEY`
- When configured, a JWT signed with the configured signing key is required to be passed in the query string as `access_token`, for example: - When configured, a JWT signed with the configured signing key is required to be passed in the query string as `access_token`, for example:
- `http://localhost:8409/iptv/channels.m3u?access_token=ABCDEF` - `http://localhost:8409/iptv/channels.m3u?access_token=ABCDEF`
- `http://localhost:8409/iptv/xmltv.xml?access_token=ABCDEF` - `http://localhost:8409/iptv/xmltv.xml?access_token=ABCDEF`
- When channels are retrieved this way, the access token will automatically be passed through to all necessary urls - When channels are retrieved this way, the access token will automatically be passed through to all necessary urls
- Note that ONLY the `/iptv` endpoints will require auth when JWT is configured
### Fixed ### Fixed
- Fix scaling anamorphic content from non-local libraries - Fix scaling anamorphic content from non-local libraries

Loading…
Cancel
Save