aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-12Fix disposable analyzer warnings in SchedulesDirectPatrick Barron
2024-01-12Don't re-use HttpRequestMessage on re-try in SchedulesDirectPatrick Barron
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-09test: add webm testDmitry Lyzo
2024-01-09fix: discard webm if there is an unsupported codecDmitry Lyzo
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>
2024-01-06Auto Discovery Cleanup (#10793)Patrick Barron
* Call GetSmartApiUrl directly in UdpServer.RespondToV2Message GetSmartApiUrl already returns PublishedServerUrl if set. * Rewrite auto discovery using UdpClient and BackgroundService * Respect network address settings in AutoDiscoveryHost * Always listen on broadcast address in Linux for auto-discovery * Await udp server tasks in AutoDiscoveryHost * Only bind to broadcast addresses for IPv4 * Only bind to broadcast if IPv4 is enabled
2024-01-06Fix More Live TV Warnings (#10818)Patrick Barron
* Fix CA1819 in LiveTvManager * Call ConfigureAwait in ChannelManager
2024-01-06Remove some unused client capabilities and sync code (#10812)Niels van Velzen
2024-01-06Merge pull request #10814 from jellyfin/renovate/xunit-dotnet-monorepoBond-009
2024-01-06Merge pull request #10816 from jellyfin/renovate/playlistsnet-1.xBond-009
2024-01-05Translated using Weblate (Georgian)George Salukvadze
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ka/
2024-01-05Translated using Weblate (Spanish (Latin America))newton181
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_419/
2024-01-05Translated using Weblate (Ukrainian)Vasyl Belynets
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uk/
2024-01-05chore(deps): update dependency playlistsnet to v1.4.1renovate[bot]
2024-01-05chore(deps): update dependency xunit to v2.6.5renovate[bot]
2024-01-04chore(deps): update prometheus-net monorepo to v8.2.1 (#10804)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-04Use -noauto{scale,rotate} for disabling auto filters (#10810)Nyanmisaka
`-auto{scale,rotate} 0` has been dropped in upstream FFmpeg. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-01-04Translated using Weblate (Czech)Lukáš Kucharczyk
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
2024-01-04Merge pull request #10805 from jellyfin/renovate/ci-depsBond-009
chore(deps): update alex-page/github-project-automation-plus action to v0.9.0
2024-01-03chore(deps): update alex-page/github-project-automation-plus action to v0.9.0renovate[bot]
2024-01-03AsyncKeyedLock migrationMark Cilia Vincenti
2024-01-02Translated using Weblate (Telugu)Dr Ajay Divvela
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/te/
2024-01-02Merge pull request #10792 from jellyfin/renovate/metabrainz.musicbrainz-6.xBond-009
chore(deps): update dependency metabrainz.musicbrainz to v6