luzpaz
6fda268892
Merge pull request #13453 from luzpaz/extentions-typo
...
Fix source typo
4 weeks ago
Bond-009
9734892322
Merge pull request #12925 from Bond-009/await
...
Always await instead of directly returning Task
4 weeks 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
4 weeks 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>
4 weeks ago
Joshua M. Boniface
93b8eade61
Merge pull request #12798 from JPVenson/feature/EFUserData
...
Refactor library.db into jellyfin.db and EFCore
1 month ago
Bond_009
47f798827b
Remove useless checks and dead code
1 month ago
Daniyar Alpyspayev
2614fecf8d
move to new System.Threading.Lock type for better performance
2 months ago
JPVenson
0dd6dacc4f
Merge remote-tracking branch 'origin/master' into feature/EFUserData
3 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>
3 months ago
JPVenson
b39553611d
Applied coding style
3 months ago
JPVenson
508b27f156
Fixed Duplicate returns on grouping
...
Fixed UserDataKey not stored
4 months ago
JPVenson
dfbbbf023d
reverted tag enumeration
4 months ago
JPVenson
4959232b27
Fixed tags aggregation
4 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!)
4 months ago
JPVenson
0639758abd
Updated all instances of ImmutableList to ImmutableArray
4 months ago
JPVenson
76df4c48bc
Changed from ImmuntableList to ImmutableArray
4 months ago
JPVenson
b73985e04f
Expanded People architecture and fixed migration
5 months ago
JPVenson
439a997fca
Readded custom serialisation
5 months ago
JPVenson
3e7ce5e1df
Removed obsolete Score and Similiarity values for search
5 months ago
JPVenson
b09a41ad1f
WIP porting new Repository structure
5 months ago
JPVenson
be48cdd9e9
Naming refactoring and WIP porting of new interface repositories
5 months ago
elfalem
9ec85a0f18
Allow Playlists access for users with allowed tags configured ( #12686 )
5 months ago
gnattu
97d2f778f8
Only sort item by width when they have the same path ( #12626 )
5 months ago
Bond-009
e10b986ea0
Backport pull request #12558 from jellyfin/release-10.9.z
...
Fix alt version name generation
Original-merge: 70f4f2e8c2
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
6 months ago
Bond-009
7631956451
Backport pull request #12550 from jellyfin/release-10.9.z
...
Create and use FormattingStreamWriter
Original-merge: cd2f2ca178
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
6 months ago
Niels van Velzen
cc2f91b331
Merge pull request #12547 from Bond-009/userdatamanager
...
Clean up UserDataManager
6 months ago
Bond_009
97a02f5803
Remove BOM from UTF-8 files
...
I think some people need to change their IDE configuration ;)
6 months ago
Bond_009
277830855d
Clean up UserDataManager
...
* enable nullable
* remove unused methods
* fix warnings and docs
6 months ago
Cody Robibero
8c3f3c503b
Merge pull request #11665 from Bond-009/getuserbyid
6 months ago
Bond-009
7691b11f33
Merge pull request #12454 from theguymadmax/local-svg
...
Allow svg for local images
6 months ago
Bond-009
549c01c736
Merge pull request #12457 from lostb1t/feature/boxset-sort
...
Add support for ItemSortBy values in BoxSet
6 months ago
LJQ
bfec336549
Pass Series Display Order information to SeasonInfo
6 months ago
lostb1t
4344b951a6
make Sort private and use Enum parse
6 months ago
lostb1t
0b7dc7ff64
use default enum for unordered
6 months ago
lostb1t
e59eac6a07
filter in special display order
6 months ago
lostb1t
f737fad43a
Rework get children functions to support ItemSortBy values
6 months ago
theguymadmax
065ec7ec0b
Allow svg for local images
6 months ago
Bond_009
a90316b4d9
Replace UserId with User in NextUpQuery
7 months ago
Bond_009
09f4477510
Replace UserId with User in UserViewQuery
7 months ago
Bond_009
c680dbb53e
Use User overload of UserDataManager.SaveUserData when possible
7 months ago
JPVenson
00eb6c0d6f
Add media segments API ( #12345 )
...
* Added Media segment manager
* Added "HasSegments" to MediaSourceInfo when requesting though baseitem
* Fixed ordering of Media Segements
* Added media segment API controller
* Added .ConfigureAwait(false) on media segments manager
* renamed MediaSegmentsController
removed empty route
* Added Model layer for Media Segments
Fixed review comments Media segments
* Updated media segment naming
refactored api and manager usage
* Added mediaSegment type filter
* Fixed codesmell
* Fixed naming and typos
* Added EF Migration
* Added Identity Generation for MediaSegments
Made mediasegment filter optional
* Fixed optional filter parameter
* refactored segment namespace
* Added SegmentProviderId to MediaSegment
* Media segment comment indentation
* Added MediaSegmentManager query notracking
7 months ago
Bond_009
d3f0346f04
Enable nullable for UserItemData
...
MetadataResult.GetOrAddUserData doesn't ever get used and is probably broken since the migration to .NET Core as it still expects a Guid for userId
7 months ago
ItsAllAboutTheCode
24f355a779
Changed `GetThemeMedia` to support SortBy/Order options ( #12167 )
...
* Changed `GetThemeMedia` to support SortBy/Order options
The `GetThemeMedia, `GetThemeVideos` and `GetThemeSongs` functions can optionally sort the results based based on passing an ItemSortBy type and a SortOrder.
This is intended to be used by jellyfin-web in order to allow users to control the order of theme playback.
See PR: https://github.com/jellyfin/jellyfin-web/pull/5714
* Update MediaBrowser.Controller/Entities/BaseItem.cs
Fix the `GetThemeVideos` two argument overload having both parameters defaulted.
For the two argument overload, both parameters are required.
7 months ago
nielsvanvelzen
a8ac58fd5b
Backport pull request #12240 from jellyfin/release-10.9.z
...
Fix season handling ("Season Unknown" / unneccesary empty seasons)
Original-merge: c1f7ccbca4
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
7 months ago
Cody Robibero
b026772764
Move external url listing to provider for plugin use ( #12279 )
7 months ago
Shadowghost
9eab2bfe41
Backport pull request #12050 from jellyfin/release-10.9.z
...
Fix season handling
Original-merge: 4601097d3e
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
8 months ago
Shadowghost
6734450d40
Backport pull request #12025 from jellyfin/release-10.9.z
...
Fix empty image folder removal for legacy locations
Original-merge: 476dc01f4d
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
8 months ago
Shadowghost
81e38e772b
Backport pull request #12134 from jellyfin/release-10.9.z
...
Only cleanup children on specific exceptions
Original-merge: 6cf98d4930
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
8 months ago
Bond-009
7b40c6fef1
Merge pull request #11971 from jellyfin/revert-11615-patch-1
...
Revert "Allow collection sort by Release Date Descending"
9 months ago
Shadowghost
bb0c234984
Backport pull request #11959 from jellyfin/release-10.9.z
...
Do not stop validation if folder was removed
Original-merge: cf59140276
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
9 months ago