aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data/CleanDatabaseScheduledTask.cs
AgeCommit message (Collapse)Author
2025-05-11Fix extracted data cleanup in cleanup post scan task (#14083)Tim Eisele
2025-04-03Cleanup extracted files (#13760)Tim Eisele
* Cleanup extracted files * Pagination and fixes * Add migration for attachments to MigrateLibraryDb * Unify attachment handling * Don't extract again if files were already extracted * Fix MKS attachment extraction * Always run full extraction on mks * Don't try to extract mjpeg streams as attachments * Fallback to check if attachments were extracted to cache folder * Fixup
2025-03-25WIP fixed namespacesJPVenson
2025-03-23Remove all DB data on item removal, delete internal trickplay files (#13753)Tim Eisele
2025-01-15Applied review commentsJPVenson
2024-11-17Applied coding styleJPVenson
2024-10-22Made Clean task asyncJPVenson
2024-10-10Refactored ItemValue structureJPVenson
2022-12-05Replace != null with is not nullBond_009
2020-06-15fix SA1508telans
2020-06-05Use typed logger where possiblecrobibero
2020-03-11Merge branch 'master' into warn17Bond-009
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2019-12-11More warnings (removed)Bond_009
2019-11-27Fix more warningsBond_009
2019-02-09Removed some unused fieldsBond_009
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part A-DaErwin de Haan
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-08-12expand on hardware decoding optionsLuke Pulverenti
2017-07-02update opening of live streamsLuke Pulverenti
2017-06-30add perfect match indicator to subtitle editorLuke Pulverenti
2017-05-06update nugetLuke Pulverenti
2017-03-13improve clean db taskLuke Pulverenti
2017-01-10update offline detectionLuke Pulverenti
2016-11-20update db initLuke Pulverenti
2016-11-19move sync repository to portable projectLuke Pulverenti
2016-11-18begin to rework repositoriesLuke Pulverenti