BaronGreenback
9cb37ae9c2
Update Jellyfin.Api/Controllers/SessionController.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
jeremletrol81
d39b70de32
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
4 years ago
Ryan Petris
361f51ac94
Use TcpClient.Connect().
4 years ago
Bond-009
3b006cd674
Merge pull request #4183 from Ullmie02/tmdb-fix
...
Fix TMDB Season Images
4 years ago
Anton Fernandez Príncipe
484cd88766
Translated using Weblate (Galician)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/gl/
4 years ago
BaronGreenback
bbf196c7bd
Update TranscodingJobHelper.cs
4 years ago
BaronGreenback
5464eaed4a
Update EncoderValidator.cs
4 years ago
BaronGreenback
701d54260d
Update SessionController.cs
4 years ago
BaronGreenback
7050525f6b
Update SessionController.cs
4 years ago
BaronGreenback
50060175b1
Update DynamicHlsController.cs
4 years ago
BaronGreenback
d8e8d298ea
Update Jellyfin.Api/Controllers/SessionController.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
BaronGreenback
eee977a77b
Update Jellyfin.Api/Controllers/SessionController.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
BaronGreenback
4dae7d0521
Update Jellyfin.Api/Controllers/SessionController.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
David
dc73d044de
Fix TMDB Season Images
4 years ago
hoanghuy309
675fcab451
Translated using Weblate (Vietnamese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
4 years ago
Ryan Petris
0496e18179
Fix HD Home Run streaming.
...
* Use LocalEndPoint instead of RemoteEndPoint when determining local address.
* HdHomerunUdpStream.StartStreaming is meant to run until stream is closed, however HdHomerunUdpStream.Open needs to return as soon as stream is open to send stream url back to client. Therefore, StartStreaming should not be awaited on.
* TcpClient(IPEndPoint) treats endpoint as the local endpoint; use TcpClient(string, int) instead as it treats endpoint as the remote endpoint.
4 years ago
hoanghuy309
f363d8afd5
Update LocalizationManager.cs
4 years ago
dkanada
e92d8dd195
Merge pull request #4176 from MrTimscampi/skiasharp-dependency-blunder
...
Update SkiaSharp.NativeAssets.Linux to 2.80.2
4 years ago
MrTimscampi
226e517f11
Update SkiaSharp.NativeAssets.Linux to 2.80.2
4 years ago
Joshua M. Boniface
1672972b41
Merge pull request #4114 from crobibero/rpm-packaging
...
Add new files to rpm build
4 years ago
BaronGreenback
ea7b3699c2
Update SessionController.cs
...
removed space
4 years ago
BaronGreenback
d428ca55cd
Update DynamicHlsController.cs
4 years ago
BaronGreenback
8738fe570a
Update SessionController.cs
4 years ago
BaronGreenback
604edea6a6
Update DynamicHlsController.cs
...
Removed container fields
4 years ago
BaronGreenback
9fc1a8b619
Inverted if statement
4 years ago
BaronGreenback
81db323f88
Update SessionController.cs
4 years ago
BaronGreenback
92b63db569
Update ApplicationHost.cs
4 years ago
nyanmisaka
db07510017
add tonemap for AMD AMF
4 years ago
BaronGreenback
826148dc84
Added versioning to files without meta.json
4 years ago
BaronGreenback
4c6b60d69d
Merge pull request #73 from jellyfin/master
...
Updating from upstream
4 years ago
Joshua M. Boniface
bc5404cd6f
Merge pull request #3401 from BaronGreenback/Plugins
...
Fix for windows plug-in upgrades issue: #1623
4 years ago
spookbits
246ab260f7
Do not implicitly reference ASP.NET Core Analyzers.
...
Also do not explicitly reference AspNetCore.App (fixes compiler warning).
4 years ago
spooksbit
ac32b14012
Update Jellyfin.Server/Properties/launchSettings.json
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
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
Bond-009
6dd6961fd4
Merge pull request #4145 from jellyfin/dependabot/nuget/SkiaSharp-2.80.2
...
Bump SkiaSharp from 2.80.1 to 2.80.2
4 years ago
Bond_009
0007756a5e
Fix
4 years ago
BaronGreenback
ad00b93be5
Rename PlugInManifest.cs to PluginManifest.cs
4 years ago
Bond_009
2dbf73b989
Minor improvements
4 years ago
BaronGreenback
d99db543da
Update DescriptionXmlBuilder.cs
4 years ago
BaronGreenback
a6400d12c9
Update DescriptionXmlBuilder.cs
4 years ago
BaronGreenback
c2e2e5ac0c
Update DescriptionXmlBuilder.cs
4 years ago
BaronGreenback
86ad04b657
Update DescriptionXmlBuilder.cs
4 years ago
Bond-009
4a9b7691c2
Merge pull request #4156 from androiddevnotesforks/master
...
Fix typos
4 years ago
Jim Cartlidge
0ec3633f9e
removing whitespace & upgraded library version
4 years ago
Jim Cartlidge
0bc37c981d
Merge branch 'NetworkPR2' of https://github.com/BaronGreenback/jellyfin into NetworkPR2
4 years ago
Jim Cartlidge
e6a3518220
Uploading latest
4 years ago
BaronGreenback
96c3c4af42
Update IpBasedAccessValidationMiddleware.cs
4 years ago
BaronGreenback
40464a6fdd
Update LanFilteringMiddleware.cs
4 years ago
BaronGreenback
a2c50e8005
Update Emby.Server.Implementations/ApplicationHost.cs
...
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
4 years ago
BaronGreenback
5baf87663f
Update Emby.Server.Implementations/ApplicationHost.cs
...
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
4 years ago