nyanmisaka
|
5fe4ea2f4a
|
add video range info to title
|
4 years ago |
Ryan Petris
|
8204b25a56
|
Merge branch 'master' into fix-hdhomerun
|
4 years ago |
Ryan Petris
|
81d5eb4db5
|
Return a Task object and discard it instead of using async void.
|
4 years ago |
dependabot[bot]
|
24839e6890
|
Bump Mono.Nat from 3.0.0 to 3.0.1
Bumps [Mono.Nat](https://github.com/mono/Mono.Nat) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/mono/Mono.Nat/releases)
- [Commits](https://github.com/mono/Mono.Nat/compare/release-v3.0.0...release-v3.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
crobibero
|
4b15284324
|
Merge remote-tracking branch 'upstream/master' into bye-tvdb
|
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 |
Claus Vium
|
7caf1662ec
|
Merge pull request #4478 from Bond-009/chararray
Don't allocate single char arrays when possible
|
4 years ago |
Bond-009
|
331c7f8481
|
Merge pull request #4253 from BaronGreenback/fordiscussion
DI in plugins
|
4 years ago |
4d1m
|
ce4787c7eb
|
Translated using Weblate (Romanian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/
|
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
|
d4e568c8bf
|
Replace Task.WaitAll with Task.Wait
|
4 years ago |
Bond_009
|
ff49a3bb61
|
Missed some stuff
|
4 years ago |
Bond_009
|
c4bb32f259
|
Access last element by index where possible
|
4 years ago |
Bond_009
|
9041389f65
|
Use string.Trim(char) instead of string.Trim(char[]) where possible
|
4 years ago |
Bond_009
|
bc7359f87d
|
Use string.Split(char) where possible instead of string.Split(char[])
|
4 years ago |
Ionut Andrei Oanca
|
fa69f6fd51
|
Handle ignore-wait request in waiting state in SyncPlay
|
4 years ago |
Adam Bokor
|
6b4debb44e
|
Translated using Weblate (Hungarian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
|
4 years ago |
Claus Vium
|
c49b854295
|
Merge pull request #4476 from crobibero/plugin-update-exception
Fix plugin update exception
|
4 years ago |
Ionut Andrei Oanca
|
1dbc91978e
|
Address requested changes and fix some warnings
|
4 years ago |
crobibero
|
73d2cb1c2a
|
Updated based on review feedback
|
4 years ago |
Oatavandi
|
722adda477
|
Translated using Weblate (Tamil)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
|
4 years ago |
Relja U
|
5d4144b8a6
|
Translated using Weblate (Serbian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
|
4 years ago |
crobibero
|
5845bf93cb
|
Fix plugin update exception
|
4 years ago |
Cody Robibero
|
24ac5cc353
|
Update Emby.Server.Implementations/AppBase/ConfigurationHelper.cs
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
|
4 years ago |
Ionut Andrei Oanca
|
563a6fb3c7
|
Minor changes to group-wait in SyncPlay
|
4 years ago |
crobibero
|
95ebb9a55a
|
Use null coalescing when possible
|
4 years ago |
crobibero
|
5f52a58e78
|
Convert NullReferenceException to ResourceNotFoundException
|
4 years ago |
crobibero
|
ec5781504e
|
Disable warning on AD0001
|
4 years ago |
crobibero
|
7bf320922c
|
Fix nullability errors in Emby.Server.Implementations
|
4 years ago |
crobibero
|
73f9a6d7d0
|
Convert array property to IReadOnlyList
|
4 years ago |
BaronGreenback
|
caea2bb862
|
Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
4 years ago |
crobibero
|
7ff212576e
|
Merge remote-tracking branch 'upstream/master' into bye-tvdb
|
4 years ago |
Claus Vium
|
a7b3880d0e
|
Merge branch 'master' into fix_and_mildly_improve_similar
|
4 years ago |
Sam Cross
|
0c45faf100
|
Translated using Weblate (English (United Kingdom))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en_GB/
|
4 years ago |
Ted van den Brink
|
51ddf038dc
|
Translated using Weblate (Dutch)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
|
4 years ago |
David John Corpuz
|
dc3b3bcfb1
|
Translated using Weblate (Filipino)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fil/
|
4 years ago |
crobibero
|
83629ab6f2
|
Update packages to net5
|
4 years ago |
Stepan
|
c0747512d6
|
Merge remote-tracking branch 'jellyfin/master' into emby-namig-nullable
|
4 years ago |
Fardin
|
477e7f7898
|
Translated using Weblate (Spanish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
|
4 years ago |
cvium
|
b99519898d
|
Remove duplicate /Similar endpoints and add poor matching for artists and albums
|
4 years ago |
BaronGreenback
|
11a5353810
|
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
BaronGreenback
|
e340e755f2
|
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
BaronGreenback
|
69790ef6b8
|
Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
BaronGreenback
|
f63a706a86
|
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
Claus Vium
|
ab285c2202
|
Merge pull request #4440 from neilsb/schedules-direct-fix
Perform hashing of Password for Schedules Direct on server
|
4 years ago |
hoanghuy309
|
254c188f6c
|
Translated using Weblate (Vietnamese)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
|
4 years ago |
Gary Wilber
|
e6d8c02944
|
Merge remote-tracking branch 'upstream/master' into library_scan_speed
|
4 years ago |
Kyle Yue
|
363d41f943
|
Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
|
4 years ago |
Ekrem KANGAL
|
e5c0aaead2
|
Translated using Weblate (Turkish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
|
4 years ago |
Neil Burrows
|
e9d35cb2ca
|
Switching to the more efficient Hex.Encode function
|
4 years ago |
Claus Vium
|
3900976be5
|
Merge pull request #4247 from crobibero/update-plugin
Update all on-disk plugins
|
4 years ago |
cvium
|
e78c63c4dc
|
Remove OriginalAuthenticationInfo and add IsAuthenticated property
|
4 years ago |
Neil Burrows
|
866c41519f
|
Perform hashing of Password for Schedules Direct on server
|
4 years ago |
Claus Vium
|
ec2538a1ba
|
Merge pull request #4420 from cvium/fix_person_studio_genre_endpoints
Fix Persons, Genres and Studios endpoints
|
4 years ago |
Ricky Zhang
|
0d1d0d113e
|
Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
|
4 years ago |
Claus Vium
|
c17f84ae48
|
Merge pull request #4330 from crobibero/api-key-auth
Fix ApiKey authentication
|
4 years ago |
johan456789
|
1bd5f78025
|
Translated using Weblate (Chinese (Traditional))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
|
4 years ago |
Tomislav
|
ad1b08f2d6
|
Translated using Weblate (Croatian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
|
4 years ago |
Winnie
|
dc3f24c112
|
Translated using Weblate (Spanish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
|
4 years ago |
Tomislav
|
2afaa1fc5b
|
Translated using Weblate (Croatian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
|
4 years ago |
Tomislav
|
826f58b461
|
Translated using Weblate (Croatian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
|
4 years ago |
Tomislav
|
7f4a3219ea
|
Translated using Weblate (Croatian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
|
4 years ago |
Nikita Epifanov
|
6b5ba0f64a
|
Translated using Weblate (Russian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
|
4 years ago |
Florian Schmidt
|
549d0bc27b
|
Translated using Weblate (German)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
|
4 years ago |
tomwaits00
|
03d5a3d8e7
|
Translated using Weblate (Turkish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
|
4 years ago |
Ludovico Besana
|
a0699b6868
|
Translated using Weblate (Italian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
|
4 years ago |
JB
|
68f8ff678a
|
Translated using Weblate (Korean)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
|
4 years ago |
JB
|
4a5651e5b2
|
Translated using Weblate (Korean)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
|
4 years ago |
Claus Vium
|
6afd990986
|
Merge pull request #4424 from jellyfin/minor8
Minor perf improvements
|
4 years ago |
lelamamalgache
|
e6480066b1
|
Translated using Weblate (French)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
|
4 years ago |
Bond-009
|
082705c0d8
|
Merge pull request #4410 from crobibero/m3u-user-agent
Set UserAgent when getting M3u playlist
|
4 years ago |
Bond_009
|
b21919c7f4
|
Minor perf improvements
|
4 years ago |
crobibero
|
41b38c6735
|
Merge remote-tracking branch 'upstream/master' into livetv-ts-fix
|
4 years ago |
public_yusuke
|
eeb3177cc3
|
Translated using Weblate (Japanese)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/
|
4 years ago |
Lukáš Kucharczyk
|
3c6cbb6161
|
Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
|
4 years ago |
SaddFox
|
8c461aff09
|
Translated using Weblate (Slovenian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
|
4 years ago |
cvium
|
584b4fa41f
|
Fix Persons, Genres and Studios endpoints
|
4 years ago |
BaronGreenback
|
ec245dce90
|
Merge branch 'master' into NetworkPR2
|
4 years ago |
crobibero
|
b4d52d8009
|
Apply patch
|
4 years ago |
crobibero
|
5d88e61076
|
Merge remote-tracking branch 'upstream/master' into livetv-ts-fix
|
4 years ago |
Anthony Lavado
|
b1b43b8ad9
|
Merge pull request #4068 from barronpm/event-fixes
Fix Plugin Events and Clean Up InstallationManager.cs
|
4 years ago |
Anthony Lavado
|
6205fb4b6a
|
Merge pull request #4341 from Bond-009/minor6
Minor improvements
|
4 years ago |
Bond-009
|
51dc92c3a9
|
Merge pull request #4326 from crobibero/purge-activity-log
Automatically clean activity log database
|
4 years ago |
Cody Robibero
|
de36c8433e
|
Update Emby.Server.Implementations/Localization/Core/en-US.json
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
crobibero
|
6763d456ff
|
Set UserAgent when getting M3u playlist
|
4 years ago |
crobibero
|
ceecc80bb3
|
Allow configuration of ActivityLogRetention
|
4 years ago |
Stepan
|
60b49e67ea
|
Re-Sharper inspection issues
|
4 years ago |
Stepan
|
59619b6ea7
|
Enable nullable in Emby.Naming
|
4 years ago |
Greenback
|
83af636c61
|
Updated with new NetManager
|
4 years ago |
Bond-009
|
26078e4df9
|
Merge pull request #4375 from crobibero/auth-dict-fix
Fix setting duplicate keys from auth header
|
4 years ago |
Greenback
|
6dc2936d9c
|
Merge remote-tracking branch 'upstream/master' into NetworkPR2
|
4 years ago |
crobibero
|
0c674b496f
|
Add stream disposal comment.
|
4 years ago |
crobibero
|
3568c5f39b
|
Fix early filestream close
|
4 years ago |
Oatavandi
|
2c6b31fc7b
|
Translated using Weblate (Tamil)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
|
4 years ago |
crobibero
|
981f000437
|
Use proper IsApiKey flag
|
4 years ago |
Stan
|
3bb8884e16
|
Merge branch 'master' into bdiso-playback
|
4 years ago |
crobibero
|
eee95336b5
|
Fix setting duplicate keys from auth header
|
4 years ago |
Tomi
|
e0045457f9
|
Translated using Weblate (Finnish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
|
4 years ago |
BaronGreenback
|
0b5ddc90ff
|
Merge branch 'master' into NetworkPR2
|
4 years ago |
BaronGreenback
|
2c5609b333
|
Merge branch 'master' into fordiscussion
|
4 years ago |
kevin
|
a814d01f8c
|
Translated using Weblate (Albanian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sq/
|
4 years ago |
SHALMON ANANDAS
|
a69397d714
|
Translated using Weblate (Hindi)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hi/
|
4 years ago |
SHALMON ANANDAS
|
82ce8369c3
|
Added translation using Weblate (Hindi)
|
4 years ago |
Ionut Andrei Oanca
|
019bc19aa4
|
Minor changes to play queue in Syncplay group
|
4 years ago |
Ionut Andrei Oanca
|
0c735a0395
|
Address requested changes by review
|
4 years ago |
Ionut Andrei Oanca
|
1cabe82b59
|
Rewrite play queue logic of SyncPlay group
|
4 years ago |
Ionut Andrei Oanca
|
0b4c751657
|
Check for null sessions and requests in SyncPlay
|
4 years ago |
BaronGreenback
|
1b8adf0f7c
|
Update Emby.Server.Implementations/SyncPlay/GroupController.cs
|
4 years ago |
Ionut Andrei Oanca
|
36fee4e60a
|
Minor fixes
|
4 years ago |
Ionut Andrei Oanca
|
93cbf64f88
|
End comments with a period
|
4 years ago |
Bond_009
|
49569ca0a0
|
Use nameof where possible
|
4 years ago |
Bond_009
|
51dd3f1e19
|
Minor improvements
|
4 years ago |
Gubb Jonas
|
49ac4c4044
|
Translated using Weblate (Swedish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
|
4 years ago |
BaronGreenback
|
38da2ee26e
|
Merge branch 'master' into update-plugin
|
4 years ago |
Joshua M. Boniface
|
f9bd7be741
|
Merge pull request #4285 from cvium/fix_websocketlisteners
Fix IWebSocketListener service registration
|
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 |
crobibero
|
d5c226b1c3
|
Move SecurityException
|
4 years ago |
dkanada
|
5c2ecc0ca5
|
Merge pull request #4324 from crobibero/dotnet-3.1.9
Update to dotnet 3.1.9
|
4 years ago |
crobibero
|
39924f9992
|
Allow apikey to authenticate as admin
|
4 years ago |
BaronGreenback
|
5b8349b442
|
Merge branch 'master' into fordiscussion
|
4 years ago |
BaronGreenback
|
a8cee0bd36
|
Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
4 years ago |
BaronGreenback
|
002190f0a3
|
Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
4 years ago |
BaronGreenback
|
0e872ca65c
|
Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
4 years ago |
crobibero
|
15a7f88e08
|
Automatically clean activity log database
|
4 years ago |
Bond-009
|
d54de29485
|
Merge pull request #4315 from Jan-PieterBaert/fix-warnings
Fix some warnings
|
4 years ago |
crobibero
|
f998e52107
|
Update to dotnet 3.1.9
|
4 years ago |
Anthony Lavado
|
8b419d9ea6
|
Merge pull request #4199 from ryanpetris/livetv-locking
Fix stream performance when opening/closing new streams.
|
4 years ago |
Anthony Lavado
|
1f5ac19346
|
Merge pull request #3954 from Ullmie02/library-pictures
Use backdrop with library name as library thumbnail
|
4 years ago |
dkanada
|
42fb04b084
|
Merge pull request #4254 from BaronGreenback/PluginConfigFix
Fix for #4241: Plugin config initialisation.
|
4 years ago |
BaronGreenback
|
63e514e6c4
|
Update ApplicationHost.cs
|
4 years ago |
Jan-Pieter Baert
|
ec91d3893d
|
Fix SA 1116 warnings
|
4 years ago |
Jan-Pieter Baert
|
6f9beef732
|
Fix SA1012 and SA1013 warnings
|
4 years ago |
BaronGreenback
|
16a0357617
|
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
BaronGreenback
|
5c8015128f
|
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
BaronGreenback
|
d49ba96123
|
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
BaronGreenback
|
387fdb0f13
|
Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
BaronGreenback
|
ed05ae683e
|
Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
Greenback
|
0b73a1d90f
|
Added extra functionality to support registrar.
|
4 years ago |
dkanada
|
1a27d010ec
|
Merge pull request #4243 from jlechem/RemoveHeaderCameraUploads
Removing string we don't use anymore.
|
4 years ago |
Greenback
|
1ee1f9c8a7
|
Fixed web interface.
|
4 years ago |
Greenback
|
b34d6fec3d
|
fixed tests
|
4 years ago |
Greenback
|
6dc81ec8e8
|
Changes to support network config
|
4 years ago |
dkanada
|
53515483b8
|
Merge pull request #4219 from Spacetech/music_scan_speed_2
Increase initial scan speed for music libraries
|
4 years ago |
Anthony Lavado
|
0cacdd20e0
|
Merge pull request #4284 from cvium/fix_playbackstart
Fix playbackstart not triggering in the new eventmanager
|
4 years ago |
shakesac
|
67722a2034
|
Translated using Weblate (Portuguese (Portugal))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
|
4 years ago |
crobibero
|
3119acd502
|
Remove tvdb plugin from server.
|
4 years ago |
Greenback
|
ebe650afa9
|
Merge remote-tracking branch 'upstream/master' into NetworkPR2
|
4 years ago |
Greenback
|
deb4d27857
|
Moved all settings across to network.xml
|
4 years ago |
cvium
|
4a81ee43dc
|
Add try-catch to avoid crashing the whole thing
|
4 years ago |
cvium
|
137baab0ac
|
Remove websocketmanager from ApplicationHost
|
4 years ago |
cvium
|
38cb8fee8a
|
Fix IWebSocketListener service registration
|
4 years ago |
cvium
|
3d69bcd190
|
Fix playbackstart not triggering in the new eventmanager
|
4 years ago |
Joshua M. Boniface
|
2d689f101b
|
Merge pull request #4268 from Bond-009/groupinfo
Improve GroupInfo class
|
4 years ago |
Bond-009
|
40bbcb63db
|
Merge pull request #4275 from anthonylavado/tasktimer
Fix Transcode Cleanup Schedule
|
4 years ago |
Bond-009
|
e011659186
|
Merge pull request #4210 from nielsvanvelzen/typed-websocket-message
Use enum for WebSocket message types
|
4 years ago |
Anthony Lavado
|
959d906c85
|
Just enable instead
|
4 years ago |
Anthony Lavado
|
375f849b3e
|
Simply trigger
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
Anthony Lavado
|
e77040a4fb
|
Fix Transcode Cleanup Schedule
Sets the default time to midnight, and confirms to the same task
scheduling commands that other tasks use.
|
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
|
67e89dd525
|
Use nicer count comparitor
|
4 years ago |
Joshua M. Boniface
|
df177b4752
|
Revert "Implement better count method"
This reverts commit 5aa519fd39 .
|
4 years ago |
Joshua M. Boniface
|
5aa519fd39
|
Implement better count method
|
4 years ago |
Joshua M. Boniface
|
8dfa2015d0
|
Make the count an int for cleanliness
|
4 years ago |
Joshua M. Boniface
|
d0ec6872f3
|
Increase count check to 1
There's another way to disable a user anyways.
|
4 years ago |
Joshua M. Boniface
|
6e1d1eed23
|
Make log entry informational
|
4 years ago |
Joshua M. Boniface
|
b130af1b0c
|
Remove variables from SecurityException
|
4 years ago |
Joshua M. Boniface
|
975fca5158
|
Fix syntax error
|
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 |
Bond_009
|
e96d41d5ef
|
Fix build
|
4 years ago |
Jim Cartlidge
|
47f4639b84
|
Merge branch 'NetworkPR2' of https://github.com/BaronGreenback/jellyfin into NetworkPR2
|
4 years ago |
Jim Cartlidge
|
53af1e3455
|
Updatig netcollection & re-inserting BOM
|
4 years ago |
cvium
|
e9524f89d6
|
Migrate the TMDb providers to the TMDbLib library
|
4 years ago |
cvium
|
1b18f86c8b
|
Add missing parameter comments.
|
4 years ago |
cvium
|
5d3449e9dc
|
Fix xml doc comment
|
4 years ago |
cvium
|
763862cbd8
|
Defer image pre-fetching until the end of a refresh/scan
|
4 years ago |
BaronGreenback
|
7459baac8b
|
Update ApplicationHost.cs
|
4 years ago |
BaronGreenback
|
2929ce6e0d
|
Update ApplicationHost.cs
|
4 years ago |
BaronGreenback
|
298a322ac1
|
Update ApplicationHost.cs
|
4 years ago |
BaronGreenback
|
ba685d8092
|
Update ApplicationHost.cs
|
4 years ago |
Gary Wilber
|
ac6d51554c
|
Fix lastProgressMessageTimes dictionary errors
|
4 years ago |
Gary Wilber
|
8f2fbf7a99
|
Switch to TPL dataflow for subfolder scan
|
4 years ago |
Stanislav Ionascu
|
cd4641dca0
|
Remove PlayableStreamFileNames as unused
Since ffmpeg can play and transcode ISO files and BDMV folders directly,
there's no use of that property.
|
4 years ago |
Stanislav Ionascu
|
3ad6232973
|
Add probe / direct-stream / transcoding support for BluRays
This commit (and ffmpeg built with libbluray support), adds support
for playback of bluray images (bd-iso) and bluray folders.
|
4 years ago |
BaronGreenback
|
688d098d61
|
Update Emby.Server.Implementations.csproj
|
4 years ago |
BaronGreenback
|
d91a4f0c6d
|
Update ApplicationHost.cs
|
4 years ago |
BaronGreenback
|
0738a2dc4b
|
Update ApplicationHost.cs
|
4 years ago |
BaronGreenback
|
ee40f21049
|
Update ApplicationHost.cs
|
4 years ago |
Gary Wilber
|
c2276b17cb
|
Increase library scan and metadata refresh speed
|
4 years ago |
Justin LeCheminant
|
3b0c6c660d
|
Removing string we don't use anymore.
|
4 years ago |
crobibero
|
53d8023def
|
Update all on-disk plugins
|
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 |
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 |
Bond-009
|
7775066475
|
Merge pull request #4236 from ConfusedPolarBear/warnings1
Fix some warnings
|
4 years ago |