Bond-009
9734892322
Merge pull request #12925 from Bond-009/await
...
Always await instead of directly returning Task
3 days ago
Bond-009
bcdffa74a8
Remove useless checks and dead code ( #13405 )
...
* Remove useless checks and dead code
* Enable adaptive bitrate streaming again
* Disable adaptive bitrate streaming by default
3 days ago
Josh Soref
40da2ccac5
Fix spelling ( #13444 )
...
* spelling: anamorphic
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: associated
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: channelinfo
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: eagerly
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: enumerable
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: greater than/less than
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: greater
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: lineup
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: logs out
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: names
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: paging
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: playlist
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: sanitized
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: saving
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---------
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
3 days ago
Josh Soref
044cf9fb85
chore: fix spelling
...
* a
* acceleration
* addition
* altogether
* api clients
* artist
* associated
* bandwidth
* cannot
* capabilities
* case-insensitive
* case-sensitive
* configuration
* delimiter
* dependent
* diacritics
* directors
* enable
* explicitly
* filters
* finish
* have
* hierarchy
* implicit
* include
* information
* into
* its
* keepalive
* localization
* macos
* manual
* matching
* metadata
* nonexistent
* options
* overridden
* parsed
* parser
* playback
* preferring
* processes
* processing
* provider
* ratings
* retrieval
* running
* segments
* separate
* should
* station
* subdirectories
* superseded
* supported
* system
* than
* the
* throws
* transpose
* valid
* was
link: forum or chat rooms
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
5 days ago
Bond-009
b318f33599
Remove the ability to auto port forward ( #13222 )
6 days ago
Joshua M. Boniface
93b8eade61
Merge pull request #12798 from JPVenson/feature/EFUserData
...
Refactor library.db into jellyfin.db and EFCore
6 days ago
Bond_009
a70200af14
Disable adaptive bitrate streaming by default
1 week ago
Bond_009
3aa1ebb500
Enable adaptive bitrate streaming again
1 week ago
Bond_009
47f798827b
Remove useless checks and dead code
1 week ago
Niels van Velzen
3b8e614819
Prefer ApiKey over api_key in generated URL's ( #13342 )
3 weeks ago
JPVenson
a0c568bc6c
Applied review comments
2 months ago
JPVenson
fe1aab034e
Merge branch 'jellyfin:master' into feature/EFUserData
2 months ago
gnattu
b7f6ccc306
Backport pull request #13113 from jellyfin/release-10.10.z
...
Only do DoVi remux when the client supports profiles without fallbacks
Original-merge: 9464f9e622
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Bond_009 <bond.009@outlook.com>
2 months ago
1hitsong
b03f478867
Fix typo in guide info endpoint comment ( #13117 )
2 months ago
JPVenson
0dd6dacc4f
Merge remote-tracking branch 'origin/master' into feature/EFUserData
2 months ago
gnattu
882f3374ed
Backport pull request #12955 from jellyfin/release-10.10.z
...
Fix trickplay images never being replaced
Original-merge: 9c6454ec46
Merged-by: joshuaboniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
2 months ago
Shadowghost
6e7118eff1
Backport pull request #12934 from jellyfin/release-10.10.z
...
Fix playlists
Original-merge: 8bee67f1f8
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
2 months ago
JPVenson
27b044493a
Backport pull request #12916 from jellyfin/release-10.10.z
...
Added query filter to disregard disabled Providers
Original-merge: 38c08c4fad
Merged-by: joshuaboniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
2 months ago
JPVenson
e8761044c2
Fixed segment providers never presented to UI ( #13060 )
2 months ago
JPVenson
68252ffa1b
Merge branch 'feature/EFUserData' of https://github.com/JPVenson/jellyfin into feature/EFUserData
2 months ago
JPVenson
b39553611d
Applied coding style
2 months ago
JPVenson
427359deee
Merge branch 'master' into feature/EFUserData
3 months ago
Bond-009
ceb850c770
Update projects to .NET 9 ( #13023 )
3 months ago
JPVenson
93adddd7a9
reverted dbg code
3 months ago
JPVenson
aea255f910
Deterministic tests my ***
3 months ago
JPVenson
432cfba2e2
Reverted Test code
3 months ago
JPVenson
056dcf7e81
Added Pipeline debug code
3 months ago
JPVenson
2d4f7f725f
Fixed TopParent not beeing migrated
3 months ago
Bond_009
d2db700402
Always await instead of directly returning Task
...
https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#prefer-asyncawait-over-directly-returning-task
The performance impact is negligible (and it's me saying that!)
3 months ago
JPVenson
0639758abd
Updated all instances of ImmutableList to ImmutableArray
3 months ago
JPVenson
f80fa96453
Removed unused Using
3 months ago
JPVenson
a9f387f19b
Reverted ImmutableList change
3 months ago
JPVenson
bf7e6858d5
Reverted ToImmutableList change
3 months ago
JPVenson
05ffa7b413
Applied Review Comments
4 months ago
JPVenson
3e7ce5e1df
Removed obsolete Score and Similiarity values for search
4 months ago
JPVenson
2955f2f562
Fixed AncestorIds and applied review comments
4 months ago
JPVenson
473628ba3a
Apply suggestions from code review
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 months ago
JPVenson
2014fa56b8
Ported new Item Repository architecture
4 months ago
JPVenson
b09a41ad1f
WIP porting new Repository structure
4 months ago
JPVenson
d3a3d9fce3
Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFUserData
4 months ago
Nyanmisaka
b496f979f0
Clean up deprecated -vsync option ( #12765 )
4 months ago
Tim Eisele
e67dd3fc0e
Add endpoint for getting playlists by id ( #12697 )
4 months ago
gnattu
75bbd30296
Fix get sessions with api key ( #12696 )
4 months ago
Niels van Velzen
4dcae54035
Fix GetTrickplayTileImage operation name ( #12681 )
4 months ago
Niels van Velzen
39747ee80b
Fix media segment operation name ( #12682 )
4 months ago
gnattu
56cf1a581c
Better bitrate and resolution normalization ( #12644 )
4 months ago
gnattu
4502024468
Remove all subtitle options from audio endpoints
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
4 months ago
gnattu
1346ebc134
Don't add subtitle option to audio endpoint
4 months ago
gnattu
c3e889cd41
Conditionally add burn in option for remote source
4 months ago
gnattu
d944f415f3
Let HLS Controller decide if subtitle should be burn in
...
Previously, we predicted whether the subtitle should be burned in with transcode reasons, but that was not accurate because the actual transcoding codec is only determined after the client has requested the stream. This pass through the option to the `DynamicHlsController` to handle the subtitle burn-in during the actual transcoding process. Now the client should be responsible to conditionally load the subtitle when this option is enabled.
4 months ago