Bond-009
d639b030ac
Merge pull request #6335 from richlander/media-provides-analysis-fixes
3 years ago
Nyanmisaka
a84dc794c6
Merge branch 'master' into tonemap-overlay
3 years ago
Bond-009
e33901b9f5
Merge pull request #6267 from Bond-009/minor15
...
Minor fixes
3 years ago
Bond-009
e5a29824e5
Merge branch 'master' into minor15
3 years ago
Bond_009
4c1286fd24
Address comment
3 years ago
Bond-009
f83a5bb08e
Merge pull request #6414 from richlander/mediabrowser-controller-mediaencoding
3 years ago
Rich Lander
ad6f27143f
Update MediaBrowser.Controller/Entities/Folder.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Rich Lander
1ac2524844
Apply suggestions from code review
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
ankenyr
78bbfca990
Separating out error cases from good cases.
3 years ago
Claus Vium
8458960e57
Merge pull request #6377 from richlander/optimize-docker
...
Optimize Dockerfiles
3 years ago
Joshua M. Boniface
ac8a768747
Merge pull request #6394 from h1dden-da3m0n/ci/noisy-container
3 years ago
Claus Vium
0216c452f1
Merge pull request #6025 from daullmer/localization-test
3 years ago
Claus Vium
3a47ad11e9
Apply suggestions from code review
3 years ago
Claus Vium
a29f702432
Merge pull request #6258 from gnuyent/feat/hardware-encode-status
3 years ago
Claus Vium
08152d2a98
Apply suggestions from code review
3 years ago
Claus Vium
408d5c78a9
Merge pull request #6262 from MrTimscampi/scanner-prefer-original-date
3 years ago
Julien Machiels
8d5b87025b
Update tests/Jellyfin.MediaEncoding.Tests/Probing/ProbeResultNormalizerTests.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Claus Vium
c2de5f2c23
Merge pull request #6412 from richlander/mediabrowser-controller-session
3 years ago
Rich Lander
32d27d71a8
Fix warnings in MediaBrowser.Controller/MediaEncoding directory
3 years ago
David Ullmer
d7c9b14175
Apply suggestions from code review
3 years ago
Bond-009
589ad56a8c
Merge pull request #6409 from jellyfin/dependabot/nuget/UTF.Unknown-2.4.0
...
Bump UTF.Unknown from 2.3.0 to 2.4.0
3 years ago
David Ullmer
45e0f7893b
Merge remote-tracking branch 'upstream/master' into localization-test
3 years ago
David Ullmer
b5880c2680
Minor improvements
3 years ago
David Ullmer
6b61b50b53
Revert "Refactor LocalizationManager and remove dead method"
...
This reverts commit db2b53a4b5
.
3 years ago
David Ullmer
77aee515a2
Use correct string comparison
3 years ago
Erdinc
854bb79ae8
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
3 years ago
Rich Lander
9951a51395
Fix warnings in MediaBrowser.Controller/Session
3 years ago
Rich Lander
cb990ae973
Update per feedback
3 years ago
Rich Lander
870887046c
Update MediaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
3 years ago
ankenyr
67f81e8c07
Changing test name to be more descrptive.
3 years ago
Rob
579ed5c1fc
Update tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
dependabot[bot]
c4d8e6f056
Bump UTF.Unknown from 2.3.0 to 2.4.0
...
Bumps [UTF.Unknown](https://github.com/CharsetDetector/UTF-unknown ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/CharsetDetector/UTF-unknown/releases )
- [Commits](https://github.com/CharsetDetector/UTF-unknown/compare/v2.3...v2.4 )
---
updated-dependencies:
- dependency-name: UTF.Unknown
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
millallo
55389453be
Translated using Weblate (Italian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
3 years ago
Julien Machiels
6c2cbafee0
Update MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
Bond-009
ab88e30cfa
Merge pull request #6404 from crobibero/redirect-base-url
...
Fix redirect logic if request path is exactly the base url
3 years ago
ankenyr
5eac267569
Reverting sln file.
3 years ago
ankenyr
8e6436d8dd
Removing moved files.
3 years ago
ankenyr
8b4d9339cf
Changing namespace to be within Jellyfin.Server.Implementations.Tests
3 years ago
MrTimscampi
924dfe1db0
Add test for year-only parsing for FFProbe
3 years ago
MrTimscampi
ba609aefea
Attempt to parse YYYY format dates in GetDictionaryDateTime
...
DateTime.TryParse doesn't properly parse year-only dates, so parsing results from FFProbe sometimes returns null (for example, some music tagged with Beets has yyyy format dates for release dates).
As a result, Jellyfin would previously no get the date from the FFProbe results.
This adds DateTime.TryParseExact with a format of 'yyyy' as a fallback, to attempt to properly parse the value, even if it's only a year.
3 years ago
MrTimscampi
534e088105
Prefer original data when getting premiere date from ffprobe
3 years ago
Cody Robibero
bdbac12d4f
Update Jellyfin.Server/Middleware/BaseUrlRedirectionMiddleware.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Cody Robibero
a7585dd2d6
Fix redirect logic if request path is exactly the base url
3 years ago
ankenyr
14a53fe402
Adding tests for AiredEpisodeOrderComparer.
3 years ago
Anthony Lavado
3ee0c68cb7
Merge pull request #6402 from jellyfin/README-links
...
Add sponsor links
3 years ago
Anthony Lavado
439ae4ec6f
Add sponsor links
...
Adds a horizontal line after project description and the rest of the readme, and another at the end before including DO and JB sponsorship links with images.
3 years ago
Bond-009
971c2bc7de
Merge pull request #6328 from Bond-009/epparser
...
Improve episode parser
3 years ago
MrChip53
eaa5575b23
Add comment
3 years ago
Chris Simoni
883d28d03d
Update Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
h1dden-da3m0n
ed2a637ce3
fix missing build dependencies
...
needed by the build sh-scripts
3 years ago