| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Update deps
|
|
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
|
|
|
|
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fil/
|
|
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
|
|
|
|
Fix broken webserver caused by dotnet publish. Temp Fix for #2255
|
|
This should be considered a temp fix, as it fixes the symptom and not
the actual root cause of the issue. Why this works? I *feel like* this is
a dependency issue and this change forces it to evalute dependencys in a
different order, avoiding the bug.
|
|
Fix spacing logs
|
|
|
|
Removed old 'automatic restart after update' features
|
|
Fix another issue with DLNA responses not properly paginating
|
|
fix an issue that could not correctly determine 'IsSecondaryAudio' in some cases.
|
|
|
|
|
|
Add transcoding framerate info
|
|
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
|
|
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
|
|
|
|
The `UserRootFolder.GetItemsInternal` method now applies any sorting and
pagination requested by the `InternalItemsQuery` that was passed to it.
Previous pagination fix: #2304
Original issue #2303
|
|
fix an issue that could not correctly determine 'IsSecondaryAudio' in some cases.
|
|
Remove FileSystem.GetStream
|
|
|
|
|
|
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
|
|
Kestrel doesn't like sync IO operations
|
|
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
|
|
|
|
Add check if output container supports "global_header" flag
|
|
Fix a few more tests for music and episodes
|
|
Enable path mapping in `PlaybackInfo` endpoint
|
|
|
|
|
|
Fix pagination for DLNA root folder list
|
|
Also has the effect of updating ffmpeg to 4.1
|
|
Allow for native building of Docker images. Use buildx if
cross-compilation is needed.
|
|
Previously, when responding to a DLNA "Browse" request, the
`StartingIndex` was not respected and all of the root items were
returned each time. This caused infinite loops with in DLNA clients that
ignored the `TotalMatches` data in the response and just continued
asking for the next page until they got an empty response.
This fix makes the root folder list respect the `StartingIndex` and
`RequestedCount` parameters like all other responses.
Fixes issue #2303
|
|
|
|
|
|
Fix a couple of tests
|
|
Split CI YAML files and update code coverage collection
|
|
|
|
|
|
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/
|
|
* Fix Docker Arm Nightly
Updated image base.
There was an error for libssl missing. I attempted to add libssl1.0.0 but it wasn't found so I fell back to libssl-dev.
Much more work needs to be done. ffmpeg is still debian based. I attempted to add jellyfin-ffmpeg but I was having too many issues so I'm saving it for another day, but it at least builds out successfully.
* Fix docker arm64 nightly
|
|
Add back support for DVDs copied as folders
|