aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2023-10-07Pass cancellation tokenStepan Goremykin
2023-10-07Remove redundant castStepan Goremykin
2023-10-07Remove redundant SuppressFinalize callStepan Goremykin
2023-10-07integrate development from v1herby2212
2023-10-07Switch to named placeholdersherby2212
2023-10-06Translated using Weblate (Pirate (pr))[ ]
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pr/
2023-10-06Reduce string allocationsBond_009
Some simple changes to reduce the number of allocated strings
2023-10-05Don't create non existent persons in LibraryManager.GetPersonBond_009
return null instead. GetStudio, GetGenre, GetMusicGenre, GetYear, GetArtist still create a new one when the requested one doesn't exist Fixes #3901
2023-10-04Add SystemManager servicePatrick Barron
2023-10-04Translated using Weblate (French)Artnal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2023-10-04Translated using Weblate (Spanish)Piranha
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
2023-10-04Merge pull request #10331 from barronpm/minor-cleanupBond-009
2023-10-03Merge pull request #10222 from Bond-009/photosClaus Vium
2023-10-03Reduce nesting in SessionManager.OnPlaybackStoppedPatrick Barron
2023-10-03Use DI for IFileSystemPatrick Barron
2023-10-03Merge pull request #10323 from hagaygo/masterBond-009
2023-10-03Merge pull request #10261 from barronpm/ihostlifetimeBond-009
2023-10-03Merge pull request #10219 from Bond-009/zfsBond-009
2023-10-02Apply suggestions from code reviewPatrick Barron
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2023-10-02Re-add shutdown/restart methodsPatrick Barron
2023-10-02Translated using Weblate (Malay)officialdanielamani
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ms/
2023-10-02Translated using Weblate (Danish)Oliver Bastholm
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/
2023-10-02allow repeated same tv guide m3u channels , issue 6527Hagay Goshen
2023-09-29Clear active sessions on application stoppingPatrick Barron
2023-09-28Translated using Weblate (Kannada)Anand CU
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kn/
2023-09-27Ignore .zfs folderBond_009
Maybe helps with #10215 ?
2023-09-27PhotoResolver: change how generated images are detectedBond_009
Backdrops/fanart are generated as (backdrop)|(fanart)[0-9]*.extension Fixes #7830
2023-09-25Translated using Weblate (Cherokee)trailfullideal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/chr/
2023-09-24Translated using Weblate (Assamese)trailfullideal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/as/
2023-09-24Translated using Weblate (Zulu)trailfullideal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zu/
2023-09-24Added translation using Weblate (Cherokee)trailfullideal
2023-09-23Migrate to customizable cast receiver configCody Robibero
2023-09-23Use IHostLifetime to handle restarting and shutting downPatrick Barron
2023-09-22Merge pull request #10218 from Bond-009/librarymonitorCody Robibero
2023-09-22Merge pull request #10234 from Shadowghost/cleanup-playlists-taskCody Robibero
2023-09-18Address review commentsBond_009
2023-09-18Update ↵Tim Eisele
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-09-18Translated using Weblate (Slovenian)atomicmind
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
2023-09-17Update ↵Tim Eisele
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-09-17Update ↵Tim Eisele
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-09-17Update ↵Tim Eisele
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-09-16Translated using Weblate (Dutch)Tycho Brouwer
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2023-09-16Apply review suggestionsShadowghost
2023-09-16Extend collections cleanup task to include playlists tooShadowghost
2023-09-13Minor LibraryMonitor improvementsBond_009
* Enable nullable * Add a fast return to ReportFileSystemChanged when path should be ignored * Use Span overloads of Path.* functions where possible * IFileSystem: remove NormalizePath as Path.TrimEndingDirectorySeparator already checks if it's a root path
2023-09-12Merge pull request #10056 from Bond-009/nullable2Bond-009
2023-09-11Merge pull request #10200 from thornbill/next-up-continueClaus Vium
Add option to include resumable items in next up requests
2023-09-11Remove existing sessions for a user on the same device on loginBill Thornton
2023-09-06Add option to include resumable items in next up requestsBill Thornton
2023-09-06Remove unused variableBill Thornton