pgriffith 88 Posted January 17, 2021 Posted January 17, 2021 Hi All Just upgraded and moved Emby to new hardware, used the back tool plugin to do the migration. I had a very old installation of Emby which was in the MediaBrowser-Server folder. I have two lines (bolded below) that shows Emby trying to monitor two directories that no longer exist, how can I remove these entries? I've looked through every xml file I can think of on the server to no avail. Cheers 2021-01-17 15:22:11.492 Info LibraryMonitor: Watching directory \\MEDIACENTER\Media1\Animated 2021-01-17 15:22:11.492 Info LibraryMonitor: Watching directory \\MEDIACENTER\Media1\TV Episodes 2021-01-17 15:22:11.492 Info LibraryMonitor: Watching directory \\MEDIACENTER\Media1\Movies 2021-01-17 15:22:11.493 Info LibraryMonitor: Watching directory \\MEDIACENTER\Media1\XXX 2021-01-17 15:22:11.493 Info LibraryMonitor: Watching directory \\MEDIACENTER\Media2\Animated 2021-01-17 15:22:11.494 Info LibraryMonitor: Watching directory \\MEDIACENTER\Media2\Movies 2021-01-17 15:22:11.495 Info LibraryMonitor: Watching directory \\MEDIACENTER\Media2\TV Episodes 2021-01-17 15:22:11.496 Info LibraryMonitor: Watching directory \\MEDIACENTER\Media2\XXX 2021-01-17 15:22:11.497 Info LibraryMonitor: Watching directory \\MEDIACENTER\Media3\Animated 2021-01-17 15:22:11.498 Info LibraryMonitor: Watching directory \\MEDIACENTER\Media3\Movies 2021-01-17 15:22:11.499 Info LibraryMonitor: Watching directory \\MEDIACENTER\Media3\TV Episodes 2021-01-17 15:22:11.500 Info LibraryMonitor: Watching directory \\MEDIACENTER\Media3\XXX 2021-01-17 15:22:11.501 Info LibraryMonitor: Watching directory \\MEDIACENTER\Music 2021-01-17 15:22:11.503 Info LibraryMonitor: Watching directory \\MEDIACENTER\Photos 2021-01-17 15:22:11.505 Info Server: http/1.1 GET http://10.0.0.3:8096/emby/System/Info?X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome&X-Emby-Device-Id=5d6807df7d8a454ef791dec82a059286&X-Emby-Client-Version=4.5.4.0. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 2021-01-17 15:22:11.508 Info LibraryMonitor: Watching directory \\NAS\RAID5\Media\Animated 2021-01-17 15:22:11.508 Info LibraryMonitor: Watching directory \\nas\RAID5\Media\Audio Books 2021-01-17 15:22:11.509 Info LibraryMonitor: Watching directory \\NAS\RAID5\Media\Movies 2021-01-17 15:22:11.509 Info LibraryMonitor: Skipping realtime monitor for C:\Users\Griff\AppData\Roaming\MediaBrowser-Server\data\camerauploads because the path does not exist 2021-01-17 15:22:11.509 Info LibraryMonitor: Skipping realtime monitor for C:\Users\Griff\AppData\Roaming\MediaBrowser-Server\data\collections because the path does not exist 2021-01-17 15:22:11.509 Info App: Entry point completed: Emby.Server.Implementations.IO.LibraryMonitorStartup. Duration: 0.2417303 seconds 2021-01-17 15:22:11.509 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint 2021-01-17 15:22:11.509 Info LibraryMonitor: Watching directory C:\Users\Griff\AppData\Roaming\Emby-Server\programdata\data\camerauploads 2021-01-17 15:22:11.509 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint. Duration: 8.25E-05 seconds 2021-01-17 15:22:11.509 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.KeepServerAwake 2021-01-17 15:22:11.509 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.KeepServerAwake. Duration: 3.82E-05 seconds 2021-01-17 15:22:11.509 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier 2021-01-17 15:22:11.509 Info LibraryMonitor: Watching directory \\NAS\RAID5\Media\TV Episodes 2021-01-17 15:22:11.510 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier. Duration: 0.0002736 seconds 2021-01-17 15:22:11.510 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.ServerEventNotifier 2021-01-17 15:22:11.510 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.ServerEventNotifier. Duration: 0.0001939 seconds 2021-01-17 15:22:11.510 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.StartupWizard 2021-01-17 15:22:11.510 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.StartupWizard. Duration: 6.27E-05 seconds 2021-01-17 15:22:11.510 Info LibraryMonitor: Watching directory \\NAS\RAID5\Media\XXX
Luke 42090 Posted January 17, 2021 Posted January 17, 2021 Hi, did you move anything over manually in addition to running the backup restore?
Happy2Play 9785 Posted January 17, 2021 Posted January 17, 2021 Since this is a really old build backup you will need to look at "C:\Users\username\AppData\Roaming\Emby-Server\programdata\root\default\Collections\options.xml" and change path to "%AppDataPath%\collections", but not sure on cameraupload. I suspect this setup was before token paths were added.
pgriffith 88 Posted January 18, 2021 Author Posted January 18, 2021 @Luke Nope, just used the standard backup restore, nothing manual. Only thing I tried to do after that fact was a People Backup restore, but that was an abject failure, that plugin is awful. A side question, I see in older posts you said you intended to bring back the ImagesByName folder functionality, did that ever happen? @Happy2Play Checked that file, and it's already set to that path <MediaPathInfo> <Path>%AppDataPath%\collections</Path> </MediaPathInfo>
Happy2Play 9785 Posted January 18, 2021 Posted January 18, 2021 3 hours ago, pgriffith said: A side question, I see in older posts you said you intended to bring back the ImagesByName folder functionality, did that ever happen? It is coming back in 4.6 but each per folder will/should contain tmdbid as. But if it is unavailable when imported it will not. It is odd the library would be looking in the old location still though. But would assume the is a config somewhere as a new install would have those two path in programdata not in root server folder now.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now