Bond_009
ed8fce2dce
Use SubtitleEdit to parse subtitles
4 years ago
dkanada
995b370017
Merge pull request #4663 from joshuaboniface/bump-version-10.8.0
...
Bump version to 10.8.0 for next release
4 years ago
nyanmisaka
09b9fa3ce1
add vpp tonemapping for vaapi
4 years ago
nyanmisaka
326fa8ce38
add an enhanced nvdec decoder
4 years ago
Joshua M. Boniface
3bf7e18886
Merge pull request #5031 from crobibero/5.0.2
...
Update to dotnet 5.0.2
4 years ago
crobibero
a087ab389a
dotnet 5.0.2
4 years ago
crobibero
3b9567d583
Add query parameter to disable returning first episode as next up
4 years ago
dkanada
cac33ef105
remove unused notification type
4 years ago
Bill Thornton
cfca27e99a
Fix capitalization of Playstate message
4 years ago
Joshua M. Boniface
406ae3e43a
Merge pull request #4709 from BaronGreenback/PluginDowngrade
4 years ago
BaronGreenback
bd1c115e46
renamed imagePath to imageUrl
4 years ago
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>
4 years ago
Cody Robibero
5c57569692
Merge branch 'master' into PluginDowngrade
4 years ago
artiume
cd979e6b62
Add default of 5 minutes
4 years ago
Bond-009
054adf6379
Merge pull request #4853 from Ullmie02/servicestack-json
4 years ago
Bond-009
f8681aa518
Merge pull request #4874 from MrTimscampi/enable-tmdb-omdb
...
Enable TMDB and OMDB by default
4 years ago
MrTimscampi
48d8536d2f
Enable TMDB and OMDB by default
4 years ago
crobibero
c8a95e0926
Fix null reference when logging
4 years ago
BaronGreenback
889e988167
Updated to latest unstable.
4 years ago
David
e9902e9d35
Remove custom Json serializer
4 years ago
BaronGreenback
d98f42a6aa
Update PackageInfo.cs
...
uncommented attribute.
4 years ago
crobibero
1dac2226c4
Remove unused deps
4 years ago
Greenback
4cc19be173
removed compiler directives.
4 years ago
BaronGreenback
46a64deb66
Update MediaBrowser.Model/Updates/PackageInfo.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
Greenback
5c4fdaa253
MaxAbi property removed.
4 years ago
Greenback
ce19f2be55
Renamed Guid property to Id
4 years ago
Greenback
486148dd6b
Removed maxAbi
4 years ago
Greenback
a4a40407a0
Change PluginStatus states.
4 years ago
Greenback
c197dca759
Changed PluginId to guid so its the same type as plugin.id
4 years ago
Greenback
eb2439f23b
Changes as recommended.
4 years ago
Greenback
c761cbff0e
more changes.
4 years ago
Greenback
208d545cfe
Changed as suggested.
4 years ago
BaronGreenback
67c480ad53
Merge branch 'master' into PluginDowngrade
4 years ago
Greenback
a246a77ada
Delete plugin working.
4 years ago
Greenback
7986465cf7
Initial upload
4 years ago
crobibero
ca5f87c7eb
Fix get provider id extension
4 years ago
Joshua M. Boniface
4f6a585424
Merge pull request #4716 from OancaAndrei/syncplay-new-auth-policies
4 years ago
nyanmisaka
7be3276dff
Fine tune some tone mapping params
...
*Set recommand algorithm to Hable
*Set recommand tone mapping peak to 100
4 years ago
crobibero
8517b28eba
Make BaseItemDto Guids nullable
4 years ago
Ionut Andrei Oanca
499f3ee950
Update authorization policies for SyncPlay
4 years ago
Joshua M. Boniface
5f2cd11199
Bump version to 10.8.0 for next release
4 years ago
Joshua M. Boniface
bba01bf7b9
Merge pull request #3194 from OancaAndrei/syncplay-enhanced
...
SyncPlay for TV series (and Music)
4 years ago
Joshua M. Boniface
670f7cacc3
Merge pull request #4651 from crobibero/iso_manager
...
Remove IIsoMounter and IsoMounter
4 years ago
Ionut Andrei Oanca
cbf70e7a03
Change type of PlaylistItemId to Guid
4 years ago
Claus Vium
f1cc01f324
Merge pull request #4242 from Spacetech/library_scan_speed
...
Increase library scan and metadata refresh speed
4 years ago
Ionut Andrei Oanca
7169c0a22d
Move SyncPlay request DTOs to proper namespace
4 years ago
Ionut Andrei Oanca
389367fec8
Rename 'track' into 'item' in SyncPlay
4 years ago
crobibero
ca5c20c988
Remove IIsoMounter and IsoMounter
4 years ago
Claus Vium
4ae62e74e9
Merge pull request #4644 from jellyfin/minor9
...
Minor improvements
4 years ago
Bond_009
e4fd61411f
Minor improvements
4 years ago
crobibero
c083b29e29
Use Guid as API parameter type where possible
4 years ago
Ionut Andrei Oanca
78ea8ef99e
Create common interface for SyncPlay requests
4 years ago
Ionut Andrei Oanca
c60714e365
Move query parameters to request body in SyncPlay
4 years ago
Joshua M. Boniface
c98c2ab955
Merge branch 'master' into syncplay-enhanced
4 years ago
Joshua M. Boniface
2c9e355e42
Merge branch 'master' into NetworkPR2
4 years ago
BaronGreenback
e8cb9cea7d
Merge branch 'master' into library_scan_speed
4 years ago
Joshua M. Boniface
f6c842e7b3
Merge pull request #4513 from BaronGreenback/LatestPluginSelected
...
Multi-repository plugins
4 years ago
crobibero
c8c5feacb6
Convert ClientCapabilities to a Dto with JsonConverters
4 years ago
Greenback
086e2fdaa1
Fixed a couple of merge errors.
4 years ago
Greenback
c4753cec6c
Fixed merge.
4 years ago
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>
4 years ago
BaronGreenback
7a6063ed41
Merge branch 'master' into NetworkPR2
4 years ago
Joshua M. Boniface
7457c4a95d
Merge pull request #4499 from crobibero/more-param
...
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids
4 years ago
Gary Wilber
4a22380565
Merge remote-tracking branch 'upstream/master' into library_scan_speed
4 years ago
nyanmisaka
b4598bd71b
Merge remote-tracking branch 'upstream/master' into fmp4-hls
4 years ago
Greenback
a3e47f3e4e
Updated to latest Unstable.
4 years ago
nyanmisaka
b02ceea91b
increase bitrate to 20Mbps for 1440p transcoding
4 years ago
Nyanmisaka
5ff08338d5
Apply suggestions from code review
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
Greenback
18855a7884
Initialial upload
4 years ago
Greenback
9a323f6df0
More spelling corrections.
4 years ago
Joshua M. Boniface
e0f60847c0
Merge pull request #4361 from ssenart/feature/4360-transcoding_flac_downsampling
...
Add FLAC and define the corresponding target sample rate
4 years ago
crobibero
3cc0dd7e12
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
4 years ago
Joshua M. Boniface
e86db484ef
Merge pull request #4136 from BaronGreenback/Comment1
...
DLNA Classes - No code change, just added commenting to classes.
4 years ago
BaronGreenback
d66f88672c
Merge branch 'master' into NetworkPR2
4 years ago
nyanmisaka
5fe4ea2f4a
add video range info to title
4 years ago
nyanmisaka
488dbdb31d
Merge remote-tracking branch 'upstream/master' into fmp4-hls
4 years ago
crobibero
e66d79fc0c
Merge remote-tracking branch 'upstream/master' into http-exception
4 years ago
crobibero
dae4541bad
Merge remote-tracking branch 'upstream/master' into dotnet-5
4 years ago
Ionut Andrei Oanca
c7e53bce2f
Patch data-races and minor changes in SyncPlay
4 years ago
Ionut Andrei Oanca
5d77f422f0
Hide some property setters, init null values, update namespaces
4 years ago
crobibero
95a2de757f
remove custom HttpException
4 years ago
Bond_009
ff49a3bb61
Missed some stuff
4 years ago
Ionut Andrei Oanca
1dbc91978e
Address requested changes and fix some warnings
4 years ago
crobibero
d5e2369dd6
Fix nullability errors in MediaBrowser.Model
4 years ago
crobibero
01355e0498
Fix nullability errors in Jellyfin.Api (part 1)
4 years ago
crobibero
73f9a6d7d0
Convert array property to IReadOnlyList
4 years ago
BaronGreenback
27bb17ef9d
Merge branch 'master' into Comment1
4 years ago
nyanmisaka
5bd0c2b69d
add an option to disable hevc encoding
4 years ago
nyanmisaka
57e5b59b93
adjust bitrate limit for HLS audio codecs
4 years ago
crobibero
83629ab6f2
Update packages to net5
4 years ago
Claus Vium
cdf979efef
Merge pull request #3196 from ferferga/images-advance
...
Remove "download images in advance" option
4 years ago
Gary Wilber
f680a0fbbe
fix merge
4 years ago
Gary Wilber
e6d8c02944
Merge remote-tracking branch 'upstream/master' into library_scan_speed
4 years ago
nyanmisaka
737cb727f9
Merge remote-tracking branch 'upstream/master' into fonts
4 years ago
nyanmisaka
85965741f5
add initial support for HEVC over FMP4-HLS
4 years ago
Claus Vium
8c5e0ddae0
Merge pull request #4401 from nyanmisaka/respect-music-settings
...
Respect music quality settings when transcoding
4 years ago
BaronGreenback
ec245dce90
Merge branch 'master' into NetworkPR2
4 years ago
Bond-009
51dc92c3a9
Merge pull request #4326 from crobibero/purge-activity-log
...
Automatically clean activity log database
4 years ago
crobibero
ceecc80bb3
Allow configuration of ActivityLogRetention
4 years ago
nyanmisaka
00f0c14d7b
respect music quality settings when transcoding
4 years ago
BaronGreenback
0b5ddc90ff
Merge branch 'master' into NetworkPR2
4 years ago
Ionut Andrei Oanca
0b4c751657
Check for null sessions and requests in SyncPlay
4 years ago
Stéphane Senart
5979151f11
[AudioTranscoding] Add FLAC as supported target audio format and be able to define the corresponding target sample rate
4 years ago
Stéphane Senart
28ee4f0a7f
[AudioTranscoding] Add FLAC as supported target audio format and be able to define the corresponding target sample rate
4 years ago
Ionut Andrei Oanca
36fee4e60a
Minor fixes
4 years ago
ferferga
9fd01fade6
Remove "download images in advance" option
4 years ago
BaronGreenback
63be65dd91
Merge branch 'master' into Comment1
4 years ago
Ionut Andrei Oanca
8819a9d478
Add playlist-sync and group-wait to SyncPlay
4 years ago
gion
e10799e0e8
Rewrite syncplay using a state design pattern
4 years ago
gion
5487dfc145
Rename GroupInfoView to GroupInfoDto
4 years ago
dkanada
5c2ecc0ca5
Merge pull request #4324 from crobibero/dotnet-3.1.9
...
Update to dotnet 3.1.9
4 years ago
Anthony Lavado
8ffa14e6d3
Merge pull request #4309 from nielsvanvelzen/publicsysteminfo-backward-compatible-openapi
...
Make StartupWizardCompleted nullable in PublicSystemInfo
4 years ago
crobibero
15a7f88e08
Automatically clean activity log database
4 years ago
crobibero
f998e52107
Update to dotnet 3.1.9
4 years ago
Jan-Pieter Baert
ec91d3893d
Fix SA 1116 warnings
4 years ago
Niels van Velzen
7072b4d926
Make StartupWizardCompleted nullable in PublicSystemInfo
4 years ago
dkanada
2375c35c4a
Merge pull request #4292 from crobibero/missing-general-command
...
Add missing general commands
4 years ago
Anthony Lavado
ecabcff8f0
Merge pull request #4274 from barronpm/activitylog-query
...
Rewrite Activity Log Backend
4 years ago
Greenback
ebe650afa9
Merge remote-tracking branch 'upstream/master' into NetworkPR2
4 years ago
Greenback
39754b840d
minor fixes
4 years ago
crobibero
fe49ae7cb5
fix casing
4 years ago
crobibero
e9f17f3cab
Add missing general commands for Kodi
4 years ago
crobibero
508b7c0a4e
Add missing general commands
4 years ago
Bond-009
d22fe41c3c
Merge pull request #4177 from cvium/remove_missing
...
Remove dummy season and missing episode provider
4 years ago
cvium
72cd6ab071
Remove dummy season and missing episode provider in a futile attempt to remove cruft
4 years ago
Bond-009
e011659186
Merge pull request #4210 from nielsvanvelzen/typed-websocket-message
...
Use enum for WebSocket message types
4 years ago
Joshua M. Boniface
2a575dd67e
Merge pull request #4269 from joshuaboniface/session-limit
...
Add user max sessions options
4 years ago
Joshua M. Boniface
d47284d59f
Merge pull request #4202 from cvium/tmdblib_migration
...
Migrate the TMDb providers to the TMDbLib library
4 years ago
Patrick Barron
4d7e7d6331
Rewrite activity log backend to use a query class.
4 years ago
Joshua M. Boniface
1bfe9713af
Make MaxSessions default 0
4 years ago
Bond-009
07be066180
Merge pull request #4252 from skyfrk/4214-supported-commands-enum
...
Convert supportedCommands strings to enums
4 years ago
Joshua M. Boniface
2577595bac
Remove obsolete getter
4 years ago
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.
4 years ago
BaronGreenback
29133b6452
Update PathSubstitution.cs
4 years ago
cvium
e9524f89d6
Migrate the TMDb providers to the TMDbLib library
4 years ago
Maxr1998
e01209a6f5
Log stream type and codec for missing direct play profile
4 years ago
github@esslinger.dev
dd4f3a7c51
feat: convert supportedCommands strings to enums
4 years ago
Gary Wilber
c2276b17cb
Increase library scan and metadata refresh speed
4 years ago
Jim Cartlidge
3b64171cde
Minor change to get it to compile.
4 years ago
Jim Cartlidge
fcd1b2f0e4
Merged with latest master
4 years ago
Jim Cartlidge
bbe2400b59
Updating to NetCollection 1.03
4 years ago
Bond-009
c7b3d4a90c
Merge pull request #4164 from spooksbit/remove-browser-auto-load
...
Removed browser auto-launch functionality
4 years ago
Bond-009
cbf9be9416
Merge pull request #3577 from crobibero/package-install-repo
...
Specify plugin repo on plugin installation
4 years ago
Matt Montgomery
53d5f64e03
Fix SA1513, SA1514, SA1507, and SA1508
4 years ago
Niels van Velzen
72534f9d66
Use SessionMessageType for WebSocket messages
4 years ago
crobibero
b7022e8dc1
Merge remote-tracking branch 'upstream/master' into package-install-repo
4 years ago
Jim Cartlidge
5edf24db5c
Updated to master
4 years ago
Anthony Lavado
af24c43118
Merge pull request #4192 from nielsvanvelzen/generalcommand-sucks
...
Use GeneralCommandType enum in GeneralCommand
4 years ago
dkanada
028c681c15
Merge pull request #3928 from Mygod/patch-1
...
Add 1440p to the mix
4 years ago
Niels van Velzen
3459655bb4
Use GeneralCommandType enum in GeneralCommand name
4 years ago
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.
4 years ago
Jim Cartlidge
68de105dc2
Comments part 1
4 years ago
crobibero
46ae51bc9a
update to dotnet 3.1.8
4 years ago
Jim Cartlidge
9ef79d190b
Large number of files
4 years ago
cvium
78cab77f81
Add Known Proxies to system configuration
4 years ago
Anthony Lavado
d08ddbb8d2
Merge pull request #4013 from crobibero/dynamic-cors
...
Allow CORS domains to be configured
4 years ago
crobibero
7de0fcfc94
Merge remote-tracking branch 'upstream/master' into startup-complete
4 years ago
BaronGreenback
eedb520af1
Removed code that wasn't used.
4 years ago
crobibero
26c432b564
Rename StartupCompleted to StartupWizardCompleted
4 years ago
crobibero
9a74ace84b
Add flag for startup completed
4 years ago
crobibero
8a08111adc
Merge remote-tracking branch 'upstream/master' into dynamic-cors
4 years ago
Bill Thornton
b065f5db1d
Fix aac mime-type
4 years ago
Joshua M. Boniface
376e4793e6
Merge pull request #4035 from crobibero/api-doc-base-url
...
Fix apidoc routes with base url
4 years ago
crobibero
21a5692626
Merge remote-tracking branch 'upstream/master' into api-doc-base-url
4 years ago
Nyanmisaka
4cb0a57e46
Merge branch 'master' into tonemap
4 years ago
Joshua M. Boniface
52aea85e7f
Merge pull request #4031 from Bond-009/warn28
...
Fix some warnings
4 years ago
Bond-009
9cbc016b0a
Merge pull request #3877 from orryverducci/deinterlace-improvements
...
Deinterlacing improvements
4 years ago
Bond-009
42f22a8e55
Merge pull request #3976 from nyanmisaka/muxer
...
Expose max_muxing_queue_size to user
4 years ago
crobibero
5ad81f7fe6
Merge remote-tracking branch 'upstream/master' into 3.1.7
4 years ago
crobibero
1de22af646
Merge remote-tracking branch 'upstream/master' into dynamic-cors
4 years ago
Bond-009
8c28824c88
Merge pull request #4042 from jellyfin/ci-packaging-fixes
...
Fixes for CI Nuget package pushing and CI triggers
4 years ago
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.
4 years ago
crobibero
1feee6f95e
Properly host static files and set base url
4 years ago
Claus Vium
e337756428
Remove ServiceStack and related stuff
4 years ago
crobibero
65d05f92ac
Merge remote-tracking branch 'upstream/master' into dynamic-cors
4 years ago
crobibero
f443c534bf
Merge remote-tracking branch 'upstream/master' into package-install-repo
4 years ago
Bond-009
8ee042483a
Merge pull request #2888 from ConfusedPolarBear/quickconnect
...
Add quick connect (login without typing password)
4 years ago
Bond_009
e653eef44f
Fix some warnings
4 years ago
crobibero
bd66fd25df
Merge remote-tracking branch 'upstream/master' into 3.1.7
4 years ago
crobibero
3c0484cc97
Allow for dynamic cors response
4 years ago
crobibero
ec8967b8e6
Fix partial library and channel access
4 years ago
Bond-009
4f6c98b325
Merge pull request #3984 from crobibero/json-prerelease
...
Use Prerelease System.Text.Json
4 years ago
Matt Montgomery
2974a0248a
Merge remote-tracking branch 'upstream/master' into quickconnect
4 years ago
crobibero
b02650ec2f
use proper spdx
4 years ago
crobibero
5f60da29c7
switch to spdx
4 years ago
crobibero
670c41ee89
Properly pack project license
4 years ago
crobibero
582c016d3b
bump to preview8 and remove extra references
4 years ago
Joshua M. Boniface
e83f6d6ec7
Merge pull request #3889 from Ullmie02/nuget-versioning
...
Build Unstable NuGet packages
4 years ago
Joshua M. Boniface
cf6ef9958d
Merge pull request #3910 from barronpm/event-rewrite-1
...
Event Rewrite (Part 1)
4 years ago
crobibero
5f64ab02a0
bump System.Text.Json
4 years ago
Patrick Barron
fa8892fde4
Make LibraryController.GetDownload async
4 years ago
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
4 years ago
nyanmisaka
d7caf88df6
expose max_muxing_queue_size to user
4 years ago
crobibero
9626101c9f
Merge remote-tracking branch 'upstream/master' into 3.1.7
4 years ago
crobibero
07e7125d07
Fix dlna play to
4 years ago
nyanmisaka
dd3b48f203
fix lint
4 years ago
Patrick Barron
98ed90c4a2
Merge branch 'master' into event-rewrite-1
4 years ago
Bond_009
2b400c99ef
Fix warnings
4 years ago
nyanmisaka
aa75755480
Merge remote-tracking branch 'upstream/master' into fonts
4 years ago
crobibero
b43a8fb9d3
Merge remote-tracking branch 'upstream/master' into package-install-repo
4 years ago
Mygod
8b9a380466
Add 1440p to the mix
...
Partially addresses #3112 .
4 years ago
Matt Montgomery
5f1a863241
Apply suggestions from code review
4 years ago
Patrick Barron
ca1f15af19
Move GenericEventArgs to Jellyfin.Data.Events
4 years ago
Patrick Barron
3ee940f7b3
Clean up GenericEventArgs
4 years ago
Patrick Barron
27139709e5
Remove ListHelper.cs
4 years ago
David
b92fbe4d69
Use VersionPrefix
4 years ago
David
a61f6e3308
Fix nuget ci
4 years ago
crobibero
6709645ec9
bump deps
4 years ago
Matt Montgomery
4fa3d3f4f3
Merge remote-tracking branch 'upstream/master' into quickconnect
4 years ago
Orry Verducci
2d6699fd47
Merge remote-tracking branch 'upstream/master' into deinterlace-improvements
4 years ago
Orry Verducci
7df2affb23
Add double rate deinterlacing option
4 years ago
Bond_009
593dbcabff
Fix docs
4 years ago
Bond_009
4a4dff1973
Fix
4 years ago
crobibero
e65ecb5687
Merge remote-tracking branch 'upstream/master' into api-merge-again
4 years ago
Bond_009
2b355c36ff
Minor improvements
...
OFC I reduced some allocations
4 years ago
crobibero
f915c3e5d9
Merge remote-tracking branch 'upstream/master' into api-migration
4 years ago
Nyanmisaka
c23d991c95
Merge branch 'master' into tonemap
4 years ago
Bond-009
b7421db5fe
Merge pull request #3578 from barronpm/displaypreferences-efcore
...
Migrate Display Preferences to EF Core
4 years ago
nyanmisaka
45a97056ea
allows to provide multiple fonts
4 years ago
Matt Montgomery
a40fe86776
Merge remote-tracking branch 'upstream/master' into quickconnect
4 years ago
nyanmisaka
7b862bba5a
add Tonemapping relaying on nvdec and ocl
4 years ago
nyanmisaka
c888b34a62
add a method to use custom fallback fonts for subtitle rendering
4 years ago
Patrick Barron
a59bc5c6a8
Fixed compilation error.
4 years ago
Patrick Barron
3d69cea1c9
Merge branch 'master' into displaypreferences-efcore
4 years ago
Pika
7331c02a21
Update MediaBrowser.Model/Entities/MediaStream.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
Pika
ea4aa5ed8e
Update MediaBrowser.Model/Entities/MediaStream.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
Pika
262daa6650
Update MediaBrowser.Model/Entities/MediaStream.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
Pika
f5a3408c89
Update MediaBrowser.Model/Entities/MediaStream.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
Pika
3b21abd879
Merge branch 'master' into more-track-titles
4 years ago
Bond-009
ab9c1295ce
Merge pull request #3538 from Ullmie02/api-fix
...
Fix value parsing in Jellyfin.Api
4 years ago
Bond-009
944fdb4c62
Merge pull request #3552 from BaronGreenback/NotificationFix
...
Fixes #3551 (Notifications Serialization error)
4 years ago
crobibero
1385064497
Merge remote-tracking branch 'upstream/master' into api-migration-merge
4 years ago
Patrick Barron
4742ddbb71
Update .NET Core to 3.1.6
4 years ago
Patrick Barron
ab396225ea
Migrate Display Preferences to EF Core
4 years ago
BaronGreenback
6b4cea604c
Suggested changes and removed some intellisense messages.
4 years ago
crobibero
2b5d515de7
specify plugin repo on install
4 years ago
David
262e19b691
Add X-Response-Time-ms header and log slow server response time
4 years ago
BaronGreenback
12478c7196
Update NotificationOption.cs
...
Fixes serialisation bug
4 years ago
dkanada
5e706ba7ce
keep playstate during syncplay group creation
4 years ago
David
ee03b919f9
Fix parsing
4 years ago
Joshua M. Boniface
f3151e7dc7
Merge pull request #3505 from Bond-009/minor3
...
Minor fixes
4 years ago
Bond_009
ae6eaa7f02
Minor fixes
4 years ago
Patrick Barron
6d1b00da64
Use Array.Empty
4 years ago
Bond-009
89ef8d79d6
Merge pull request #3465 from BaronGreenback/BugFix2
...
10.6.0.0 Null Pointer fix
4 years ago
BaronGreenback
2f4860741c
_config.Configuration.PluginRespositories not instantiated causing InstallationManager.cs to crash with a null pointer.
4 years ago
dkanada
9a44e2912e
Merge pull request #3455 from jellyfin/values
...
Use constructor to set optimal config values
4 years ago
dkanada
83ae4d074d
use constructor to set optimal config values
4 years ago
Cody Robibero
5f1b1dc3cc
fix nullability
4 years ago
Mark Monteiro
0e9164351b
Merge remote-tracking branch 'upstream/master' into external-id-type
4 years ago
dkanada
4e08876028
Merge pull request #3418 from Bond-009/minor3
...
Minor changes
4 years ago