aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-23Leave +genpts untouched in GetProgressiveVideoArguments()The Lynxy
2019-02-22Add to contributorsLynxy
2019-02-21Always set ffmpeg flag +genpts when video stream is being copiedLynxy
2019-02-21Merge pull request #776 from cvium/update_tvdbVasily
Update tvdb provider to v2 api
2019-02-21Merge pull request #955 from ploughpuff/avoidVasily
Avoid exceptions due to folder and file not found
2019-02-21Merge pull request #952 from Liggy/populate-extrasVasily
Populate video extras again
2019-02-20Merge pull request #962 from scheidleon/fix-windows-buildBond-009
Fix Path
2019-02-20Fix Pathscheidleon
2019-02-20Merge pull request #961 from jellyfin/release-10.2.zJoshua M. Boniface
Release 10.2.1
2019-02-20Make Tvdb strings constClaus Vium
2019-02-20Update MediaBrowser.Providers/TV/TheTVDB/TvdbSeriesImageProvider.csBond-009
Co-Authored-By: cvium <cvium@users.noreply.github.com>
2019-02-20Add ConfigureAwait to awaited callsClaus Vium
2019-02-20Bump version to 10.2.1v10.2.1Joshua Boniface
2019-02-20Merge pull request #960 from nvllsvm/dockAndrew Rabert
Use jellyfin/ffmpeg image
2019-02-20Fix logging args and add ilogger with categorynameClaus Vium
2019-02-20Use jellyfin/ffmpeg imageAndrew Rabert
2019-02-20Only refresh metadata if extras changedTorsten
2019-02-20Merge branch 'populate-extras' of github.com:Liggy/jellyfin into populate-extrasTorsten
2019-02-20Merge branch 'master' into populate-extrasLiggy
2019-02-20Avoid exceptions due to folder and file not foundPloughPuff
1) Use function to return path to temp transcode path which has benefit of creating temp folder if not exists, thereby avoiding the exception when GetFilePaths is used. 2) Check json files exists before attempting to read from it. Avoids having to mask FileNotFound exceptions when debugging.
2019-02-20Merge branch 'master' into populate-extrasLiggy
2019-02-20Merge pull request #939 from joshuaboniface/cleanup-buildsBond-009
Clean up and rename obsolete deployment platforms
2019-02-20Merge pull request #847 from Bond-009/asyncVasily
Make websockets code async
2019-02-20Add commentBond-009
2019-02-20Merge branch 'master' into update_tvdbVasily
2019-02-20Merge pull request #930 from fruhnow/AuthorizationCheckVasily
checking user-permission in GetQueryResult
2019-02-20Merge pull request #950 from cvium/replace_priority_queueVasily
Replace OptimizedPriorityQueue source with NuGet reference
2019-02-20Merge pull request #851 from Bond-009/appdataVasily
Simplify code to get data dir
2019-02-20Merge pull request #914 from Bond-009/httppostedfileVasily
Separate HttpPostedFile into it's own file
2019-02-20Address review commentsClaus Vium
2019-02-19Merge pull request #889 from Bond-009/xmlexJoshua M. Boniface
Fix uncaught xml error
2019-02-19Merge pull request #848 from Bond-009/perfJoshua M. Boniface
Minor changes to reduce allocations
2019-02-19Merge pull request #830 from Bond-009/updateJoshua M. Boniface
Removed remaining self-update code
2019-02-19Merge https://github.com/jellyfin/jellyfin into populate-extrasTorsten
2019-02-19Populate video extras againTorsten
2019-02-19Merge pull request #948 from cvium/revert_movie_matchingBond-009
Revert movie matching
2019-02-19Check for whitespaceClaus Vium
2019-02-20Merge pull request #936 from EraYaN/fix-drone-abi-testsVasily
Fixed the assemblynames for compatibility check in drone.
2019-02-19Remove OptimizedPriorityQueue source and grab it from nugetClaus Vium
2019-02-19Remove limit commentClaus Vium
2019-02-19Remove arbitrary limit and minor style fixesClaus Vium
2019-02-19Revert "Change multi version logic for movies"Claus Vium
This reverts commit a4055779f6c824cc0289dfb4f77dc094f2de850a.
2019-02-19Revert "Remove unnecessary ToList"Claus Vium
This reverts commit 42abb5a9931806a2ae1cedd433144ebf82768a0d.
2019-02-19Revert "Add Year to the new VideoInfo"Claus Vium
This reverts commit 05ad2e9b3f5209d9e7ff9949d8c20cd8ef7062b6.
2019-02-19Revert "Merge pull request #924 from cvium/fix_movie_matching"Claus Vium
This reverts commit f274d024ceaacc23f0a30697aab8c0dfb05c402c, reversing changes made to 4b4399fba6df3368ab04e78acd2dd08873e4f07b.
2019-02-19Revert "Merge pull request #933 from cvium/fix_movie_matching_again"Claus Vium
This reverts commit 77d4fec6eb75b9b26a24e0678c7a75d8decb2e29, reversing changes made to f274d024ceaacc23f0a30697aab8c0dfb05c402c.
2019-02-19switching logging to serilog convention according to pr commentsFelix Ruhnow
2019-02-19adressing pr commentsFelix Ruhnow
2019-02-19adressing pr commentsFelix Ruhnow
2019-02-18Rename Windows scripts folderJoshua Boniface