Jayson Reis
2e4dd02f76
chore: Add a read only connection for routes like Shows/NextUp
3 years ago
Lukáš Kucharczyk
cd4587b43f
Translated using Weblate (Czech)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
3 years ago
Bond-009
3aeae150f8
Merge pull request #7176 from dmitrylyzo/fix-trailers-1
3 years ago
Claus Vium
8b36bc0ade
Merge pull request #7203 from 1337joe/fix-resolving-local-alternates
...
Fix resolving local alternates
3 years ago
Claus Vium
1a32153a31
Merge pull request #7197 from dmitrylyzo/fix-max-resolution
...
Fix maximum video resolution for dynamic HLS controller
3 years ago
Bond-009
ef0708d876
Merge pull request #7078 from 1337joe/metadata-merge-data
3 years ago
Joe Rogers
8b706cebef
Add alternate resolver test, generate extra folder names
3 years ago
Joe Rogers
e762454787
Restore resolver that handles alternate videos
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
Dmitry Lyzo
000b7ba62b
Fix maximum video resolution for dynamic HLS controller
3 years ago
Joe Rogers
f87e780fb5
Address review comments
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
3 years ago
Dmitry Lyzo
60fe77c089
Remove unnecessary array allocation
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Suphanath Kaewboonrung
7500c2b28b
Translated using Weblate (Thai)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
3 years ago
Claus Vium
1d7ec1071f
Merge pull request #7186 from 1337joe/extra-rule-reorder
...
Order extra rules so directory takes precedence over naming
3 years ago
Joe Rogers
19b9646d72
Add -extra suffix for consistency
3 years ago
Joe Rogers
f11fa59b15
Order rules so directory takes precedence over naming
3 years ago
Cody Robibero
d88e39b71d
Merge pull request #7185 from dmitrylyzo/warn-sa1642
...
Fix SA1642 warning
3 years ago
Dmitry Lyzo
54549cd5b5
Remove unnecessary array allocation
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Dmitry Lyzo
ea1f3fe6bd
Fix SA1642 warning
3 years ago
Cody Robibero
ee32e46dde
Merge pull request #7172 from SenorSmartyPants/SeasonName
3 years ago
Dmitry Lyzo
5aa748058e
Fix duplication of local trailers
3 years ago
Dmitry Lyzo
112db30ff2
Fix duplication of remote trailers
3 years ago
Bond-009
3b486fc0ee
Merge pull request #7175 from dmitrylyzo/fix-self-locking
3 years ago
Dmitry Lyzo
f28384ba30
Ignore JSON serialization for special features of movie.
...
When refreshing the metadata of the video with a local trailer, the server gets
stuck trying to read the database and save the item at the same time.
3 years ago
SenorSmartyPants
c32db3ea26
Fix build error
3 years ago
SenorSmartyPants
a19b6a7f61
Config option to import season name from TMDB
3 years ago
Joe Rogers
62dc4a79ff
Fix comment typo
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Dzonkins
07e9568de8
Translated using Weblate (Serbian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
3 years ago
Cody Robibero
a0f248e200
Merge pull request #7134 from adavier/trakt-episode-links
3 years ago
Cody Robibero
307679afef
Merge pull request #7131 from Bond-009/warn58
3 years ago
Bond-009
4823e68a94
Merge pull request #7151 from jellyfin/dependabot/nuget/FsCheck.Xunit-2.16.4
3 years ago
dependabot[bot]
88e02c5290
Bump FsCheck.Xunit from 2.16.3 to 2.16.4
...
Bumps [FsCheck.Xunit](https://github.com/fsharp/FsCheck ) from 2.16.3 to 2.16.4.
- [Release notes](https://github.com/fsharp/FsCheck/releases )
- [Changelog](https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md )
- [Commits](https://github.com/fsharp/FsCheck/compare/2.16.3...2.16.4 )
---
updated-dependencies:
- dependency-name: FsCheck.Xunit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Bond_009
05836c8cd3
Fix warning SA1414 and CA1849
3 years ago
Cody Robibero
d24683f0ab
Merge pull request #7141 from nyanmisaka/seek-audio
...
Seek the external audio stream
3 years ago
nyanmisaka
8c3f98f41b
Also seek the external audio stream
3 years ago
Cody Robibero
54d24ddeaf
Merge pull request #6866 from Bond-009/timeout
3 years ago
Cody Robibero
188f9632f8
Merge pull request #7138 from nyanmisaka/10bit-boxes
3 years ago
nyanmisaka
ddc2569258
Fix the wrong logic in HEVC VP9 10bit hwdec boxes
3 years ago
Joe Rogers
b43f46d5c9
Make identify flag describe purpose, not source
3 years ago
Cody Robibero
620a5d5e83
Merge pull request #7136 from 1337joe/fix-show-library-scan
...
Fix stuck show library scans
3 years ago
Cody Robibero
9b1965b48a
Merge pull request #7101 from Bond-009/imagejpg
...
Remove incorrect mime type image/jpg
3 years ago
Joe Rogers
a26509a98a
Keep from serializing trailers into database
3 years ago
Aragon
ce61dff4aa
Translated using Weblate (Hebrew)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
3 years ago
adavier
9574d13059
Implement trakt episode links using the implementation from Series.cs
...
The code is the same as `MediaBrowser.Controller/Entities/TV/Series.cs`, using the imdbID to generate Trakt links.
The trakt url for episodes is `https://trakt.tv/episodes/{0} `.
3 years ago
Anthony Lavado
565ebbb643
Merge pull request #7132 from Bond-009/readme
...
Update README.md
3 years ago
Bond_009
4234a657c8
Update README.md
3 years ago
Bond_009
3ab0afdc6b
Remove task cancellation hacks
3 years ago
Bond-009
98962cc21f
Merge pull request #7129 from crobibero/null-check
3 years ago
Cody Robibero
82260e22a2
ADd more null check
3 years ago
Cody Robibero
6b4f5a8663
Merge pull request #7118 from crobibero/audio-stream-null
3 years ago
Shin Khant Maung
f8a6b3b27b
Translated using Weblate (Burmese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/my/
3 years ago