| Age | Commit message (Collapse) | Author |
|
|
|
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
|
|
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
|
|
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
|
|
Add Doxygen config
|
|
Fix default value for Expires header
|
|
|
|
configuration.
|
|
https://github.com/jellyfin/jellyfin/issues/601#issuecomment-475941080
|
|
|
|
|
|
|
|
|
|
|
|
Update init scripts for compatibility with Devuan
|
|
Include start, stop, restart and status option for /etc/init.d/jellyfin
Use start-stop-daemon to make the script refer to systemctl mechanism
on systems that have systemd installed
|
|
|
|
Require access type to be included in bug report
|
|
|
|
Inspired by https://github.com/jellyfin/jellyfin/issues/1085#issuecomment-473833591
It seems that the issue with "setup wizard" described there is only prominent when reverse-proxied, not when accessed directly. So this type of information should be gathered in the bug report as well.
|
|
updating local master
|
|
Check before flushing ffmpeg log
|
|
Add configurable user lockout
|
|
Set DisplayTitle for subtitles
|
|
|
|
|
|
|
|
Update username regex to string literal with escaped -
|
|
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
|
|
|
|
|
|
|
|
quick fix for auth bug
|
|
update lockoutfix to latest for testing
|
|
merging myself to latest
|
|
|
|
|
|
MusicBrainz 503 Retry Strategy
|
|
Upon receiving back a 503 Service Unavailable from MusicBrainz (indicating throttling), retry the same request a number of times before giving up.
|
|
|
|
The stream could have been diposed while writing.
|
|
Fix exception caused by #1096
|
|
```cs
MediaBrowser.Common.Extensions.ResourceNotFoundException: Configuration
with key subtitles not found.
at
Emby.Server.Implementations.AppBase.BaseConfigurationManager.<>c__DisplayClass42_0.<GetConfiguration>b__0(String
k) in
/home/pi/dev/jellyfin/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs:line
247
at
System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey
key, Func`2 valueFactory)
at
Emby.Server.Implementations.AppBase.BaseConfigurationManager.GetConfiguration(String
key) in
/home/pi/dev/jellyfin/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs:line
238
at
MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.AddExternalSubtitles(Video
video, List`1 currentStreams, MetadataRefreshOptions
options, CancellationToken cancellationToken) in
/home/pi/dev/jellyfin/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs:line
486
at
MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.Fetch(Video
video, CancellationToken cancellationToken, MediaInfo
mediaInfo, BlurayDiscInfo blurayInfo,
MetadataRefreshOptions options) in
/home/pi/dev/jellyfin/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs:line
204
at
MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T
item, MetadataRefreshOptions options,
CancellationToken cancellationToken) in
/home/pi/dev/jellyfin/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs:line
119
at
MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1
provider, TItemType item, String logName,
MetadataRefreshOptions options, RefreshResult
refreshResult, CancellationToken cancellationToken)
in
/home/pi/dev/jellyfin/MediaBrowser.Providers/Manager/MetadataService.cs:line
806
```
|
|
Clean apt lists in arm Dockerfiles
|