Odd Stråbø
afff226514
Apply suggestions from code review
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-04-11 08:21:23 +02:00
Odd Stråbø
13d0837b78
(mostly)Fix ResizeFill
2021-04-11 08:21:23 +02:00
Odd Stråbø
383aa4e4d9
Add Resize to fill box alternative to image endpoints
2021-04-11 08:20:47 +02:00
Patrick Barron
44e71774b1
Rewrite device manager using EF Core
2021-04-10 16:17:36 -04:00
Bill Thornton
cc0f191228
Disable hevc encoding by default
2021-04-08 09:57:17 -04:00
crobibero
b1faf8c2e8
Update to dotnet 5.0.5
2021-04-08 07:36:13 -06:00
Claus Vium
a1718e392b
Merge pull request #5631 from BrianCArnold/FixMessageCommand
2021-04-07 14:36:08 +02:00
Maxr1998
24ac8a1223
Improve metadata probing to better support music videos
2021-04-06 15:34:29 +02:00
Bond-009
fa64d8e4f2
Merge pull request #5637 from dmitrylyzo/check-media-type
2021-04-04 01:25:09 +02:00
Dmitry Lyzo
36da7a06d7
Less negation
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-04-04 02:09:57 +03:00
Bond-009
4f387dca6e
Merge pull request #5598 from cvium/fix_hls_default_values
2021-04-03 19:36:41 +02:00
Bond-009
959a09bdb0
Merge pull request #5676 from Bond-009/useless
2021-04-03 02:00:03 +02:00
BaronGreenback
d9a50cb510
Various DLNA Optimizations
2021-04-02 19:06:38 +01:00
Bond_009
c533b20496
Remove ManagedFileSystem.IsRootPath
...
`Path.IsPathRooted` should be used instead
2021-04-01 19:39:00 +02:00
Max Rumpf
21e7ceae8e
StreamBuilder tweaks ( #5668 )
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-04-01 19:18:14 +02:00
Brian Arnold
54107ae882
Fix spacing requirement for MessageCommand.
2021-03-29 11:40:07 -04:00
Brian Arnold
ca25301e64
Added Required attribute to Text property of MessageCommand.
2021-03-29 10:10:44 -04:00
Ionut Andrei Oanca
776ce7c660
Send playing item status in SyncPlay group update
2021-03-29 11:29:48 +02:00
Dmitry Lyzo
364e8931af
Check appropriate profile type
2021-03-27 11:53:57 +03:00
cvium
74e14b4ca5
fix isdirectstream default
2021-03-22 22:34:47 +01:00
cvium
7dedeb6c79
change HLS endpoint defaults to false
2021-03-22 20:53:55 +01:00
Bond_009
d202df6e8a
Remove useless line
2021-03-09 03:22:51 +01:00
Bond_009
9ed7f429c0
FxCop -> Net Analyzers (part 1)
2021-03-09 03:04:47 +01:00
Bond_009
2e62c09f2e
Fix casing CollectionType
2021-03-08 02:16:35 +01:00
cvium
8b72b902f5
fix HasProviderId and add tests
2021-03-03 12:28:40 +01:00
cvium
a49f5d2a44
revert removal of null check
2021-03-03 09:37:21 +01:00
cvium
664c5da317
return false when providerid is null or empty
2021-03-03 09:09:57 +01:00
Bond_009
ba62d9d1fe
Revert breaking change
2021-03-01 20:35:38 +01:00
Bond-009
9390dd2df8
Merge pull request #5317 from Bond-009/notnullwhen
...
MaybeNullWhen(false) -> NotNullWhen(true)
2021-03-01 18:58:46 +01:00
Bond_009
02848189e3
MaybeNullWhen(false) -> NotNullWhen(true)
2021-02-28 00:10:36 +01:00
Patrick Barron
ebb6467db4
Remove unused entity
2021-02-27 11:42:37 -05:00
dkanada
c54ca489f1
Merge pull request #5217 from jellyfin/auto-manifest
...
handle plugin manifests automatically
2021-02-25 17:17:34 +09:00
Bond_009
81f527f808
CollectionType can be null
2021-02-24 11:57:04 +01:00
Bond_009
1c74e2f40e
Fix build
2021-02-24 02:57:10 +01:00
Bond_009
914e891689
Fix unchecked input
2021-02-24 02:05:12 +01:00
dkanada
bc746b4d05
merge branch 'master' into auto-manifest
2021-02-23 19:19:38 +09:00
Joshua M. Boniface
7ece3c5523
Merge pull request #5273 from Bond-009/warn31
2021-02-22 21:00:46 -05:00
Joshua M. Boniface
5ce4df4178
Merge pull request #5270 from Bond-009/imdb
2021-02-22 20:59:57 -05:00
Joshua M. Boniface
23ff1fab46
Merge pull request #4984 from Bond-009/subtitleedit
2021-02-22 20:59:49 -05:00
Bond-009
003945f25b
Update MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-02-22 17:10:42 +01:00
Bond_009
401bafbfd0
Address comments
2021-02-20 23:36:22 +01:00
Bond_009
141efafd3d
Enable TreatWarningsAsErrors for MediaBrowser.Model
2021-02-20 23:29:33 +01:00
dkanada
13d65318eb
Merge pull request #5223 from Bond-009/minor10
...
Minor improvements
2021-02-20 10:56:55 +09:00
Bond_009
941d3f6217
Add tests for ProviderIdsExtensions
2021-02-19 17:01:52 +01:00
Bond_009
b2700ecf44
TMDB: Also search with IMDB or TVDB Id if specified
2021-02-19 16:09:23 +01:00
dkanada
75ec8b0c8c
Merge pull request #5207 from matthin/default-language
...
Default to English metadata during the setup wizard.
2021-02-14 16:06:27 +09:00
Bond_009
65bab55ca0
Minor improvements
2021-02-13 00:39:18 +01:00
dkanada
9caf311925
handle plugin manifests automatically
2021-02-12 22:33:10 +09:00
dkanada
9fcdbd4c4b
remove deprecated settings from server config
2021-02-12 21:58:37 +09:00
crobibero
223b42aed3
Create BaseItemKind enum
2021-02-10 17:09:23 -07:00
me@justinharrison.ca
90236efdf2
Default to English metadata during the setup wizard.
2021-02-10 17:08:55 -05:00
Joshua M. Boniface
bd8c269ea2
Merge pull request #5107 from jellyfin/enhanced-nvdec-vpp-tonemap
2021-02-10 01:24:51 -05:00
Bond_009
ed8fce2dce
Use SubtitleEdit to parse subtitles
2021-02-09 15:12:41 +01:00
dkanada
995b370017
Merge pull request #4663 from joshuaboniface/bump-version-10.8.0
...
Bump version to 10.8.0 for next release
2021-02-09 11:38:31 +09:00
nyanmisaka
09b9fa3ce1
add vpp tonemapping for vaapi
2021-02-06 13:21:30 +08:00
nyanmisaka
326fa8ce38
add an enhanced nvdec decoder
2021-01-25 03:40:34 +08:00
Joshua M. Boniface
3bf7e18886
Merge pull request #5031 from crobibero/5.0.2
...
Update to dotnet 5.0.2
2021-01-23 14:41:03 -05:00
crobibero
a087ab389a
dotnet 5.0.2
2021-01-16 10:17:33 -07:00
crobibero
3b9567d583
Add query parameter to disable returning first episode as next up
2021-01-15 15:08:48 -07:00
dkanada
cac33ef105
remove unused notification type
2021-01-12 12:28:21 +09:00
Bill Thornton
cfca27e99a
Fix capitalization of Playstate message
2021-01-05 10:06:55 -05:00
Joshua M. Boniface
406ae3e43a
Merge pull request #4709 from BaronGreenback/PluginDowngrade
2020-12-31 18:47:05 -05:00
BaronGreenback
bd1c115e46
renamed imagePath to imageUrl
2020-12-31 15:59:48 +00:00
martinek-stepan
cc92f7afe5
Enable nullable for MediaBrowser.XbmcMetadata project ( #4612 )
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Stepan <ste.martinek+git@gmail.com>
2020-12-31 12:09:25 +01:00
Cody Robibero
5c57569692
Merge branch 'master' into PluginDowngrade
2020-12-30 18:11:37 -07:00
artiume
cd979e6b62
Add default of 5 minutes
2020-12-30 08:52:11 -05:00
Bond-009
054adf6379
Merge pull request #4853 from Ullmie02/servicestack-json
2020-12-30 10:33:32 +01:00
Bond-009
f8681aa518
Merge pull request #4874 from MrTimscampi/enable-tmdb-omdb
...
Enable TMDB and OMDB by default
2020-12-28 15:44:45 +01:00
MrTimscampi
48d8536d2f
Enable TMDB and OMDB by default
2020-12-28 09:19:08 +01:00
crobibero
c8a95e0926
Fix null reference when logging
2020-12-24 10:05:06 -07:00
BaronGreenback
889e988167
Updated to latest unstable.
2020-12-23 17:25:34 +00:00
David
e9902e9d35
Remove custom Json serializer
2020-12-23 13:24:34 +01:00
BaronGreenback
d98f42a6aa
Update PackageInfo.cs
...
uncommented attribute.
2020-12-23 10:36:34 +00:00
crobibero
1dac2226c4
Remove unused deps
2020-12-22 08:57:51 -07:00
Greenback
4cc19be173
removed compiler directives.
2020-12-18 21:14:38 +00:00
BaronGreenback
46a64deb66
Update MediaBrowser.Model/Updates/PackageInfo.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-12-18 21:07:24 +00:00
Greenback
5c4fdaa253
MaxAbi property removed.
2020-12-18 21:05:27 +00:00
Greenback
ce19f2be55
Renamed Guid property to Id
2020-12-18 20:37:35 +00:00
Greenback
486148dd6b
Removed maxAbi
2020-12-18 09:44:57 +00:00
Greenback
a4a40407a0
Change PluginStatus states.
2020-12-17 13:44:53 +00:00
Greenback
c197dca759
Changed PluginId to guid so its the same type as plugin.id
2020-12-15 18:27:31 +00:00
Greenback
eb2439f23b
Changes as recommended.
2020-12-15 16:37:11 +00:00
Greenback
c761cbff0e
more changes.
2020-12-15 10:20:28 +00:00
Greenback
208d545cfe
Changed as suggested.
2020-12-15 10:05:04 +00:00
BaronGreenback
67c480ad53
Merge branch 'master' into PluginDowngrade
2020-12-15 01:15:54 +00:00
Greenback
a246a77ada
Delete plugin working.
2020-12-14 23:08:04 +00:00
Greenback
7986465cf7
Initial upload
2020-12-14 16:14:39 +00:00
crobibero
ca5f87c7eb
Fix get provider id extension
2020-12-14 07:20:16 -07:00
Joshua M. Boniface
4f6a585424
Merge pull request #4716 from OancaAndrei/syncplay-new-auth-policies
2020-12-13 16:58:28 -05:00
nyanmisaka
7be3276dff
Fine tune some tone mapping params
...
*Set recommand algorithm to Hable
*Set recommand tone mapping peak to 100
2020-12-12 18:26:52 +08:00
crobibero
8517b28eba
Make BaseItemDto Guids nullable
2020-12-07 15:23:40 -07:00
Ionut Andrei Oanca
499f3ee950
Update authorization policies for SyncPlay
2020-12-07 10:33:15 +01:00
Joshua M. Boniface
5f2cd11199
Bump version to 10.8.0 for next release
2020-12-04 21:56:24 -05:00
Joshua M. Boniface
bba01bf7b9
Merge pull request #3194 from OancaAndrei/syncplay-enhanced
...
SyncPlay for TV series (and Music)
2020-12-04 20:22:30 -05:00
Joshua M. Boniface
670f7cacc3
Merge pull request #4651 from crobibero/iso_manager
...
Remove IIsoMounter and IsoMounter
2020-12-04 14:53:09 -05:00
Ionut Andrei Oanca
cbf70e7a03
Change type of PlaylistItemId to Guid
2020-12-04 20:15:16 +01:00
Claus Vium
f1cc01f324
Merge pull request #4242 from Spacetech/library_scan_speed
...
Increase library scan and metadata refresh speed
2020-12-04 13:17:26 +01:00
Ionut Andrei Oanca
7169c0a22d
Move SyncPlay request DTOs to proper namespace
2020-12-03 19:01:57 +01:00
Ionut Andrei Oanca
389367fec8
Rename 'track' into 'item' in SyncPlay
2020-12-03 15:54:39 +01:00
crobibero
ca5c20c988
Remove IIsoMounter and IsoMounter
2020-12-03 07:34:15 -07:00
Claus Vium
4ae62e74e9
Merge pull request #4644 from jellyfin/minor9
...
Minor improvements
2020-12-03 08:00:44 +01:00
Bond_009
e4fd61411f
Minor improvements
2020-12-02 15:38:52 +01:00
crobibero
c083b29e29
Use Guid as API parameter type where possible
2020-12-01 11:07:41 -07:00
Ionut Andrei Oanca
78ea8ef99e
Create common interface for SyncPlay requests
2020-11-28 16:03:02 +01:00
Ionut Andrei Oanca
c60714e365
Move query parameters to request body in SyncPlay
2020-11-28 14:20:46 +01:00
Joshua M. Boniface
c98c2ab955
Merge branch 'master' into syncplay-enhanced
2020-11-27 09:46:18 -05:00
Joshua M. Boniface
2c9e355e42
Merge branch 'master' into NetworkPR2
2020-11-21 23:28:15 -05:00
BaronGreenback
e8cb9cea7d
Merge branch 'master' into library_scan_speed
2020-11-21 22:54:40 +00:00
Joshua M. Boniface
f6c842e7b3
Merge pull request #4513 from BaronGreenback/LatestPluginSelected
...
Multi-repository plugins
2020-11-21 17:18:19 -05:00
crobibero
c8c5feacb6
Convert ClientCapabilities to a Dto with JsonConverters
2020-11-21 11:37:22 -07:00
Greenback
086e2fdaa1
Fixed a couple of merge errors.
2020-11-21 14:09:56 +00:00
Greenback
c4753cec6c
Fixed merge.
2020-11-21 14:05:09 +00:00
BaronGreenback
124bd4c2c0
Networking: 1 - Network Manager ( #4124 )
...
* NetworkManager
* Config file with additional options.
* Update Jellyfin.Networking/Manager/INetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/INetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Model/Configuration/ServerConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Model/Configuration/ServerConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Model/Configuration/ServerConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Split function.
* Update Jellyfin.Networking/Manager/INetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* fixed iterations
* Update Jellyfin.Networking.csproj
* Update NetworkManager.cs
* Updated to NetCollection 1.03.
* Update ServerConfiguration.cs
* Update StartupController.cs
* Update INetworkManager.cs
Removed public
* Update INetworkManager.cs
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Updated comment
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/INetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Remove mono code.
Removed forced chromecast option
* Inverted if
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Moved config into a separate container
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Changed sortedList to dictionary.
* Update INetworkManager.cs
Changed UpdateSettings param type
* Update NetworkManager.cs
* Update NetworkManager.cs
* Update NetworkManager.cs
* Update NetworkConfiguration.cs
* Update INetworkManager.cs
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update MediaBrowser.Model/Configuration/ServerConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Model/Configuration/ServerConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Updated changes github didn't update.
* Fixed compilation.
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Removed read locking.
* Update NetworkManager.cs
Changed configuration event to NamedConfigurationUpdated
* updated comment
* removed whitespace
* Updated NetCollection to 1.0.6
Updated DXCopAnalyser to 3.3.1
* removed NetCollection
* Update NetworkManager.cs
* Update NetworkExtensions.cs
* Update NetworkExtensions.cs
Removed function.
* Update NetworkExtensions.cs
* Update NetworkManager.cs
Changed ToString() to AsString() as native collection formats incorrectly.
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update NetworkExtensions.cs
* Update Jellyfin.Networking/Configuration/NetworkConfiguration.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
* Update Jellyfin.Networking/Configuration/NetworkConfiguration.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
* Update Jellyfin.Networking/Configuration/NetworkConfiguration.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
* updated
* Replaced NetCollection with Collection<IPObject>
* Update MediaBrowser.Common/Net/NetworkExtensions.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Model/Configuration/PathSubstitution.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/NetworkExtensions.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* updated comments.
* Updated comments / changes as suggested by @crobibero.
* Split function as suggested
* Fixed null ref.
* Updated comment.
* Updated cs to .net5
* Fixed issue with PublishedServerUrl
* Fixes
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Restored locking
* optimisation
* Added comment
* updates.
* updated.
* updates
* updated.
* Update IPHost.cs
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update NetworkManager.cs
* Removed whitespace.
* Added debug logging
* Added debug.
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
* Replaced GetAddressBytes
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
Co-authored-by: Bond-009 <bond.009@outlook.com>
2020-11-21 13:59:14 +01:00
BaronGreenback
7a6063ed41
Merge branch 'master' into NetworkPR2
2020-11-21 00:35:53 +00:00
Joshua M. Boniface
7457c4a95d
Merge pull request #4499 from crobibero/more-param
...
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids
2020-11-20 12:34:18 -05:00
Gary Wilber
4a22380565
Merge remote-tracking branch 'upstream/master' into library_scan_speed
2020-11-19 18:44:16 -08:00
nyanmisaka
b4598bd71b
Merge remote-tracking branch 'upstream/master' into fmp4-hls
2020-11-20 10:01:17 +08:00
Greenback
a3e47f3e4e
Updated to latest Unstable.
2020-11-19 18:27:18 +00:00
nyanmisaka
b02ceea91b
increase bitrate to 20Mbps for 1440p transcoding
2020-11-19 23:56:04 +08:00
Nyanmisaka
5ff08338d5
Apply suggestions from code review
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-11-19 15:02:36 +00:00
Greenback
18855a7884
Initialial upload
2020-11-19 13:34:09 +00:00
Greenback
9a323f6df0
More spelling corrections.
2020-11-18 13:46:14 +00:00
Joshua M. Boniface
e0f60847c0
Merge pull request #4361 from ssenart/feature/4360-transcoding_flac_downsampling
...
Add FLAC and define the corresponding target sample rate
2020-11-17 10:29:29 -05:00
crobibero
3cc0dd7e12
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
2020-11-16 20:29:46 -07:00
Joshua M. Boniface
e86db484ef
Merge pull request #4136 from BaronGreenback/Comment1
...
DLNA Classes - No code change, just added commenting to classes.
2020-11-16 17:11:20 -05:00
BaronGreenback
d66f88672c
Merge branch 'master' into NetworkPR2
2020-11-16 16:27:37 +00:00
nyanmisaka
5fe4ea2f4a
add video range info to title
2020-11-16 21:41:08 +08:00
nyanmisaka
488dbdb31d
Merge remote-tracking branch 'upstream/master' into fmp4-hls
2020-11-16 12:36:55 +08:00
crobibero
e66d79fc0c
Merge remote-tracking branch 'upstream/master' into http-exception
2020-11-15 13:09:05 -07:00
crobibero
dae4541bad
Merge remote-tracking branch 'upstream/master' into dotnet-5
2020-11-15 11:56:35 -07:00
Ionut Andrei Oanca
c7e53bce2f
Patch data-races and minor changes in SyncPlay
2020-11-15 17:30:28 +01:00
Ionut Andrei Oanca
5d77f422f0
Hide some property setters, init null values, update namespaces
2020-11-14 23:40:01 +01:00
crobibero
95a2de757f
remove custom HttpException
2020-11-14 14:30:34 -07:00
Bond_009
ff49a3bb61
Missed some stuff
2020-11-14 20:28:15 +01:00
Ionut Andrei Oanca
1dbc91978e
Address requested changes and fix some warnings
2020-11-14 12:33:54 +01:00
crobibero
d5e2369dd6
Fix nullability errors in MediaBrowser.Model
2020-11-13 09:36:17 -07:00
crobibero
01355e0498
Fix nullability errors in Jellyfin.Api (part 1)
2020-11-13 09:04:31 -07:00
crobibero
73f9a6d7d0
Convert array property to IReadOnlyList
2020-11-12 08:29:42 -07:00
BaronGreenback
27bb17ef9d
Merge branch 'master' into Comment1
2020-11-12 09:18:49 +00:00
nyanmisaka
5bd0c2b69d
add an option to disable hevc encoding
2020-11-12 11:02:56 +08:00
nyanmisaka
57e5b59b93
adjust bitrate limit for HLS audio codecs
2020-11-11 17:10:08 +08:00
crobibero
83629ab6f2
Update packages to net5
2020-11-10 09:52:34 -07:00
Claus Vium
cdf979efef
Merge pull request #3196 from ferferga/images-advance
...
Remove "download images in advance" option
2020-11-10 10:54:23 +01:00
Gary Wilber
f680a0fbbe
fix merge
2020-11-08 11:55:38 -08:00
Gary Wilber
e6d8c02944
Merge remote-tracking branch 'upstream/master' into library_scan_speed
2020-11-08 11:51:40 -08:00
nyanmisaka
737cb727f9
Merge remote-tracking branch 'upstream/master' into fonts
2020-11-08 19:11:54 +08:00
nyanmisaka
85965741f5
add initial support for HEVC over FMP4-HLS
2020-11-08 01:39:32 +08:00
Claus Vium
8c5e0ddae0
Merge pull request #4401 from nyanmisaka/respect-music-settings
...
Respect music quality settings when transcoding
2020-11-07 10:57:57 +01:00
BaronGreenback
ec245dce90
Merge branch 'master' into NetworkPR2
2020-11-04 20:17:41 +00:00
Bond-009
51dc92c3a9
Merge pull request #4326 from crobibero/purge-activity-log
...
Automatically clean activity log database
2020-11-02 16:52:49 +01:00
crobibero
ceecc80bb3
Allow configuration of ActivityLogRetention
2020-11-01 18:32:41 -07:00
nyanmisaka
00f0c14d7b
respect music quality settings when transcoding
2020-10-31 16:09:22 +08:00
BaronGreenback
0b5ddc90ff
Merge branch 'master' into NetworkPR2
2020-10-26 13:21:48 +00:00
Ionut Andrei Oanca
0b4c751657
Check for null sessions and requests in SyncPlay
2020-10-22 16:12:19 +02:00
Stéphane Senart
5979151f11
[AudioTranscoding] Add FLAC as supported target audio format and be able to define the corresponding target sample rate
2020-10-22 12:22:31 +02:00
Stéphane Senart
28ee4f0a7f
[AudioTranscoding] Add FLAC as supported target audio format and be able to define the corresponding target sample rate
2020-10-22 11:09:59 +02:00
Ionut Andrei Oanca
36fee4e60a
Minor fixes
2020-10-21 16:42:57 +02:00
ferferga
9fd01fade6
Remove "download images in advance" option
2020-10-19 17:28:07 +02:00
BaronGreenback
63be65dd91
Merge branch 'master' into Comment1
2020-10-17 15:00:43 +01:00
Ionut Andrei Oanca
8819a9d478
Add playlist-sync and group-wait to SyncPlay
2020-10-16 12:06:29 +02:00
gion
e10799e0e8
Rewrite syncplay using a state design pattern
2020-10-16 11:38:50 +02:00
gion
5487dfc145
Rename GroupInfoView to GroupInfoDto
2020-10-16 11:25:19 +02:00
dkanada
5c2ecc0ca5
Merge pull request #4324 from crobibero/dotnet-3.1.9
...
Update to dotnet 3.1.9
2020-10-15 12:56:10 +09:00
Anthony Lavado
8ffa14e6d3
Merge pull request #4309 from nielsvanvelzen/publicsysteminfo-backward-compatible-openapi
...
Make StartupWizardCompleted nullable in PublicSystemInfo
2020-10-14 15:06:56 -04:00
crobibero
15a7f88e08
Automatically clean activity log database
2020-10-14 11:44:11 -06:00
crobibero
f998e52107
Update to dotnet 3.1.9
2020-10-13 18:50:04 -06:00
Jan-Pieter Baert
ec91d3893d
Fix SA 1116 warnings
2020-10-12 20:05:11 +02:00
Niels van Velzen
7072b4d926
Make StartupWizardCompleted nullable in PublicSystemInfo
2020-10-11 17:01:33 +02:00
dkanada
2375c35c4a
Merge pull request #4292 from crobibero/missing-general-command
...
Add missing general commands
2020-10-11 18:34:48 +09:00
Anthony Lavado
ecabcff8f0
Merge pull request #4274 from barronpm/activitylog-query
...
Rewrite Activity Log Backend
2020-10-09 20:12:26 -04:00
Greenback
ebe650afa9
Merge remote-tracking branch 'upstream/master' into NetworkPR2
2020-10-09 14:12:41 +01:00
Greenback
39754b840d
minor fixes
2020-10-08 19:16:47 +01:00
crobibero
fe49ae7cb5
fix casing
2020-10-08 07:21:55 -06:00
crobibero
e9f17f3cab
Add missing general commands for Kodi
2020-10-07 17:26:02 -06:00
crobibero
508b7c0a4e
Add missing general commands
2020-10-07 17:16:03 -06:00
Bond-009
d22fe41c3c
Merge pull request #4177 from cvium/remove_missing
...
Remove dummy season and missing episode provider
2020-10-05 12:59:39 +02:00
cvium
72cd6ab071
Remove dummy season and missing episode provider in a futile attempt to remove cruft
2020-10-05 12:13:41 +02:00
Bond-009
e011659186
Merge pull request #4210 from nielsvanvelzen/typed-websocket-message
...
Use enum for WebSocket message types
2020-10-05 10:40:52 +02:00
Joshua M. Boniface
2a575dd67e
Merge pull request #4269 from joshuaboniface/session-limit
...
Add user max sessions options
2020-10-04 23:34:52 -04:00
Joshua M. Boniface
d47284d59f
Merge pull request #4202 from cvium/tmdblib_migration
...
Migrate the TMDb providers to the TMDbLib library
2020-10-04 20:59:14 -04:00
Patrick Barron
4d7e7d6331
Rewrite activity log backend to use a query class.
2020-10-04 20:29:28 -04:00
Joshua M. Boniface
1bfe9713af
Make MaxSessions default 0
2020-10-04 20:24:35 -04:00
Bond-009
07be066180
Merge pull request #4252 from skyfrk/4214-supported-commands-enum
...
Convert supportedCommands strings to enums
2020-10-04 22:40:14 +02:00
Joshua M. Boniface
2577595bac
Remove obsolete getter
2020-10-04 13:23:20 -04:00
Joshua M. Boniface
5a7dda337f
Add active session tracking
...
Adds a flag for a maximum number of user sessions, as well as an
authentication check to ensure that the user is not above this level.
2020-10-04 13:02:54 -04:00
BaronGreenback
29133b6452
Update PathSubstitution.cs
2020-10-04 10:04:43 +01:00
cvium
e9524f89d6
Migrate the TMDb providers to the TMDbLib library
2020-10-03 19:53:07 +02:00
Maxr1998
e01209a6f5
Log stream type and codec for missing direct play profile
2020-10-03 17:14:09 +02:00
github@esslinger.dev
dd4f3a7c51
feat: convert supportedCommands strings to enums
2020-10-01 18:43:44 +02:00
Gary Wilber
c2276b17cb
Increase library scan and metadata refresh speed
2020-09-30 19:33:34 -07:00
Jim Cartlidge
3b64171cde
Minor change to get it to compile.
2020-09-30 18:02:36 +01:00
Jim Cartlidge
fcd1b2f0e4
Merged with latest master
2020-09-30 17:52:33 +01:00
Jim Cartlidge
bbe2400b59
Updating to NetCollection 1.03
2020-09-30 17:51:17 +01:00
Bond-009
c7b3d4a90c
Merge pull request #4164 from spooksbit/remove-browser-auto-load
...
Removed browser auto-launch functionality
2020-09-29 18:24:58 +02:00
Bond-009
cbf9be9416
Merge pull request #3577 from crobibero/package-install-repo
...
Specify plugin repo on plugin installation
2020-09-29 18:24:11 +02:00
Matt Montgomery
53d5f64e03
Fix SA1513, SA1514, SA1507, and SA1508
2020-09-28 15:04:31 -05:00
Niels van Velzen
72534f9d66
Use SessionMessageType for WebSocket messages
2020-09-27 10:00:20 +02:00
crobibero
b7022e8dc1
Merge remote-tracking branch 'upstream/master' into package-install-repo
2020-09-26 16:57:53 -06:00
Jim Cartlidge
5edf24db5c
Updated to master
2020-09-24 15:34:30 +01:00
Anthony Lavado
af24c43118
Merge pull request #4192 from nielsvanvelzen/generalcommand-sucks
...
Use GeneralCommandType enum in GeneralCommand
2020-09-23 09:57:45 -04:00
dkanada
028c681c15
Merge pull request #3928 from Mygod/patch-1
...
Add 1440p to the mix
2020-09-23 20:00:26 +09:00
Niels van Velzen
3459655bb4
Use GeneralCommandType enum in GeneralCommand name
2020-09-21 16:56:22 +02:00
spookbits
5cca8bffea
Removed browser auto-load functionality from the server.
...
Added profiles in launchSettings to start either the web client or the swagger API page.
Removed --noautorunwebapp as this is the default functionality.
2020-09-16 13:22:04 -04:00
Jim Cartlidge
68de105dc2
Comments part 1
2020-09-13 13:49:11 +01:00
crobibero
46ae51bc9a
update to dotnet 3.1.8
2020-09-12 10:19:04 -06:00
Jim Cartlidge
9ef79d190b
Large number of files
2020-09-12 16:41:37 +01:00
cvium
78cab77f81
Add Known Proxies to system configuration
2020-09-10 11:05:46 +02:00
Anthony Lavado
d08ddbb8d2
Merge pull request #4013 from crobibero/dynamic-cors
...
Allow CORS domains to be configured
2020-09-07 19:41:45 -04:00
crobibero
7de0fcfc94
Merge remote-tracking branch 'upstream/master' into startup-complete
2020-09-07 14:07:15 -06:00
BaronGreenback
eedb520af1
Removed code that wasn't used.
2020-09-07 12:14:02 +01:00
crobibero
26c432b564
Rename StartupCompleted to StartupWizardCompleted
2020-09-06 14:27:31 -06:00
crobibero
9a74ace84b
Add flag for startup completed
2020-09-05 09:20:58 -06:00
crobibero
8a08111adc
Merge remote-tracking branch 'upstream/master' into dynamic-cors
2020-09-05 09:00:55 -06:00
Bill Thornton
b065f5db1d
Fix aac mime-type
2020-09-04 17:41:31 -04:00
Joshua M. Boniface
376e4793e6
Merge pull request #4035 from crobibero/api-doc-base-url
...
Fix apidoc routes with base url
2020-09-04 10:30:13 -04:00
crobibero
21a5692626
Merge remote-tracking branch 'upstream/master' into api-doc-base-url
2020-09-03 16:18:36 -06:00
Nyanmisaka
4cb0a57e46
Merge branch 'master' into tonemap
2020-09-04 02:55:57 +08:00
Joshua M. Boniface
52aea85e7f
Merge pull request #4031 from Bond-009/warn28
...
Fix some warnings
2020-09-03 14:40:29 -04:00
Bond-009
9cbc016b0a
Merge pull request #3877 from orryverducci/deinterlace-improvements
...
Deinterlacing improvements
2020-09-03 20:38:54 +02:00
Bond-009
42f22a8e55
Merge pull request #3976 from nyanmisaka/muxer
...
Expose max_muxing_queue_size to user
2020-09-03 20:36:17 +02:00
crobibero
5ad81f7fe6
Merge remote-tracking branch 'upstream/master' into 3.1.7
2020-09-03 09:29:07 -06:00
crobibero
1de22af646
Merge remote-tracking branch 'upstream/master' into dynamic-cors
2020-09-03 07:48:34 -06:00
Bond-009
8c28824c88
Merge pull request #4042 from jellyfin/ci-packaging-fixes
...
Fixes for CI Nuget package pushing and CI triggers
2020-09-03 12:56:04 +02:00
Erwin de Haan
346581bb2a
Fixes for CI Nuget package pushing and CI triggers
...
Also adds SourceLink support and symbols that are pushed to Nuget.
Add symbols to main nuget packages for unstable builds (Azure Artifacts does not support symbols outside of the main package)
SourceLink will enable stepping during debugging.
2020-09-02 22:42:00 +02:00
crobibero
1feee6f95e
Properly host static files and set base url
2020-09-02 08:03:15 -06:00
Claus Vium
e337756428
Remove ServiceStack and related stuff
2020-09-02 12:22:14 +02:00
crobibero
65d05f92ac
Merge remote-tracking branch 'upstream/master' into dynamic-cors
2020-09-01 18:27:55 -06:00
crobibero
f443c534bf
Merge remote-tracking branch 'upstream/master' into package-install-repo
2020-09-01 18:24:42 -06:00
Bond-009
8ee042483a
Merge pull request #2888 from ConfusedPolarBear/quickconnect
...
Add quick connect (login without typing password)
2020-08-31 23:01:27 +02:00
Bond_009
e653eef44f
Fix some warnings
2020-08-31 22:20:19 +02:00
crobibero
bd66fd25df
Merge remote-tracking branch 'upstream/master' into 3.1.7
2020-08-31 08:00:05 -06:00
crobibero
3c0484cc97
Allow for dynamic cors response
2020-08-30 09:32:14 -06:00
crobibero
ec8967b8e6
Fix partial library and channel access
2020-08-27 10:00:06 -06:00
Bond-009
4f6c98b325
Merge pull request #3984 from crobibero/json-prerelease
...
Use Prerelease System.Text.Json
2020-08-26 18:59:46 +02:00
Matt Montgomery
2974a0248a
Merge remote-tracking branch 'upstream/master' into quickconnect
2020-08-26 10:29:37 -05:00
crobibero
b02650ec2f
use proper spdx
2020-08-26 07:39:01 -06:00
crobibero
5f60da29c7
switch to spdx
2020-08-26 07:36:57 -06:00
crobibero
670c41ee89
Properly pack project license
2020-08-25 21:33:19 -06:00
crobibero
582c016d3b
bump to preview8 and remove extra references
2020-08-25 21:19:55 -06:00
Joshua M. Boniface
e83f6d6ec7
Merge pull request #3889 from Ullmie02/nuget-versioning
...
Build Unstable NuGet packages
2020-08-25 17:08:06 -04:00
Joshua M. Boniface
cf6ef9958d
Merge pull request #3910 from barronpm/event-rewrite-1
...
Event Rewrite (Part 1)
2020-08-25 16:59:35 -04:00
crobibero
5f64ab02a0
bump System.Text.Json
2020-08-25 07:33:58 -06:00
Patrick Barron
fa8892fde4
Make LibraryController.GetDownload async
2020-08-24 20:27:10 -04:00
Patrick Barron
9fa4fff15d
Merge branch 'master' into event-rewrite-1
...
# Conflicts:
# Emby.Dlna/Emby.Dlna.csproj
# Emby.Dlna/Eventing/DlnaEventManager.cs
# Emby.Dlna/Service/BaseService.cs
# Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs
# MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs
2020-08-24 20:04:13 -04:00
nyanmisaka
d7caf88df6
expose max_muxing_queue_size to user
2020-08-25 02:20:46 +08:00
crobibero
9626101c9f
Merge remote-tracking branch 'upstream/master' into 3.1.7
2020-08-24 07:39:16 -06:00
crobibero
07e7125d07
Fix dlna play to
2020-08-21 07:24:44 -06:00
nyanmisaka
dd3b48f203
fix lint
2020-08-20 15:17:42 +08:00
Patrick Barron
98ed90c4a2
Merge branch 'master' into event-rewrite-1
2020-08-19 18:11:17 -04:00
Bond_009
2b400c99ef
Fix warnings
2020-08-19 17:50:50 +02:00
nyanmisaka
aa75755480
Merge remote-tracking branch 'upstream/master' into fonts
2020-08-19 16:56:53 +08:00
crobibero
b43a8fb9d3
Merge remote-tracking branch 'upstream/master' into package-install-repo
2020-08-18 20:20:32 -06:00
Mygod
8b9a380466
Add 1440p to the mix
...
Partially addresses #3112 .
2020-08-18 01:24:24 -04:00
Matt Montgomery
5f1a863241
Apply suggestions from code review
2020-08-17 17:13:11 -05:00
Patrick Barron
ca1f15af19
Move GenericEventArgs to Jellyfin.Data.Events
2020-08-13 20:52:55 -04:00
Patrick Barron
3ee940f7b3
Clean up GenericEventArgs
2020-08-13 19:14:03 -04:00
Patrick Barron
27139709e5
Remove ListHelper.cs
2020-08-13 17:05:55 -04:00
David
b92fbe4d69
Use VersionPrefix
2020-08-13 19:03:24 +02:00
David
a61f6e3308
Fix nuget ci
2020-08-13 15:22:12 +02:00
crobibero
6709645ec9
bump deps
2020-08-12 15:52:29 -06:00
Matt Montgomery
4fa3d3f4f3
Merge remote-tracking branch 'upstream/master' into quickconnect
2020-08-12 15:38:07 -05:00
Orry Verducci
2d6699fd47
Merge remote-tracking branch 'upstream/master' into deinterlace-improvements
2020-08-10 22:17:13 +01:00
Orry Verducci
7df2affb23
Add double rate deinterlacing option
2020-08-10 22:14:47 +01:00
Bond_009
593dbcabff
Fix docs
2020-08-09 14:08:56 +02:00
Bond_009
4a4dff1973
Fix
2020-08-09 14:08:56 +02:00
crobibero
e65ecb5687
Merge remote-tracking branch 'upstream/master' into api-merge-again
2020-08-04 20:29:06 -06:00
Bond_009
2b355c36ff
Minor improvements
...
OFC I reduced some allocations
2020-08-03 20:32:45 +02:00
crobibero
f915c3e5d9
Merge remote-tracking branch 'upstream/master' into api-migration
2020-08-03 11:24:13 -06:00
Nyanmisaka
c23d991c95
Merge branch 'master' into tonemap
2020-08-03 14:58:44 +08:00
Bond-009
b7421db5fe
Merge pull request #3578 from barronpm/displaypreferences-efcore
...
Migrate Display Preferences to EF Core
2020-08-01 21:51:49 +02:00
nyanmisaka
45a97056ea
allows to provide multiple fonts
2020-07-29 02:44:11 +08:00
Matt Montgomery
a40fe86776
Merge remote-tracking branch 'upstream/master' into quickconnect
2020-07-26 16:14:58 -05:00
nyanmisaka
7b862bba5a
add Tonemapping relaying on nvdec and ocl
2020-07-25 00:57:34 +08:00
nyanmisaka
c888b34a62
add a method to use custom fallback fonts for subtitle rendering
2020-07-24 21:19:56 +08:00
Patrick Barron
a59bc5c6a8
Fixed compilation error.
2020-07-23 20:57:59 -04:00
Patrick Barron
3d69cea1c9
Merge branch 'master' into displaypreferences-efcore
2020-07-23 23:50:12 +00:00
Pika
7331c02a21
Update MediaBrowser.Model/Entities/MediaStream.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-23 19:22:56 -04:00
Pika
ea4aa5ed8e
Update MediaBrowser.Model/Entities/MediaStream.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-23 19:13:19 -04:00
Pika
262daa6650
Update MediaBrowser.Model/Entities/MediaStream.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-23 19:13:02 -04:00
Pika
f5a3408c89
Update MediaBrowser.Model/Entities/MediaStream.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-23 19:12:52 -04:00
Pika
3b21abd879
Merge branch 'master' into more-track-titles
2020-07-23 18:59:25 -04:00
Bond-009
ab9c1295ce
Merge pull request #3538 from Ullmie02/api-fix
...
Fix value parsing in Jellyfin.Api
2020-07-23 10:37:30 +02:00
Bond-009
944fdb4c62
Merge pull request #3552 from BaronGreenback/NotificationFix
...
Fixes #3551 (Notifications Serialization error)
2020-07-23 10:34:32 +02:00
crobibero
1385064497
Merge remote-tracking branch 'upstream/master' into api-migration-merge
2020-07-20 14:28:33 -06:00
Patrick Barron
4742ddbb71
Update .NET Core to 3.1.6
2020-07-17 19:48:11 -04:00
Patrick Barron
ab396225ea
Migrate Display Preferences to EF Core
2020-07-17 16:11:53 -04:00
BaronGreenback
6b4cea604c
Suggested changes and removed some intellisense messages.
2020-07-17 16:19:06 +01:00
crobibero
2b5d515de7
specify plugin repo on install
2020-07-17 09:08:29 -06:00
David
262e19b691
Add X-Response-Time-ms header and log slow server response time
2020-07-14 13:40:18 +02:00
BaronGreenback
12478c7196
Update NotificationOption.cs
...
Fixes serialisation bug
2020-07-13 17:54:06 +01:00
dkanada
5e706ba7ce
keep playstate during syncplay group creation
2020-07-13 06:55:03 +09:00
David
ee03b919f9
Fix parsing
2020-07-12 20:11:59 +02:00
Joshua M. Boniface
f3151e7dc7
Merge pull request #3505 from Bond-009/minor3
...
Minor fixes
2020-07-05 00:30:35 -04:00
Bond_009
ae6eaa7f02
Minor fixes
2020-07-04 22:06:27 +02:00
Patrick Barron
6d1b00da64
Use Array.Empty
2020-07-04 11:54:25 -04:00
Bond-009
89ef8d79d6
Merge pull request #3465 from BaronGreenback/BugFix2
...
10.6.0.0 Null Pointer fix
2020-06-27 20:43:37 +02:00
BaronGreenback
2f4860741c
_config.Configuration.PluginRespositories not instantiated causing InstallationManager.cs to crash with a null pointer.
2020-06-27 15:41:57 +01:00
dkanada
9a44e2912e
Merge pull request #3455 from jellyfin/values
...
Use constructor to set optimal config values
2020-06-27 05:58:07 +09:00
dkanada
83ae4d074d
use constructor to set optimal config values
2020-06-27 00:22:27 +09:00
Cody Robibero
5f1b1dc3cc
fix nullability
2020-06-26 08:41:21 -06:00
Mark Monteiro
0e9164351b
Merge remote-tracking branch 'upstream/master' into external-id-type
2020-06-26 10:12:22 -04:00
dkanada
4e08876028
Merge pull request #3418 from Bond-009/minor3
...
Minor changes
2020-06-23 16:56:44 +09:00
Bond-009
3d42f37538
Minor changes
2020-06-22 15:35:53 +02:00
Bond-009
464066f362
Merge pull request #3411 from neilsb/system-plugin-removal
...
Prevent system plugins from being uninstalled
2020-06-22 15:23:35 +02:00
dkanada
552a358c9c
Merge pull request #3244 from jellyfin/custom-repos
...
Initial implementation for custom plugin repositories
2020-06-22 22:08:43 +09:00
Neil Burrows
c20400fa40
Prevent system plugins from being uninstalled
2020-06-22 10:13:28 +01:00
telans
5bb639a59a
newlines after braces
2020-06-20 21:13:48 +12:00
telans
7f307f9082
brace multiline if statements
2020-06-20 21:12:36 +12:00
telans
98db8f72e0
fix SA1503 for one line if statements
2020-06-20 20:35:29 +12:00
telans
8de6452967
fix some documentation periods
2020-06-20 18:13:11 +12:00
ConfusedPolarBear
e2f16fc255
Merge remote-tracking branch 'upstream/master' into quickconnect
2020-06-19 23:33:43 -05:00
ConfusedPolarBear
329980c727
API cleanup
2020-06-19 23:33:07 -05:00
ConfusedPolarBear
4be476ec53
Move all settings into the main server configuration
...
Decreased the timeout from 30 minutes to 5.
Public lookup values have been replaced with the short code.
2020-06-19 23:32:24 -05:00
crobibero
0651d7512b
Enable BlurHash for People
2020-06-16 15:12:48 -06:00
dkanada
f5d82441a4
Merge branch 'master' into custom-repos
2020-06-17 02:09:32 +09:00
Bond-009
9af6eda0b4
Merge pull request #3343 from telans/comment-stops
...
Add full stop at end of comments (SA1629)
2020-06-16 11:54:58 +02:00
telans
247f9c61e6
fix SA1513/SA1516
2020-06-16 16:11:30 +12:00
telans
9018f8d8be
Add full stop at end of comments (SA1629)
2020-06-16 10:37:52 +12:00
dkanada
dabb869a6b
Merge branch 'master' into hwaccel
2020-06-15 20:21:25 +09:00
telans
9b528aabc2
misc
2020-06-15 10:45:59 +12:00
telans
3d9049ef08
fix SA1508
2020-06-15 10:45:55 +12:00
telans
acd4389653
fix SA1005
2020-06-15 10:41:00 +12:00
Patrick Barron
42b4f0aa2e
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# Emby.Server.Implementations/Library/UserManager.cs
# Jellyfin.Data/Jellyfin.Data.csproj
2020-06-13 19:41:05 -04:00
Patrick Barron
7a115024aa
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# MediaBrowser.Controller/Library/ILibraryManager.cs
# MediaBrowser.Providers/Users/UserMetadataService.cs
2020-06-11 18:23:12 -04:00
crobibero
a6815018dc
Update to .NET Core 3.1.5
2020-06-11 07:13:56 -06:00
aled
299e49f39d
Fix a small number of compile warnings
2020-06-09 23:12:53 +01:00
ConfusedPolarBear
0d6a63bf84
Make all properties nullable
2020-06-08 15:48:18 -05:00
ConfusedPolarBear
35ff2be9d7
Merge remote-tracking branch 'upstream/master' into quickconnect
2020-06-08 14:43:58 -05:00
artiume
b79957d07e
Split HEVC VP9 10bit
2020-06-08 14:45:27 +03:00
Vasily
4999831604
Merge remote-tracking branch 'upstream/master' into hwaccel
2020-06-08 14:44:21 +03:00
dkanada
3f58bd7c58
disable nullable errors for new model
2020-06-07 21:26:50 +09:00
dkanada
52cd955a8f
merge branch master into custom-repos
2020-06-07 21:23:15 +09:00
aled
22a860a806
Fix a small number of compile warnings
2020-06-06 20:17:49 +01:00
dkanada
8ac2f1bb8b
simplify the custom repository feature for now
2020-06-06 22:02:30 +09:00
dkanada
d6184dbadd
remove unnecessary property for repository object
2020-06-06 18:57:00 +09:00
dkanada
6d4f3c42a2
Merge pull request #3208 from jellyfin/plugins
...
More work for core plugins
2020-06-06 12:27:45 +09:00
Patrick Barron
fa80f84f26
Merge branch 'userdb-efcore' of https://github.com/barronpm/jellyfin into userdb-efcore
2020-06-05 22:33:34 -04:00
crobibero
340624c54b
Move default repo addition to migration
2020-06-05 13:23:38 -06:00
Patrick Barron
06f9cde22f
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs
# Emby.Server.Implementations/Library/UserManager.cs
# Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs
# Emby.Server.Implementations/Sorting/IsPlayedComparer.cs
# Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs
# Emby.Server.Implementations/TV/TVSeriesManager.cs
# Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
2020-06-04 16:52:23 -04:00
dkanada
b7f4b8e2b5
initial implementation for custom plugin repositories
2020-06-04 23:57:57 +09:00
dkanada
fe16c3fad4
Merge branch 'master' into install-plugin
2020-06-04 03:20:48 +09:00
Bond-009
2dbb9d4895
Fix build
2020-06-03 11:54:01 +02:00
Vasily
668e10ceb7
Merge pull request #2767 from Bond-009/nullable3
...
Enable nullabe reference types for MediaBrowser.Model
2020-06-03 12:26:54 +03:00
Vasily
959a9655c8
Update MediaBrowser.Model/Services/IHasRequestFilter.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-06-03 12:26:40 +03:00
Anthony Lavado
c31b2798a5
Merge pull request #3180 from xumix/master
...
Refactor copy codec checks
2020-06-03 02:47:15 -04:00
Patrick Barron
bb828d54c5
Remove unused methods
2020-06-02 14:40:48 -04:00
Vasily
b9618c8c01
Merge pull request #2676 from GranPC/public-pr/blurhash
...
Implement Blurhash generation for images
2020-06-02 17:25:45 +03:00
dkanada
d72bb8358e
minor changes to server configuration file
2020-05-31 15:20:17 +09:00
ConfusedPolarBear
5d281adedd
Merge remote-tracking branch 'upstream/master' into quickconnect
2020-05-29 17:42:42 -05:00
Bond_009
7439e095e2
Merge branch 'master' into nullable3
2020-05-27 20:49:18 +02:00