Artiume
f3e7c72bac
Update MediaInfoService.cs
5 years ago
Artiume
b31f4ccbc2
Update MediaInfoService.cs
5 years ago
Óskar Freyr
db61a58c39
Translated using Weblate (Icelandic)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/is/
5 years ago
tanto faz
dda431dff1
Translated using Weblate (Portuguese (Brazil))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
5 years ago
Roland Vet
6fb7999a14
Translated using Weblate (Dutch)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
5 years ago
Robin
a7a4974d95
Translated using Weblate (Dutch)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
5 years ago
schbal
c6851bd72c
Translated using Weblate (Korean)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
5 years ago
Artiume
5a9e08e0de
Update Dockerfile
5 years ago
Artiume
4e43c70439
Update Dockerfile
5 years ago
Artiume
c96d3c35a0
Update Dockerfile
5 years ago
Artiume
0d571b3ad1
Update Dockerfile
5 years ago
Artiume
2457e43dec
Update Dockerfile
5 years ago
Artiume
46442e24f8
Update MediaInfoService.cs
5 years ago
Artiume
3fb7aabfde
Update MediaInfoService.cs
5 years ago
Artiume
64c313a8fb
Update MediaInfoService.cs
5 years ago
Artiume
77fc77eb82
Update UserPolicy.cs
5 years ago
Artiume
1443583a41
Merge pull request #1 from Artiume/branch1
...
Update MediaInfoService.cs
5 years ago
Artiume
be956dfd02
Update MediaInfoService.cs
5 years ago
dkanada
61b9845e0f
Merge pull request #2099 from cryptobank/master
...
Fix VAAPI encoding on 10-bit hevc. Update QSV encoding and scaling to...
5 years ago
cryptobank
d063300af4
Add space
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Bond-009
b8c61a5c40
Merge pull request #2146 from cromefire/patch-1
...
Fix invalid username handling
5 years ago
Joshua M. Boniface
d79242c3c7
Remove broken Microsoft SDK image ( #2158 )
...
* Remove broken Microsoft SDK image
This was not working; for some reason the Microsoft .NET Docker image
for 3.0 still had a 2.1 binary which was wreaking havoc. Replace it with
the manual download that all the other .deb packages use.
* Install missing dependency
5 years ago
dkanada
28e922326d
remove space
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Mark Monteiro
3924df9c51
Move CA1032 rule to correct location
5 years ago
Neil Burrows
d9c0721e3d
Reformatting code
5 years ago
Mark Monteiro
47805d89fe
Set CA1032 (Implement standard exception constructors) severity to info globally
...
This replaces the existing [SurpressMessage] attribute
5 years ago
Mark Monteiro
4c30557527
Remove commented code
5 years ago
Mark Monteiro
f7eef1aa7f
Use the correct verbiage for documenting thrown exceptions
5 years ago
dkanada
623e85a9e4
add suggested changes
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Bond-009
831d1daa68
Merge pull request #2152 from dkanada/progress
...
Track progress for any item that supports the feature
5 years ago
Mark Monteiro
c1c1672d0f
Fix remaining StyleCop warnings
5 years ago
Mark Monteiro
c05933234a
Enable `TreatWarningsAsErrors` flag is project file
5 years ago
Mark Monteiro
2c3e1b8562
Enable StyleCop analyzer and fix existing issues
5 years ago
Mark Monteiro
b8c8d45b8d
Enable Serilog and multithreading analyzer
5 years ago
Bond-009
c824c564cd
Move Emby.XmlTv to a NuGet package ( #2042 )
...
* Move Emby.XmlTv to a NuGet package
* Update Emby.Server.Implementations/Emby.Server.Implementations.csproj
Co-Authored-By: Anthony Lavado <anthonylavado@me.com>
5 years ago
dkanada
1b2453b4e9
fix playlist deletion
5 years ago
dkanada
02928128b9
track progress for any item that supports the feature
5 years ago
cryptobank
bafcadbe58
Use case insensitive contains (4)
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
cryptobank
d0febd6c37
Use case insensitive contains (3)
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
cryptobank
802a66a9e6
Use case insensitive contains (2)
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
cryptobank
867b61025d
Use case insensitive contains (1)
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
cryptobank
f18d3ed33b
Formatting fix (3)
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Óskar Freyr
c36467c496
Translated using Weblate (Icelandic)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/is/
5 years ago
Mark Monteiro
0cf9e59d5a
Enable FxCop Analysis and fix issues
5 years ago
Mark Monteiro
88928118eb
Add missing documentation in Jellyfun.Drawing.Skia
5 years ago
Bond_009
5a8e972952
Enable TreatWarningsAsErrors for some projects
...
Analyzers are only run in debug build, so setting TreatWarningsAsErrors
for release build will catch the compiler warnings until we resolve all
analyzer warnings.
5 years ago
Vasily
54dbdc695a
Merge pull request #2138 from mark-monteiro/fix-episode-search
...
Fix Tvdb Provider Episode Search
5 years ago
dkanada
dc32050a2e
Merge pull request #2142 from Bond-009/livetverrormsg
...
Add improved error message for #2141
5 years ago
Cromefire_
7e987b9642
Remove whitespace
...
Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
5 years ago
Cromefire_
6231fc18ea
Fixed invalid username handling
5 years ago