aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-15Merge branch 'master' of github.com:jellyfin/jellyfin into ffmpegBond_009
2019-03-15Check before flushing ffmpeg logBond_009
The stream could have been diposed while writing.
2019-03-15Merge pull request #1116 from Bond-009/subJoshua M. Boniface
Fix exception caused by #1096
2019-03-15Fix exception caused by #1096Bond_009
```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 ```
2019-03-15Merge pull request #1115 from SuperSandro2000/patch-2Andrew Rabert
Clean apt lists in arm Dockerfiles
2019-03-15Merge pull request #1114 from SuperSandro2000/patch-1Andrew Rabert
Only remove /var/lib/apt/lists/* in Dockerfile
2019-03-15Clean apt lists in arm DockerfilesSandro Jäckel
2019-03-15Only remove /var/lib/apt/lists/*Sandro Jäckel
2019-03-15Merge pull request #1105 from ploughpuff/ratelimitVasily
Only delay making MusicBrainz request if necessary
2019-03-15Merge pull request #1110 from EraYaN/productname-and-uaJoshua M. Boniface
Adjusted the Product Name so the User Agent is correct/better.
2019-03-14Added contact email to user agentPloughPuff
MusicBrainz request a contact email address is supplied in comment section of user agent field.
2019-03-14Adjusted AssemblyCopyright attribute values.Erwin de Haan
2019-03-14Adjusted the Product Name so the User Agent is correct/better.Erwin de Haan
2019-03-14Increased interval to 1050ms and moved to class scopePloughPuff
Review comments from JustAMan.
2019-03-14Only delay making request if necessaryPloughPuff
When requesting data from MusicBrainz, only delay the request if previous request was less than rate limit ago, instead of always delaying for one second at start.
2019-03-14Merge pull request #1106 from Bond-009/warn2Vasily
More warning fixes
2019-03-14Merge pull request #1103 from Bond-009/streamVasily
Improvements around streams
2019-03-13More warning fixesBond-009
2019-03-13Improvements around streamsBond-009
* Use ArrayPool instead of allocating new buffers each time * Remove NetworkStream copy * Remove some dead code
2019-03-13Do not use the nuget packages for comparison, but the last master build (#1091)Erwin de Haan
* Do not use the nuget packages for comparison, but the last master build. * Only allow passing builds.
2019-03-13Merge pull request #1104 from EraYaN/disable-abi-check-on-droneBond-009
Disable the Drone CI ABI check
2019-03-13Disable the Drone CI ABI checkErwin de Haan
2019-03-13Merge pull request #1100 from ploughpuff/rmprobeswitchVasily
Finalise removal of --ffprobe switch
2019-03-13Merge pull request #1096 from dkanada/opensubsVasily
Remove open subtitles from the server
2019-03-12Finalise removal of --ffprobe switchPloughPuff
Removed --ffprobe from src files and server/docker scripts.
2019-03-13Merge pull request #1098 from jellyfin/Bond-009-patch-2Vasily
Fix build by removing non existent namespace
2019-03-13Merge pull request #1059 from Bond-009/osVasily
Remove EnvironmentInfo
2019-03-12Fix build by removing non existent namespaceBond-009
Looks like a wrong auto merge. (We really should fix CI)
2019-03-12Merge pull request #1092 from joshuaboniface/configurable-webdirJoshua M. Boniface
Add configurable webdir option
2019-03-12Merge pull request #785 from Bond-009/xmlJoshua M. Boniface
Remove useless abstraction around XmlReaderSettings
2019-03-12Merge pull request #1094 from cvium/imageprocessor_exceptionBond-009
Skip processing of images that don't exist
2019-03-12Merge branch 'master' into xmlBond-009
2019-03-12Merge pull request #1060 from Bond-009/assinfoVasily
Remove redundant class AssemblyInfo
2019-03-12Implement review feedbackJoshua Boniface
2019-03-12Merge pull request #1095 from Bond-009/fix1077Vasily
Add AppConfig to the DI service collection
2019-03-12Merge pull request #1021 from Bond-009/failonwarnVasily
Fail on warnings for Jellyfin.Server
2019-03-11remove open subtitles from the serverdkanada
2019-03-11Fix nullrefBond-009
2019-03-11Skip processing of images that don't existClaus Vium
2019-03-11Merge pull request #1093 from joshuaboniface/saner-pathsVasily
Use better path configuration for packages
2019-03-11Merge pull request #1089 from jellyfin/translationsVasily
Update translations
2019-03-10Move CreateDirectory for dataDir to try blockJoshua Boniface
2019-03-10Have datadir envvar match the othersJoshua Boniface
2019-03-10Remove unneccessary stringJoshua Boniface
2019-03-10Use environment variables instead of opts for RPMJoshua Boniface
2019-03-10Use environment variables instead of opts for DebJoshua Boniface
2019-03-10Add further resources to complete WebPathJoshua Boniface
2019-03-10Make use of WebPathJoshua Boniface
2019-03-10Add configuration flag for Web directoryJoshua Boniface
2019-03-10Merge pull request #1075 from dkanada/thumbnailAnthony Lavado
Remove mirror images from library thumbnail