| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-15 | Merge branch 'master' of github.com:jellyfin/jellyfin into ffmpeg | Bond_009 | |
| 2019-03-15 | Check before flushing ffmpeg log | Bond_009 | |
| The stream could have been diposed while writing. | |||
| 2019-03-15 | Merge pull request #1116 from Bond-009/sub | Joshua M. Boniface | |
| Fix exception caused by #1096 | |||
| 2019-03-15 | Fix exception caused by #1096 | Bond_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-15 | Merge pull request #1115 from SuperSandro2000/patch-2 | Andrew Rabert | |
| Clean apt lists in arm Dockerfiles | |||
| 2019-03-15 | Merge pull request #1114 from SuperSandro2000/patch-1 | Andrew Rabert | |
| Only remove /var/lib/apt/lists/* in Dockerfile | |||
| 2019-03-15 | Clean apt lists in arm Dockerfiles | Sandro Jäckel | |
| 2019-03-15 | Only remove /var/lib/apt/lists/* | Sandro Jäckel | |
| 2019-03-15 | Merge pull request #1105 from ploughpuff/ratelimit | Vasily | |
| Only delay making MusicBrainz request if necessary | |||
| 2019-03-15 | Merge pull request #1110 from EraYaN/productname-and-ua | Joshua M. Boniface | |
| Adjusted the Product Name so the User Agent is correct/better. | |||
| 2019-03-14 | Added contact email to user agent | PloughPuff | |
| MusicBrainz request a contact email address is supplied in comment section of user agent field. | |||
| 2019-03-14 | Adjusted AssemblyCopyright attribute values. | Erwin de Haan | |
| 2019-03-14 | Adjusted the Product Name so the User Agent is correct/better. | Erwin de Haan | |
| 2019-03-14 | Increased interval to 1050ms and moved to class scope | PloughPuff | |
| Review comments from JustAMan. | |||
| 2019-03-14 | Only delay making request if necessary | PloughPuff | |
| 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-14 | Merge pull request #1106 from Bond-009/warn2 | Vasily | |
| More warning fixes | |||
| 2019-03-14 | Merge pull request #1103 from Bond-009/stream | Vasily | |
| Improvements around streams | |||
| 2019-03-13 | More warning fixes | Bond-009 | |
| 2019-03-13 | Improvements around streams | Bond-009 | |
| * Use ArrayPool instead of allocating new buffers each time * Remove NetworkStream copy * Remove some dead code | |||
| 2019-03-13 | Do 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-13 | Merge pull request #1104 from EraYaN/disable-abi-check-on-drone | Bond-009 | |
| Disable the Drone CI ABI check | |||
| 2019-03-13 | Disable the Drone CI ABI check | Erwin de Haan | |
| 2019-03-13 | Merge pull request #1100 from ploughpuff/rmprobeswitch | Vasily | |
| Finalise removal of --ffprobe switch | |||
| 2019-03-13 | Merge pull request #1096 from dkanada/opensubs | Vasily | |
| Remove open subtitles from the server | |||
| 2019-03-12 | Finalise removal of --ffprobe switch | PloughPuff | |
| Removed --ffprobe from src files and server/docker scripts. | |||
| 2019-03-13 | Merge pull request #1098 from jellyfin/Bond-009-patch-2 | Vasily | |
| Fix build by removing non existent namespace | |||
| 2019-03-13 | Merge pull request #1059 from Bond-009/os | Vasily | |
| Remove EnvironmentInfo | |||
| 2019-03-12 | Fix build by removing non existent namespace | Bond-009 | |
| Looks like a wrong auto merge. (We really should fix CI) | |||
| 2019-03-12 | Merge pull request #1092 from joshuaboniface/configurable-webdir | Joshua M. Boniface | |
| Add configurable webdir option | |||
| 2019-03-12 | Merge pull request #785 from Bond-009/xml | Joshua M. Boniface | |
| Remove useless abstraction around XmlReaderSettings | |||
| 2019-03-12 | Merge pull request #1094 from cvium/imageprocessor_exception | Bond-009 | |
| Skip processing of images that don't exist | |||
| 2019-03-12 | Merge branch 'master' into xml | Bond-009 | |
| 2019-03-12 | Merge pull request #1060 from Bond-009/assinfo | Vasily | |
| Remove redundant class AssemblyInfo | |||
| 2019-03-12 | Implement review feedback | Joshua Boniface | |
| 2019-03-12 | Merge pull request #1095 from Bond-009/fix1077 | Vasily | |
| Add AppConfig to the DI service collection | |||
| 2019-03-12 | Merge pull request #1021 from Bond-009/failonwarn | Vasily | |
| Fail on warnings for Jellyfin.Server | |||
| 2019-03-11 | remove open subtitles from the server | dkanada | |
| 2019-03-11 | Fix nullref | Bond-009 | |
| 2019-03-11 | Skip processing of images that don't exist | Claus Vium | |
| 2019-03-11 | Merge pull request #1093 from joshuaboniface/saner-paths | Vasily | |
| Use better path configuration for packages | |||
| 2019-03-11 | Merge pull request #1089 from jellyfin/translations | Vasily | |
| Update translations | |||
| 2019-03-10 | Move CreateDirectory for dataDir to try block | Joshua Boniface | |
| 2019-03-10 | Have datadir envvar match the others | Joshua Boniface | |
| 2019-03-10 | Remove unneccessary string | Joshua Boniface | |
| 2019-03-10 | Use environment variables instead of opts for RPM | Joshua Boniface | |
| 2019-03-10 | Use environment variables instead of opts for Deb | Joshua Boniface | |
| 2019-03-10 | Add further resources to complete WebPath | Joshua Boniface | |
| 2019-03-10 | Make use of WebPath | Joshua Boniface | |
| 2019-03-10 | Add configuration flag for Web directory | Joshua Boniface | |
| 2019-03-10 | Merge pull request #1075 from dkanada/thumbnail | Anthony Lavado | |
| Remove mirror images from library thumbnail | |||
