mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #10356] [CLOSED] Change initialization of root folders to app startup #12268
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#12268
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/10356
Author: @Dangles91
Created: 10/7/2023
Status: ❌ Closed
Base:
master← Head:feature/root-folder-entry📝 Commits (3)
c8e1962Initialize library root folders on startupa21b1aaInitialize root folders before startup tasks24a2e73Skip creating root folders if already initialized📊 Changes
27 files changed (+254 additions, -220 deletions)
View changed files
📝
Emby.Dlna/ContentDirectory/ControlHandler.cs(+3 -3)📝
Emby.Server.Implementations/ApplicationHost.cs(+3 -0)📝
Emby.Server.Implementations/Collections/CollectionManager.cs(+1 -1)📝
Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs(+2 -2)📝
Emby.Server.Implementations/IO/LibraryMonitor.cs(+1 -1)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+13 -156)📝
Emby.Server.Implementations/Library/UserViewManager.cs(+2 -2)📝
Emby.Server.Implementations/Library/Validators/CollectionPostScanTask.cs(+1 -1)📝
Emby.Server.Implementations/Playlists/PlaylistManager.cs(+2 -2)📝
Emby.Server.Implementations/TV/TVSeriesManager.cs(+1 -1)📝
Jellyfin.Api/Controllers/ItemsController.cs(+2 -2)📝
Jellyfin.Api/Controllers/LibraryController.cs(+9 -9)📝
Jellyfin.Api/Controllers/LiveTvController.cs(+2 -2)📝
Jellyfin.Api/Controllers/UserLibraryController.cs(+10 -10)📝
Jellyfin.Api/Controllers/UserViewsController.cs(+1 -1)📝
Jellyfin.Api/Controllers/VideosController.cs(+2 -2)📝
MediaBrowser.Controller/Entities/BaseItem.cs(+2 -2)📝
MediaBrowser.Controller/Entities/CollectionFolder.cs(+1 -1)📝
MediaBrowser.Controller/Entities/Folder.cs(+2 -2)📝
MediaBrowser.Controller/Entities/Movies/BoxSet.cs(+2 -1)...and 7 more files
📄 Description
Changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.