Akachai Bunsorn
7e53bc5ec5
Translated using Weblate (Thai)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
4 years ago
dkanada
10d396d56d
Merge pull request #3573 from crobibero/plugin-request-exception
...
Catch HttpRequestException when requesting plugins
4 years ago
Joshua M. Boniface
55dafd4149
Merge pull request #3563 from cvium/fix_next_up
...
Only fetch Next Up for episodes that have been fully matched
4 years ago
ADRI IDZWAN MANSOR
0c64ad9b16
Translated using Weblate (Malay)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ms/
4 years ago
crobibero
f40bcff113
Catch HttpRequestException when requesting plugins
4 years ago
Claus Vium
90fa1149fa
Fix warnings
4 years ago
Claus Vium
a23920e2ad
Only fetch Next Up for episodes that have been fully matched
4 years ago
dkanada
2307052efc
Merge pull request #3549 from neilsb/master
...
Prevent failure to bind to Auto Discover port being a fatal error
4 years ago
Raif Coonjah
eddce72c52
Translated using Weblate (Afrikaans)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/
4 years ago
dkanada
203825f772
Merge pull request #3541 from jellyfin/pause
...
Keep playstate during syncplay group creation
4 years ago
dkanada
bf09bbeacd
update comment
...
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
4 years ago
Neil Burrows
da8eb1f15b
using System.Net.Sockets
4 years ago
Neil Burrows
25e3827488
Update Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs
...
Update log format message and log exception
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
Neil Burrows
359b0044b8
Prevent failure to bind to Auto Discover port being a fatal error
4 years ago
kanenses
52290380aa
Translated using Weblate (Portuguese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
4 years ago
Joshua M. Boniface
29a386ee2d
Merge pull request #3533 from barronpm/user-login-casing
...
Make User Authentication Case-insensitive and remove EF Core Log spam
4 years ago
dkanada
5e706ba7ce
keep playstate during syncplay group creation
4 years ago
rhythm493
172203b5cc
Translated using Weblate (Marathi)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mr/
4 years ago
Patrick Barron
3cca8db905
Fix log spam from EF Core
4 years ago
Anthony Lavado
3d3e66c5d1
Merge pull request #3513 from barronpm/plugin-exception-fix
...
Fix TypeLoadException during plugin load
4 years ago
Patrick Barron
942c733d4f
Fix TypeLoadException during plugin load
4 years ago
Bond_009
ae6eaa7f02
Minor fixes
4 years ago
Anthony Lavado
af334f96d6
Use newer Jellyfin.XmlTv for Guide Fixes
4 years ago
Joshua M. Boniface
5caddb242b
Merge pull request #3431 from BaronGreenback/3404
...
Fix for #3404
4 years ago
Zyzto
1140bcc669
Translated using Weblate (Arabic)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
4 years ago
Neil Burrows
4748df26b6
Remove un-needed comment
4 years ago
Neil Burrows
4389773508
Respect FFMpeg path passed via Environment Variable
4 years ago
Gonzalo Seguel
332527cf8c
Translated using Weblate (Spanish (Mexico))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/
4 years ago
Bond-009
cb193b6afd
Add support for ReadOnlySpan<char> in IgnorePatterns
4 years ago
Bond-009
71cbd51663
Merge pull request #3456 from crobibero/ignore-patterns
...
Add more ignorepatterns and tests
4 years ago
crobibero
9772749d8f
Add more ignorepatterns and tests
4 years ago
dkanada
83ae4d074d
use constructor to set optimal config values
4 years ago
dkanada
57caa9fdba
Merge pull request #3435 from crobibero/revert-missing-fields
...
revert missing session fields
4 years ago
dkanada
bb7444db07
Merge pull request #3439 from cvium/ignore_application_folders
...
Never ignore application folders
4 years ago
crobibero
9eba11379a
catch skia errors when getting image dimensions
4 years ago
Claus Vium
0f07b19ca5
Remove AllowIgnorePath
4 years ago
Claus Vium
9dee1eef83
Never ignore application folders
4 years ago
Franco Castillo
91c51ae675
Translated using Weblate (Spanish (Argentina))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_AR/
4 years ago
peberis
d0162bbe5a
Translated using Weblate (Nepali)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ne/
4 years ago
Pedro Nave
7da49d57b1
Translated using Weblate (Portuguese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
4 years ago
crobibero
ef8bec23c4
revert missing session fields
4 years ago
Sasa
d5dad64e61
Translated using Weblate (Croatian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
4 years ago
BaronGreenback
f01baad05e
Sending multicasts out of Sockets without setting the broadcast to true - causes the error "Bad value for ai_flags" on some systems ( #3404 )
...
The underlying cause looks to be https://github.com/dotnet/runtime/issues/28630 .
Basically, it's an access denied bug.
It looks like multicasts need the same access rights as broadcasts on some systems.
4 years ago
BaronGreenback
c07d8abfd5
Removed debugging info
4 years ago
BaronGreenback
5b0c182908
Added logging and broadcast = true
...
Not intended for merge into the fork.
4 years ago
Anthony Lavado
92091f13d3
Merge pull request #2904 from Bond-009/buffer
...
Use System.Buffers in RangeRequestWriter
4 years ago
dkanada
4e08876028
Merge pull request #3418 from Bond-009/minor3
...
Minor changes
4 years ago
Anthony Lavado
649cccfc05
Merge pull request #3409 from Bond-009/scanerror
...
Fix scan crashed
4 years ago
Bond-009
3d42f37538
Minor changes
4 years ago
Bond-009
464066f362
Merge pull request #3411 from neilsb/system-plugin-removal
...
Prevent system plugins from being uninstalled
4 years ago