Fernando Fernández
|
94cae4f145
|
Specify threads to ffmpeg properly
|
2020-11-17 16:44:04 +01:00 |
|
Joshua M. Boniface
|
f6ebdbc45e
|
Merge pull request #4456 from martinek-stepan/emby-namig-nullable
Emby.Naming - nullable & code coverage
|
2020-11-17 10:28:39 -05:00 |
|
Thomas Schwery
|
fc3d6278be
|
Translated using Weblate (French)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
|
2020-11-17 05:36:46 -05:00 |
|
Sverre
|
7cbcce0638
|
Translated using Weblate (Norwegian Bokmål)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
|
2020-11-17 05:04:26 -05:00 |
|
Lukáš Kucharczyk
|
bb46f24bb3
|
Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
|
2020-11-17 05:04:26 -05:00 |
|
crobibero
|
3cc0dd7e12
|
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
|
2020-11-16 20:29:46 -07:00 |
|
Ygor Lhano
|
7b42b7e8bd
|
Translated using Weblate (Portuguese (Brazil))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
|
2020-11-16 18:45:58 -05:00 |
|
BaronGreenback
|
2bbfcc264d
|
Merge branch 'master' into emby-namig-nullable
|
2020-11-16 19:47:36 +00:00 |
|
Greenback
|
60a6627140
|
Removing left over edits left from the acceptance of previous PR's.
|
2020-11-16 19:45:21 +00:00 |
|
Ionut Andrei Oanca
|
426e258f1f
|
Improve locking logic in SyncPlay manager
|
2020-11-16 20:25:13 +01:00 |
|
Ionut Andrei Oanca
|
a3ca36cb54
|
Review logging and minor changes in SyncPlay
|
2020-11-16 20:05:57 +01: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 |
|
Ryan Petris
|
8204b25a56
|
Merge branch 'master' into fix-hdhomerun
|
2020-11-15 19:55:30 -07:00 |
|
Ryan Petris
|
81d5eb4db5
|
Return a Task object and discard it instead of using async void.
|
2020-11-15 19:44:11 -07:00 |
|
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>
|
2020-11-15 20:47:33 +00:00 |
|
crobibero
|
4b15284324
|
Merge remote-tracking branch 'upstream/master' into bye-tvdb
|
2020-11-15 13:12:43 -07: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 |
|
Claus Vium
|
7caf1662ec
|
Merge pull request #4478 from Bond-009/chararray
Don't allocate single char arrays when possible
|
2020-11-15 13:48:43 +01:00 |
|
Bond-009
|
331c7f8481
|
Merge pull request #4253 from BaronGreenback/fordiscussion
DI in plugins
|
2020-11-15 13:29:04 +01:00 |
|
4d1m
|
ce4787c7eb
|
Translated using Weblate (Romanian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/
|
2020-11-15 05:36:15 -05: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
|
d4e568c8bf
|
Replace Task.WaitAll with Task.Wait
|
2020-11-14 20:30:08 +01:00 |
|
Bond_009
|
ff49a3bb61
|
Missed some stuff
|
2020-11-14 20:28:15 +01:00 |
|
Bond_009
|
c4bb32f259
|
Access last element by index where possible
|
2020-11-14 20:28:14 +01:00 |
|
Bond_009
|
9041389f65
|
Use string.Trim(char) instead of string.Trim(char[]) where possible
|
2020-11-14 20:27:59 +01:00 |
|
Bond_009
|
bc7359f87d
|
Use string.Split(char) where possible instead of string.Split(char[])
|
2020-11-14 20:27:48 +01:00 |
|
Ionut Andrei Oanca
|
fa69f6fd51
|
Handle ignore-wait request in waiting state in SyncPlay
|
2020-11-14 18:09:25 +01:00 |
|
Adam Bokor
|
6b4debb44e
|
Translated using Weblate (Hungarian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
|
2020-11-14 11:38:39 -05:00 |
|
Claus Vium
|
c49b854295
|
Merge pull request #4476 from crobibero/plugin-update-exception
Fix plugin update exception
|
2020-11-14 12:45:07 +01:00 |
|
Ionut Andrei Oanca
|
1dbc91978e
|
Address requested changes and fix some warnings
|
2020-11-14 12:33:54 +01:00 |
|
crobibero
|
73d2cb1c2a
|
Updated based on review feedback
|
2020-11-13 18:04:06 -07:00 |
|
Oatavandi
|
722adda477
|
Translated using Weblate (Tamil)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
|
2020-11-13 17:28:15 -05:00 |
|
Relja U
|
5d4144b8a6
|
Translated using Weblate (Serbian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
|
2020-11-13 17:28:15 -05:00 |
|
crobibero
|
5845bf93cb
|
Fix plugin update exception
|
2020-11-13 14:52:22 -07:00 |
|
Cody Robibero
|
24ac5cc353
|
Update Emby.Server.Implementations/AppBase/ConfigurationHelper.cs
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
|
2020-11-13 13:18:31 -07:00 |
|
Ionut Andrei Oanca
|
563a6fb3c7
|
Minor changes to group-wait in SyncPlay
|
2020-11-13 20:55:14 +01:00 |
|
crobibero
|
95ebb9a55a
|
Use null coalescing when possible
|
2020-11-13 11:24:46 -07:00 |
|
crobibero
|
5f52a58e78
|
Convert NullReferenceException to ResourceNotFoundException
|
2020-11-13 11:14:44 -07:00 |
|
crobibero
|
ec5781504e
|
Disable warning on AD0001
|
2020-11-13 10:29:26 -07:00 |
|
crobibero
|
7bf320922c
|
Fix nullability errors in Emby.Server.Implementations
|
2020-11-13 09:41:18 -07:00 |
|
crobibero
|
73f9a6d7d0
|
Convert array property to IReadOnlyList
|
2020-11-12 08:29:42 -07:00 |
|
BaronGreenback
|
caea2bb862
|
Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
2020-11-11 17:00:19 +00:00 |
|
crobibero
|
7ff212576e
|
Merge remote-tracking branch 'upstream/master' into bye-tvdb
|
2020-11-11 08:08:06 -07:00 |
|
Claus Vium
|
a7b3880d0e
|
Merge branch 'master' into fix_and_mildly_improve_similar
|
2020-11-11 10:47:18 +01:00 |
|
Sam Cross
|
0c45faf100
|
Translated using Weblate (English (United Kingdom))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en_GB/
|
2020-11-11 00:03:53 -05:00 |
|
Ted van den Brink
|
51ddf038dc
|
Translated using Weblate (Dutch)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
|
2020-11-10 18:49:09 -05:00 |
|
David John Corpuz
|
dc3b3bcfb1
|
Translated using Weblate (Filipino)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fil/
|
2020-11-10 14:48:44 -05:00 |
|
crobibero
|
83629ab6f2
|
Update packages to net5
|
2020-11-10 09:52:34 -07:00 |
|
Stepan
|
c0747512d6
|
Merge remote-tracking branch 'jellyfin/master' into emby-namig-nullable
|
2020-11-10 12:42:49 +01:00 |
|
Fardin
|
477e7f7898
|
Translated using Weblate (Spanish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
|
2020-11-09 19:04:37 -05:00 |
|
cvium
|
b99519898d
|
Remove duplicate /Similar endpoints and add poor matching for artists and albums
|
2020-11-09 20:15:15 +01:00 |
|
BaronGreenback
|
11a5353810
|
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2020-11-09 11:25:16 +00:00 |
|
BaronGreenback
|
e340e755f2
|
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2020-11-09 11:25:05 +00:00 |
|
BaronGreenback
|
69790ef6b8
|
Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2020-11-09 11:24:53 +00:00 |
|
BaronGreenback
|
f63a706a86
|
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2020-11-09 11:23:52 +00:00 |
|
Claus Vium
|
ab285c2202
|
Merge pull request #4440 from neilsb/schedules-direct-fix
Perform hashing of Password for Schedules Direct on server
|
2020-11-09 08:15:23 +01:00 |
|
hoanghuy309
|
254c188f6c
|
Translated using Weblate (Vietnamese)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
|
2020-11-09 01:01:40 -05:00 |
|
Gary Wilber
|
e6d8c02944
|
Merge remote-tracking branch 'upstream/master' into library_scan_speed
|
2020-11-08 11:51:40 -08:00 |
|
Kyle Yue
|
363d41f943
|
Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
|
2020-11-08 12:52:56 -05:00 |
|
Ekrem KANGAL
|
e5c0aaead2
|
Translated using Weblate (Turkish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
|
2020-11-08 12:52:56 -05:00 |
|
Neil Burrows
|
e9d35cb2ca
|
Switching to the more efficient Hex.Encode function
|
2020-11-08 17:16:51 +00:00 |
|
Claus Vium
|
3900976be5
|
Merge pull request #4247 from crobibero/update-plugin
Update all on-disk plugins
|
2020-11-08 18:00:49 +01:00 |
|
cvium
|
e78c63c4dc
|
Remove OriginalAuthenticationInfo and add IsAuthenticated property
|
2020-11-08 16:10:33 +01:00 |
|
Neil Burrows
|
866c41519f
|
Perform hashing of Password for Schedules Direct on server
|
2020-11-08 12:34:35 +00:00 |
|
Claus Vium
|
ec2538a1ba
|
Merge pull request #4420 from cvium/fix_person_studio_genre_endpoints
Fix Persons, Genres and Studios endpoints
|
2020-11-08 10:22:18 +01:00 |
|
Ricky Zhang
|
0d1d0d113e
|
Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
|
2020-11-08 04:00:51 -05:00 |
|
Claus Vium
|
c17f84ae48
|
Merge pull request #4330 from crobibero/api-key-auth
Fix ApiKey authentication
|
2020-11-08 08:20:50 +01:00 |
|
johan456789
|
1bd5f78025
|
Translated using Weblate (Chinese (Traditional))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
|
2020-11-08 00:22:51 -05:00 |
|
Tomislav
|
ad1b08f2d6
|
Translated using Weblate (Croatian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
|
2020-11-08 00:22:50 -05:00 |
|
Winnie
|
dc3f24c112
|
Translated using Weblate (Spanish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
|
2020-11-08 00:22:50 -05:00 |
|
Tomislav
|
2afaa1fc5b
|
Translated using Weblate (Croatian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
|
2020-11-07 16:59:25 -05:00 |
|
Tomislav
|
826f58b461
|
Translated using Weblate (Croatian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
|
2020-11-07 16:43:48 -05:00 |
|
Tomislav
|
7f4a3219ea
|
Translated using Weblate (Croatian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
|
2020-11-07 16:28:42 -05:00 |
|
Nikita Epifanov
|
6b5ba0f64a
|
Translated using Weblate (Russian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
|
2020-11-07 03:43:33 -05:00 |
|
Florian Schmidt
|
549d0bc27b
|
Translated using Weblate (German)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
|
2020-11-07 03:43:33 -05:00 |
|
tomwaits00
|
03d5a3d8e7
|
Translated using Weblate (Turkish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
|
2020-11-06 22:06:53 -05:00 |
|
Ludovico Besana
|
a0699b6868
|
Translated using Weblate (Italian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
|
2020-11-06 20:31:18 -05:00 |
|
JB
|
68f8ff678a
|
Translated using Weblate (Korean)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
|
2020-11-06 18:31:33 -05:00 |
|
JB
|
4a5651e5b2
|
Translated using Weblate (Korean)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
|
2020-11-06 14:58:03 -05:00 |
|
Claus Vium
|
6afd990986
|
Merge pull request #4424 from jellyfin/minor8
Minor perf improvements
|
2020-11-06 17:11:01 +01:00 |
|
lelamamalgache
|
e6480066b1
|
Translated using Weblate (French)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
|
2020-11-06 10:36:58 -05:00 |
|
Bond-009
|
082705c0d8
|
Merge pull request #4410 from crobibero/m3u-user-agent
Set UserAgent when getting M3u playlist
|
2020-11-06 16:28:50 +01:00 |
|
Bond_009
|
b21919c7f4
|
Minor perf improvements
|
2020-11-06 16:15:30 +01:00 |
|
crobibero
|
41b38c6735
|
Merge remote-tracking branch 'upstream/master' into livetv-ts-fix
|
2020-11-06 07:15:38 -07:00 |
|
public_yusuke
|
eeb3177cc3
|
Translated using Weblate (Japanese)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/
|
2020-11-05 22:53:28 -05:00 |
|
Lukáš Kucharczyk
|
3c6cbb6161
|
Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
|
2020-11-05 10:59:18 -05:00 |
|
SaddFox
|
8c461aff09
|
Translated using Weblate (Slovenian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
|
2020-11-05 09:13:05 -05:00 |
|
cvium
|
584b4fa41f
|
Fix Persons, Genres and Studios endpoints
|
2020-11-05 12:27:22 +01:00 |
|
BaronGreenback
|
ec245dce90
|
Merge branch 'master' into NetworkPR2
|
2020-11-04 20:17:41 +00:00 |
|
crobibero
|
b4d52d8009
|
Apply patch
|
2020-11-03 16:38:47 -07:00 |
|
crobibero
|
5d88e61076
|
Merge remote-tracking branch 'upstream/master' into livetv-ts-fix
|
2020-11-03 07:05:58 -07:00 |
|
Anthony Lavado
|
b1b43b8ad9
|
Merge pull request #4068 from barronpm/event-fixes
Fix Plugin Events and Clean Up InstallationManager.cs
|
2020-11-02 11:11:17 -05:00 |
|
Anthony Lavado
|
6205fb4b6a
|
Merge pull request #4341 from Bond-009/minor6
Minor improvements
|
2020-11-02 11:10:39 -05: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 |
|
Cody Robibero
|
de36c8433e
|
Update Emby.Server.Implementations/Localization/Core/en-US.json
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2020-11-02 03:52:14 -07:00 |
|
crobibero
|
6763d456ff
|
Set UserAgent when getting M3u playlist
|
2020-11-01 19:23:28 -07:00 |
|
crobibero
|
ceecc80bb3
|
Allow configuration of ActivityLogRetention
|
2020-11-01 18:32:41 -07:00 |
|
Stepan
|
60b49e67ea
|
Re-Sharper inspection issues
|
2020-11-01 11:19:22 +01:00 |
|
Stepan
|
59619b6ea7
|
Enable nullable in Emby.Naming
|
2020-11-01 10:47:31 +01:00 |
|
Greenback
|
83af636c61
|
Updated with new NetManager
|
2020-10-31 18:21:46 +00:00 |
|
Bond-009
|
26078e4df9
|
Merge pull request #4375 from crobibero/auth-dict-fix
Fix setting duplicate keys from auth header
|
2020-10-31 16:14:53 +01:00 |
|
Greenback
|
6dc2936d9c
|
Merge remote-tracking branch 'upstream/master' into NetworkPR2
|
2020-10-30 13:54:46 +00:00 |
|
crobibero
|
0c674b496f
|
Add stream disposal comment.
|
2020-10-29 13:58:47 -06:00 |
|
crobibero
|
3568c5f39b
|
Fix early filestream close
|
2020-10-29 13:56:29 -06:00 |
|
Oatavandi
|
2c6b31fc7b
|
Translated using Weblate (Tamil)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
|
2020-10-29 14:56:55 -04:00 |
|
crobibero
|
981f000437
|
Use proper IsApiKey flag
|
2020-10-28 08:40:11 -06:00 |
|
Stan
|
3bb8884e16
|
Merge branch 'master' into bdiso-playback
|
2020-10-28 13:18:05 +01:00 |
|
crobibero
|
eee95336b5
|
Fix setting duplicate keys from auth header
|
2020-10-26 17:18:54 -06:00 |
|
Tomi
|
e0045457f9
|
Translated using Weblate (Finnish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
|
2020-10-26 16:30:35 -04:00 |
|
BaronGreenback
|
0b5ddc90ff
|
Merge branch 'master' into NetworkPR2
|
2020-10-26 13:21:48 +00:00 |
|
BaronGreenback
|
2c5609b333
|
Merge branch 'master' into fordiscussion
|
2020-10-26 13:19:13 +00:00 |
|
kevin
|
a814d01f8c
|
Translated using Weblate (Albanian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sq/
|
2020-10-25 16:56:24 -04:00 |
|
SHALMON ANANDAS
|
a69397d714
|
Translated using Weblate (Hindi)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hi/
|
2020-10-23 00:07:56 -04:00 |
|
SHALMON ANANDAS
|
82ce8369c3
|
Added translation using Weblate (Hindi)
|
2020-10-22 22:57:00 -04:00 |
|
Ionut Andrei Oanca
|
019bc19aa4
|
Minor changes to play queue in Syncplay group
|
2020-10-22 16:32:15 +02:00 |
|
Ionut Andrei Oanca
|
0c735a0395
|
Address requested changes by review
|
2020-10-22 16:12:27 +02:00 |
|
Ionut Andrei Oanca
|
1cabe82b59
|
Rewrite play queue logic of SyncPlay group
|
2020-10-22 16:12:27 +02:00 |
|
Ionut Andrei Oanca
|
0b4c751657
|
Check for null sessions and requests in SyncPlay
|
2020-10-22 16:12:19 +02:00 |
|
BaronGreenback
|
1b8adf0f7c
|
Update Emby.Server.Implementations/SyncPlay/GroupController.cs
|
2020-10-22 13:28:09 +01:00 |
|
Ionut Andrei Oanca
|
36fee4e60a
|
Minor fixes
|
2020-10-21 16:42:57 +02:00 |
|
Ionut Andrei Oanca
|
93cbf64f88
|
End comments with a period
|
2020-10-21 15:46:50 +02:00 |
|
Bond_009
|
49569ca0a0
|
Use nameof where possible
|
2020-10-17 16:19:57 +02:00 |
|
Bond_009
|
51dd3f1e19
|
Minor improvements
|
2020-10-17 16:01:36 +02:00 |
|
Gubb Jonas
|
49ac4c4044
|
Translated using Weblate (Swedish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
|
2020-10-17 05:25:46 -04:00 |
|
BaronGreenback
|
38da2ee26e
|
Merge branch 'master' into update-plugin
|
2020-10-17 09:47:20 +01:00 |
|
Joshua M. Boniface
|
f9bd7be741
|
Merge pull request #4285 from cvium/fix_websocketlisteners
Fix IWebSocketListener service registration
|
2020-10-17 01:58:35 -04: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 |
|
crobibero
|
d5c226b1c3
|
Move SecurityException
|
2020-10-15 08:02:59 -06: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 |
|
crobibero
|
39924f9992
|
Allow apikey to authenticate as admin
|
2020-10-14 17:58:33 -06:00 |
|
BaronGreenback
|
5b8349b442
|
Merge branch 'master' into fordiscussion
|
2020-10-14 19:05:57 +01:00 |
|
BaronGreenback
|
a8cee0bd36
|
Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
2020-10-14 19:04:17 +01:00 |
|
BaronGreenback
|
002190f0a3
|
Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
2020-10-14 19:04:09 +01:00 |
|
BaronGreenback
|
0e872ca65c
|
Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
2020-10-14 19:03:54 +01:00 |
|
crobibero
|
15a7f88e08
|
Automatically clean activity log database
|
2020-10-14 11:44:11 -06:00 |
|
Bond-009
|
d54de29485
|
Merge pull request #4315 from Jan-PieterBaert/fix-warnings
Fix some warnings
|
2020-10-14 14:04:13 +02:00 |
|
crobibero
|
f998e52107
|
Update to dotnet 3.1.9
|
2020-10-13 18:50:04 -06:00 |
|
Anthony Lavado
|
8b419d9ea6
|
Merge pull request #4199 from ryanpetris/livetv-locking
Fix stream performance when opening/closing new streams.
|
2020-10-13 00:02:38 -04:00 |
|
Anthony Lavado
|
1f5ac19346
|
Merge pull request #3954 from Ullmie02/library-pictures
Use backdrop with library name as library thumbnail
|
2020-10-13 00:02:08 -04:00 |
|
dkanada
|
42fb04b084
|
Merge pull request #4254 from BaronGreenback/PluginConfigFix
Fix for #4241: Plugin config initialisation.
|
2020-10-13 12:19:42 +09:00 |
|
BaronGreenback
|
63e514e6c4
|
Update ApplicationHost.cs
|
2020-10-12 20:34:18 +01:00 |
|
Jan-Pieter Baert
|
ec91d3893d
|
Fix SA 1116 warnings
|
2020-10-12 20:05:11 +02:00 |
|
Jan-Pieter Baert
|
6f9beef732
|
Fix SA1012 and SA1013 warnings
|
2020-10-12 19:22:33 +02:00 |
|
BaronGreenback
|
16a0357617
|
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2020-10-11 23:51:56 +01:00 |
|
BaronGreenback
|
5c8015128f
|
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2020-10-11 23:51:03 +01:00 |
|
BaronGreenback
|
d49ba96123
|
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2020-10-11 23:50:48 +01:00 |
|
BaronGreenback
|
387fdb0f13
|
Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2020-10-11 23:50:36 +01:00 |
|
BaronGreenback
|
ed05ae683e
|
Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2020-10-11 23:49:51 +01:00 |
|
Greenback
|
0b73a1d90f
|
Added extra functionality to support registrar.
|
2020-10-11 13:19:14 +01:00 |
|
dkanada
|
1a27d010ec
|
Merge pull request #4243 from jlechem/RemoveHeaderCameraUploads
Removing string we don't use anymore.
|
2020-10-11 18:29:25 +09:00 |
|
Greenback
|
1ee1f9c8a7
|
Fixed web interface.
|
2020-10-10 15:27:02 +01:00 |
|
Greenback
|
b34d6fec3d
|
fixed tests
|
2020-10-10 14:08:26 +01:00 |
|
Greenback
|
6dc81ec8e8
|
Changes to support network config
|
2020-10-10 14:05:19 +01:00 |
|
dkanada
|
53515483b8
|
Merge pull request #4219 from Spacetech/music_scan_speed_2
Increase initial scan speed for music libraries
|
2020-10-10 15:59:13 +09:00 |
|
Anthony Lavado
|
0cacdd20e0
|
Merge pull request #4284 from cvium/fix_playbackstart
Fix playbackstart not triggering in the new eventmanager
|
2020-10-09 20:12:34 -04:00 |
|
shakesac
|
67722a2034
|
Translated using Weblate (Portuguese (Portugal))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
|
2020-10-09 19:10:37 -04:00 |
|
crobibero
|
3119acd502
|
Remove tvdb plugin from server.
|
2020-10-09 07:43:02 -06:00 |
|
Greenback
|
ebe650afa9
|
Merge remote-tracking branch 'upstream/master' into NetworkPR2
|
2020-10-09 14:12:41 +01:00 |
|
Greenback
|
deb4d27857
|
Moved all settings across to network.xml
|
2020-10-08 19:00:55 +01:00 |
|
cvium
|
4a81ee43dc
|
Add try-catch to avoid crashing the whole thing
|
2020-10-06 23:36:48 +02:00 |
|
cvium
|
137baab0ac
|
Remove websocketmanager from ApplicationHost
|
2020-10-06 20:19:36 +02:00 |
|
cvium
|
38cb8fee8a
|
Fix IWebSocketListener service registration
|
2020-10-06 14:44:07 +02:00 |
|
cvium
|
3d69bcd190
|
Fix playbackstart not triggering in the new eventmanager
|
2020-10-06 08:14:56 +02:00 |
|
Joshua M. Boniface
|
2d689f101b
|
Merge pull request #4268 from Bond-009/groupinfo
Improve GroupInfo class
|
2020-10-05 13:18:17 -04:00 |
|
Bond-009
|
40bbcb63db
|
Merge pull request #4275 from anthonylavado/tasktimer
Fix Transcode Cleanup Schedule
|
2020-10-05 14:15:11 +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 |
|
Anthony Lavado
|
959d906c85
|
Just enable instead
|
2020-10-05 02:25:09 -04:00 |
|
Anthony Lavado
|
375f849b3e
|
Simply trigger
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2020-10-05 02:14:43 -04:00 |
|
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.
|
2020-10-05 00:15:25 -04: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
|
67e89dd525
|
Use nicer count comparitor
|
2020-10-04 17:00:13 -04:00 |
|
Joshua M. Boniface
|
df177b4752
|
Revert "Implement better count method"
This reverts commit 5aa519fd39 .
|
2020-10-04 15:52:39 -04:00 |
|
Joshua M. Boniface
|
5aa519fd39
|
Implement better count method
|
2020-10-04 15:46:57 -04:00 |
|
Joshua M. Boniface
|
8dfa2015d0
|
Make the count an int for cleanliness
|
2020-10-04 14:14:42 -04:00 |
|
Joshua M. Boniface
|
d0ec6872f3
|
Increase count check to 1
There's another way to disable a user anyways.
|
2020-10-04 14:06:20 -04:00 |
|
Joshua M. Boniface
|
6e1d1eed23
|
Make log entry informational
|
2020-10-04 13:30:21 -04:00 |
|
Joshua M. Boniface
|
b130af1b0c
|
Remove variables from SecurityException
|
2020-10-04 13:29:18 -04:00 |
|
Joshua M. Boniface
|
975fca5158
|
Fix syntax error
|
2020-10-04 13:19:56 -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 |
|
Bond_009
|
e96d41d5ef
|
Fix build
|
2020-10-04 16:45:00 +02:00 |
|
Jim Cartlidge
|
47f4639b84
|
Merge branch 'NetworkPR2' of https://github.com/BaronGreenback/jellyfin into NetworkPR2
|
2020-10-04 09:56:45 +01:00 |
|
Jim Cartlidge
|
53af1e3455
|
Updatig netcollection & re-inserting BOM
|
2020-10-04 09:56:33 +01:00 |
|
cvium
|
e9524f89d6
|
Migrate the TMDb providers to the TMDbLib library
|
2020-10-03 19:53:07 +02:00 |
|
cvium
|
1b18f86c8b
|
Add missing parameter comments.
|
2020-10-03 13:52:51 +02:00 |
|
cvium
|
5d3449e9dc
|
Fix xml doc comment
|
2020-10-03 13:39:39 +02:00 |
|
cvium
|
763862cbd8
|
Defer image pre-fetching until the end of a refresh/scan
|
2020-10-03 13:36:53 +02:00 |
|
BaronGreenback
|
7459baac8b
|
Update ApplicationHost.cs
|
2020-10-03 09:23:12 +01:00 |
|
BaronGreenback
|
2929ce6e0d
|
Update ApplicationHost.cs
|
2020-10-03 09:18:00 +01:00 |
|
BaronGreenback
|
298a322ac1
|
Update ApplicationHost.cs
|
2020-10-03 09:13:04 +01:00 |
|
BaronGreenback
|
ba685d8092
|
Update ApplicationHost.cs
|
2020-10-03 09:08:28 +01:00 |
|
Gary Wilber
|
ac6d51554c
|
Fix lastProgressMessageTimes dictionary errors
|
2020-10-01 16:25:01 -07:00 |
|
Gary Wilber
|
8f2fbf7a99
|
Switch to TPL dataflow for subfolder scan
|
2020-10-01 16:24:35 -07:00 |
|
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.
|
2020-10-01 22:20:34 +02:00 |
|
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.
|
2020-10-01 21:59:57 +02:00 |
|
BaronGreenback
|
688d098d61
|
Update Emby.Server.Implementations.csproj
|
2020-10-01 20:51:25 +01:00 |
|
BaronGreenback
|
d91a4f0c6d
|
Update ApplicationHost.cs
|
2020-10-01 20:25:40 +01:00 |
|
BaronGreenback
|
0738a2dc4b
|
Update ApplicationHost.cs
|
2020-10-01 19:22:58 +01:00 |
|
BaronGreenback
|
ee40f21049
|
Update ApplicationHost.cs
|
2020-10-01 18:59:46 +01:00 |
|
Gary Wilber
|
c2276b17cb
|
Increase library scan and metadata refresh speed
|
2020-09-30 19:33:34 -07:00 |
|
Justin LeCheminant
|
3b0c6c660d
|
Removing string we don't use anymore.
|
2020-09-30 20:26:59 -06:00 |
|
crobibero
|
53d8023def
|
Update all on-disk plugins
|
2020-09-30 17:37:30 -06: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 |
|
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 |
|
Bond-009
|
7775066475
|
Merge pull request #4236 from ConfusedPolarBear/warnings1
Fix some warnings
|
2020-09-29 09:18:52 +02:00 |
|
Matt Montgomery
|
53d5f64e03
|
Fix SA1513, SA1514, SA1507, and SA1508
|
2020-09-28 15:04:31 -05:00 |
|
dkanada
|
7030e925b7
|
Merge pull request #4200 from ryanpetris/hdhomerun-preemptive-livetv-conflict
HDHomeRun: Preemptively throw a LiveTvConflictException
|
2020-09-28 23:52:34 +09:00 |
|
dkanada
|
c60f8979d4
|
Merge pull request #4228 from jellyfin/dependabot/nuget/IPNetwork2-2.5.226
Bump IPNetwork2 from 2.5.224 to 2.5.226
|
2020-09-28 23:49:49 +09:00 |
|
dependabot[bot]
|
baa35cfc99
|
Bump Mono.Nat from 2.0.2 to 3.0.0
Bumps [Mono.Nat](https://github.com/mono/Mono.Nat) from 2.0.2 to 3.0.0.
- [Release notes](https://github.com/mono/Mono.Nat/releases)
- [Commits](https://github.com/mono/Mono.Nat/compare/release-v2.0.2...release-v3.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-09-28 12:00:47 +00:00 |
|
dependabot[bot]
|
c0afaef985
|
Bump IPNetwork2 from 2.5.224 to 2.5.226
Bumps [IPNetwork2](https://github.com/lduchosal/ipnetwork) from 2.5.224 to 2.5.226.
- [Release notes](https://github.com/lduchosal/ipnetwork/releases)
- [Commits](https://github.com/lduchosal/ipnetwork/commits)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-09-28 12:00:42 +00:00 |
|
Gary Wilber
|
3cfbe6e340
|
better audio file check
|
2020-09-27 13:28:19 -07:00 |
|
Gary Wilber
|
75041e7f39
|
interlocked increment
|
2020-09-27 12:56:12 -07:00 |
|
dkanada
|
63b49ff4d8
|
Merge pull request #4204 from cvium/add_aspect_ratio_seriesprimary
Add series image aspect ratio when ep/season is missing an image
|
2020-09-27 19:07:57 +09:00 |
|
Niels van Velzen
|
72534f9d66
|
Use SessionMessageType for WebSocket messages
|
2020-09-27 10:00:20 +02:00 |
|
Gary Wilber
|
05fa95f149
|
Increase scan speed for music libraries
|
2020-09-26 19:33:59 -07:00 |
|
crobibero
|
b7022e8dc1
|
Merge remote-tracking branch 'upstream/master' into package-install-repo
|
2020-09-26 16:57:53 -06:00 |
|
hoanghuy309
|
800c039612
|
Translated using Weblate (Vietnamese)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
|
2020-09-25 23:54:00 -04:00 |
|
Eben van Deventer
|
10556b16f8
|
Translated using Weblate (Afrikaans)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/
|
2020-09-25 16:54:31 -04:00 |
|
Eben van Deventer
|
3a79b9fc32
|
Translated using Weblate (Afrikaans)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/
|
2020-09-25 16:21:25 -04:00 |
|
Eben van Deventer
|
0c8692e337
|
Translated using Weblate (Afrikaans)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/
|
2020-09-25 15:57:16 -04:00 |
|
Eben van Deventer
|
b66ff9a08c
|
Translated using Weblate (Afrikaans)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/
|
2020-09-25 15:51:08 -04:00 |
|
radiusgreenhill
|
7ee57a07a7
|
Translated using Weblate (Thai)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
|
2020-09-25 13:48:34 -04:00 |
|
Bond-009
|
c67ffa417a
|
Merge pull request #4205 from cvium/fix_aspectratio_calc
Fix aspect ratio calculation sometimes returning 0 or 1
|
2020-09-25 08:19:09 +02:00 |
|
hoanghuy309
|
18ab0c21b2
|
Translated using Weblate (Vietnamese)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
|
2020-09-25 01:40:33 -04:00 |
|
hoanghuy309
|
4c0ec387e5
|
Translated using Weblate (Vietnamese)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
|
2020-09-24 23:03:06 -04:00 |
|
cvium
|
ec5b738079
|
Fix aspect ratio calculation returning 0 or 1 when item has no default AR
|
2020-09-24 23:09:26 +02:00 |
|
cvium
|
9cdef5b57c
|
Add series image aspect ratio when ep/season is missing an image
|
2020-09-24 22:27:17 +02:00 |
|
BaronGreenback
|
f97bea53e5
|
Update Emby.Server.Implementations.csproj
|
2020-09-24 16:11:24 +01:00 |
|
Jim Cartlidge
|
8c85cfd01d
|
Fixed build
|
2020-09-24 16:02:29 +01:00 |
|
BaronGreenback
|
89e67b2e7f
|
Merge branch 'master' into NetworkPR2
|
2020-09-24 15:15:32 +01:00 |
|
Ryan Petris
|
3fa3a9d57a
|
Preemptively throw a LiveTvConflictException when the tracked live streams for a given device/tuner will exceed the number of supported streams.
|
2020-09-23 14:23:04 -07:00 |
|
Ryan Petris
|
4db5700e18
|
Don't take a lock if there's no intention to manipulate the list of open streams. Instead, use a ConcurrentDictionary so that, in those situations, thread-safe access to the dictionary is ensured.
|
2020-09-23 14:12:26 -07:00 |
|
Anthony Lavado
|
5aa743a6a2
|
Merge pull request #4163 from Bond-009/minor4
Minor improvements
|
2020-09-23 10:30:13 -04: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 |
|
Oatavandi
|
9bcd81a5dd
|
Translated using Weblate (Tamil)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
|
2020-09-23 09:12:57 -04:00 |
|
dkanada
|
236dfe3ed8
|
Merge pull request #4170 from BaronGreenback/VersioningImprovement
Plugin versioning - amended for plugins without meta.json
|
2020-09-23 20:06:35 +09:00 |
|
dkanada
|
8a299ba7c0
|
Merge pull request #4178 from hoanghuy309/patch-1
Update LocalizationManager.cs
|
2020-09-23 20:04:09 +09:00 |
|
dkanada
|
dfb2ef5cfe
|
Merge pull request #4126 from crobibero/3.1.8
update to dotnet 3.1.8
|
2020-09-23 19:52:37 +09:00 |
|
hoanghuy309
|
a1511add06
|
Translated using Weblate (Vietnamese)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
|
2020-09-22 21:47:09 -04:00 |
|
hoanghuy309
|
fa1df73d10
|
Translated using Weblate (Vietnamese)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
|
2020-09-22 12:25:54 -04:00 |
|
Nelson Tham
|
03cbf5cfbf
|
Translated using Weblate (Chinese (Traditional))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
|
2020-09-21 15:21:58 -04:00 |
|
Niels van Velzen
|
3459655bb4
|
Use GeneralCommandType enum in GeneralCommand name
|
2020-09-21 16:56:22 +02:00 |
|
hoanghuy309
|
7da03d67a7
|
Translated using Weblate (Vietnamese)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
|
2020-09-21 08:13:38 -04:00 |
|