Bond_009
a709cbdc64
Fix more analyzer warnings
2019-01-27 12:12:44 +01:00
Bond_009
08b63a7c11
Remove unused function
...
RunStartupTasks never executes because "startuptasks.txt" is never
created
2019-01-27 10:55:52 +01:00
Luca Beltrame
ee89236fe8
[VA-API] Fix filter order ( #714 )
...
ffmpeg is very picky about the filters to be used when using VA-API,
because most of them are incompatible. This is particularly evident when
burning-in subtitles.
2019-01-27 09:44:56 +01:00
Erwin de Haan
fee42e883c
Removed unnecessary unsafe keywords.
2019-01-27 09:26:10 +01:00
Andrew Rabert
cc3422b96b
Use ffmpeg from jrottenberg/ffmpeg
...
Eventually would like to move to his 4.0-vaapi image
2019-01-26 21:16:43 -05:00
Andrew Rabert
50279be686
Merge pull request #727 from cvium/change_default_aspect
...
Change default aspect ratio to 2/3 from 0
2019-01-26 16:23:55 -05:00
Claus Vium
0e617933f6
Change default aspect ratio to 2/3 from 0
2019-01-26 22:19:14 +01:00
Andrew Rabert
f74bfcb343
Merge pull request #724 from Bond-009/skia
...
Move Skia back into it's own project
2019-01-26 16:03:16 -05:00
Claus Vium
64b6cfa3dc
Add Size to TypedBaseItem
2019-01-26 21:59:06 +01:00
Bond_009
bb056f4b59
Cleanup
2019-01-26 21:10:19 +01:00
Bond_009
ce11869a1a
Move Skia back into it's own project
2019-01-26 20:43:13 +01:00
Andrew Rabert
e3b19c22a7
Merge pull request #706 from sparky8251/docker-fix
...
Make another docker layer reusable
2019-01-26 14:23:41 -05:00
Andrew Rabert
05fd76c0fa
Merge pull request #723 from Bond-009/dbperf
...
Minor improvements to db code
2019-01-26 14:21:31 -05:00
Andrew Rabert
7165868509
Merge pull request #709 from Bond-009/null
...
Fix always null expressions
2019-01-26 14:14:23 -05:00
Andrew Rabert
4190410c7e
Merge pull request #710 from Bond-009/spelling
...
Fix a spelling mistake
2019-01-26 14:13:47 -05:00
Andrew Rabert
b673054c8d
Merge pull request #711 from Bond-009/sysevent
...
Remove remnants of system events
2019-01-26 14:13:25 -05:00
Andrew Rabert
e051ca6ff6
Merge pull request #721 from Bond-009/imagedimensions
...
Change image dimentions from double to int
2019-01-26 14:12:40 -05:00
Bond_009
d8d6c6f254
Address comments
2019-01-26 19:46:30 +01:00
Bond_009
2ffab720fb
Fix ctor
2019-01-26 18:36:38 +01:00
Bond_009
07f163a4c3
Minor improvements to db code
2019-01-26 18:21:41 +01:00
Bond_009
883575893b
Change image dimentions from double to int
...
Rename ImageSize -> ImageDimensions
2019-01-26 13:16:47 +01:00
Erwin de Haan
d1a0497f55
Revert "Merge pull request #452 from Bond-009/activitydb"
...
This reverts commit 48ad18d12b
, reversing
changes made to fe197415ca
.
2019-01-25 23:32:06 +01:00
Bond_009
ded9dee22c
Remove more compile time warnings
2019-01-25 23:05:01 +01:00
Erwin de Haan
e8f6a61131
Fix empty statement in DidlBuilder.cs
2019-01-25 22:51:34 +01:00
Bond_009
fd7f420af2
Remove remnants of system events
2019-01-25 22:41:43 +01:00
Bond_009
eaa6cb0ddc
Fix a spelling mistake
2019-01-25 22:27:33 +01:00
Bond_009
8af256f9c2
Fix always null expressions
2019-01-25 21:52:10 +01:00
Sparky
9f83ee7b3e
Make another docker layer reusable
...
By moving the apt-get layer before the copies, the apt-get layer can be reused with each build, reducing upload/download needed during updates.
Just a small optimization.
2019-01-25 13:27:12 -05:00
Andrew Rabert
e0315b5695
Merge pull request #702 from jellyfin/win-build
...
Fix debug build on windows
2019-01-25 08:36:21 -05:00
Bond-009
fd36bbede8
Fix debug build on windows
2019-01-25 12:42:45 +01:00
Andrew Rabert
b4fdfb562d
Merge pull request #700 from jellyfin/dev
...
Dev sync
2019-01-24 23:03:54 -05:00
Andrew Rabert
48ad18d12b
Merge pull request #452 from Bond-009/activitydb
...
Use EF Core for Activity database
2019-01-24 23:02:20 -05:00
Andrew Rabert
fe197415ca
Merge pull request #657 from Bond-009/true
...
Remove conditions that are always true/false
2019-01-24 23:02:10 -05:00
Andrew Rabert
0231bd88a7
Merge pull request #672 from cvium/kill_unconditional_caching
...
Remove unconditional caching, modified since header and use ETags
2019-01-24 23:01:52 -05:00
Andrew Rabert
15806de2aa
Merge pull request #681 from LogicalPhallacy/buildscriptfix
...
Fix Windows build script errors + pin ffmpeg to 4.0
2019-01-24 23:01:20 -05:00
Andrew Rabert
68a7ed6b7c
Merge pull request #687 from Bond-009/stylecop
...
Fix some analyzer warnings
2019-01-24 23:01:07 -05:00
Andrew Rabert
48e1a55d9e
Merge pull request #689 from Wuerfelbecher/fix-fedora-build
...
Fix RPM package build for fedora
2019-01-24 23:00:51 -05:00
Andrew Rabert
2c9e056d52
Merge pull request #699 from jellyfin/dev
...
Dev sync
2019-01-24 22:57:44 -05:00
Bond_009
8191efb90c
Fix some analyzer warnings
...
Some changes:
* Don't omit braces
* Fix culture sensitive string compare
* Define accessibility functions
I restricted myself to these 5 files, for now :p
2019-01-24 20:14:19 +01:00
Joshua M. Boniface
1d7d4c5738
Merge pull request #686 from Bond-009/analyzers
...
Disable some StyleCop warnings
2019-01-24 14:07:01 -05:00
hawken
3701ce4037
Eliminate some compile warnings ( #600 )
...
* Remove some unused variables
* remove duplicate "using .." by sorting and deduping the list
* Remove things that already exist in the parent class (in one case I moved some documentation to the parent)
* EntityBodyData and and NextSearch were never set (only read), removed
* _timeout was never read, subsequently _timer became unused. part of a TODO timeout functionality that was not implemented yet
2019-01-24 18:56:43 +01:00
Claus Vium
b2ffad9ce9
Set Parent to current query Item if ParentId is empty ( #680 )
...
**Changes**
Fixed a faulty change in logic that occurred during the Christmas GPL nightmare.
I stepped through Emby 3.5.2 and stumbled over a difference in the query between Jellyfin and Emby, where in Emby, query.ParentId was set to the item itself. So I did a little digging in the old GPLv2 source and found this https://github.com/MediaBrowser/Emby/blob/3.4.1.8/MediaBrowser.Controller/Entities/Folder.cs#L720
**Issues**
Fixes #673
2019-01-24 18:48:37 +01:00
Vasily
f4015f82e0
Update jellyfin.ruleset
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-01-24 18:39:51 +01:00
Phallacy
cab7fa2671
added self to contributors list
2019-01-24 07:36:45 -08:00
Thomas Büttner
6a3ed5d519
Added macOS to the docker sudo exception
2019-01-24 16:24:00 +01:00
Thomas Büttner
f2d0d1f646
Make the docker group check BSD compatible
2019-01-24 15:24:04 +01:00
Phallacy
d6a729c119
parameterized ffmpeg and nssm stuff
2019-01-24 01:56:56 -08:00
Phallacy
4e7675e78f
Updated Packaging Windows from Linux for parity
2019-01-24 01:42:34 -08:00
Bond_009
b6f5c33191
Disable SA1633
2019-01-23 23:51:46 +01:00
Bond_009
1cbcddfbd2
Disable SA1309
2019-01-23 23:30:38 +01:00