aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-17Merge branch 'master' into livetv-guidemanagerPatrick Barron
# Conflicts: # src/Jellyfin.LiveTv/LiveTvManager.cs
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2024-01-17Move RefreshGuideScheduledTask to Guide folderPatrick Barron
2024-01-17Add IGuideManager servicePatrick Barron
2024-01-17Merge pull request #10858 from barronpm/livetv-tunerhostmanagerBond-009
Add ITunerHostManager service and minor LiveTv cleanup
2024-01-16Merge pull request #10876 from Bond-009/cleanupBond-009
Fix incorrect path check in CleanupCollectionAndPlaylistPathsTask
2024-01-16Fix incorrect path check in CleanupCollectionAndPlaylistPathsTaskBond_009
2024-01-16Translated using Weblate (Georgian)Nick
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ka/
2024-01-16Translated using Weblate (Chinese (Traditional, Hong Kong))SuperDumbTM
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
2024-01-15chore(deps): update dependency svg.skia to v1.0.0.10 (#10480)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-15chore(deps): update dependency diacritics to v3.3.27 (#10862)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-15chore(deps): update dependency xunit to v2.6.6 (#10867)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-15Remove unused Live TV codePatrick Barron
2024-01-15Remove unnecessary allocations in TunerHostManagerPatrick Barron
2024-01-14Fixed disposable not being called (#10613)JPVenson
* Fixed disposable not being called * PulledUp usage of IAsyncDisposable for sessioninfo Co-authored-by: Patrick Barron <barronpm@gmail.com>
2024-01-13Translated using Weblate (Chinese (Traditional, Hong Kong))SuperDumbTM
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
2024-01-12Add ITunerHostManager servicePatrick Barron
2024-01-12Move LiveTV service registration to extension methodPatrick Barron
2024-01-12Move LiveTvConfigurationFactory to Configuration folderPatrick Barron
2024-01-12Add LiveTv configuration extensionPatrick Barron
2024-01-12Merge pull request #10854 from jellyfin/renovate/ci-depsBond-009
chore(deps): update actions/upload-artifact action to v4.1.0
2024-01-12chore(deps): update actions/upload-artifact action to v4.1.0renovate[bot]
2024-01-12Merge pull request #10838 from barronpm/livetv-projectCody Robibero
Move Live TV code to Jellyfin.LiveTv
2024-01-12Remove DLNA-specific DeviceProfile code (#10850)Patrick Barron
* Remove DLNA-specific methods from DeviceProfile * Remove DLNA-specific fields from DeviceProfile * Remove unused DLNA models
2024-01-12chore(deps): update skiasharp monorepo (#10849)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-12Merge pull request #10845 from jellyfin/renovate/ci-depsBond-009
chore(deps): update actions/download-artifact action to v4.1.1
2024-01-10chore(deps): update actions/download-artifact action to v4.1.1renovate[bot]
2024-01-10Translated using Weblate (German)Achim Walz
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2024-01-09Merge pull request #10836 from jellyfin/renovate/dotnet-monorepoBond-009
chore(deps): update dotnet monorepo to v8.0.1
2024-01-09Move StreamHelper to LiveTv projectPatrick Barron
2024-01-09chore(deps): update dotnet monorepo to v8.0.1renovate[bot]
2024-01-09Move RecordingNotifier to LiveTv projectPatrick Barron
2024-01-09Move channels to LiveTv projectPatrick Barron
2024-01-09Move LiveTv to separate projectPatrick Barron
2024-01-09Move LiveTv tests to separate projectPatrick Barron
2024-01-09Move GetRecordingStreamMediaSources to IMediaSourceManagerPatrick Barron
2024-01-08Translated using Weblate (Ukrainian)Vasyl Belynets
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uk/
2024-01-08Translated using Weblate (Latvian)Andrejs
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/
2024-01-08Translated using Weblate (Norwegian Nynorsk)Kent
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nn/
2024-01-08chore(deps): update github/codeql-action action to v3.23.0 (#10832)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-07Merge pull request #10823 from crobibero/date-time-utcBond-009
Specify DateTimeKind when pulling a DateTime out of the database
2024-01-07Merge pull request #10822 from crobibero/service-unavailableBond-009
Respond with Service Unavailable if not in correct network
2024-01-06Use StatusCodes which is already an intCody Robibero
2024-01-06Specify DateTimeKind when pulling a DateTime out of the databaseCody Robibero
2024-01-06Respond with Service Unavailable if not in correct networkCody Robibero
2024-01-06Detect audio spatial format (#9996)Mohamed Akram
* Detect audio spatial format * Update MediaBrowser.Model/Entities/MediaStream.cs * Update MediaStream.cs --------- Co-authored-by: Cody Robibero <cody@robibe.ro>
2024-01-06Add option to use replaygain tags for audio (#10566)TelepathicWalrus
* Add option to use replaygain tags for audio * Change regex to be specific * Use ffprobe for faster metadata grabs * Change regex to .Match
2024-01-06Add nuget.config file to fix NU1507 by only allowing nuget.org as package ↵Dave Senn
source. see: https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping and https://github.com/dotnet/sdk/issues/25379 (#10396)
2024-01-06Remove UserManager Cache (#10781)Patrick Barron
* Remove redundant user cache * Use DI for IPasswordResetProvider and IAuthenticationProvider
2024-01-06Feature/enable gh codespaces (#10324)JPVenson
* Added BindAll network Manager * Updated docs * Update ApplicationHost.cs resolved merge conflicts * Fixed merge issues * Updated Dev container to dotnet * Update Emby.Server.Implementations/ApplicationHost.cs Co-authored-by: Cody Robibero <cody@robibe.ro> * Updates container to include dependencies * Resolved merge conflicts * Updated container config to automate setup more * Updated readme * Enabled auto loading of extensions * fixed recommended list not parsable * Removed obsolete code * Reverted change to virtualize GetAllBindInterfaces * Updated Readme * Update devcontainer.json --------- Co-authored-by: Cody Robibero <cody@robibe.ro>