Search the Community
Showing results for tags 'Command Line'.
-
My file system that isn't compatible with real time monitoring. I upload movies and series several times per day and I don't want to do a full scan for the whole library every time I add a new movie. The following curl command curl -d '{"Updates":[{"path":"/path/my-movies/movie (2020)/movie (2020).mkv","updateType":"Created"}]}' -H "Content-Type: application/json" -X POST http://localhost:8096/emby/Library/Media/Updated?api_key=my-apI-key When I ran this command I can see on Emby debug logs a message that says: New file refresher created for "/path/my-movies/movie (2020)/movie (2020).mkv" However the file doesn't seem to be scanned. Am I doing something wrong? Isn't it possible to force the scan of one individual file rather than the whole library? thanks
- 13 replies
-
- autoscan
- command line
-
(and 2 more)
Tagged with:
-
I need some help with this fresh install of Emby on Bare Metal. emby-server-deb_4.0.2.0_amd64.deb bc@ubuntu:~$ sudo dpkg -i emby-server-deb_4.0.2.0_amd64.deb dpkg-deb: error: 'emby-server-deb_4.0.2.0_amd64.deb' is not a Debian format archive dpkg: error processing archive emby-server-deb_4.0.2.0_amd64.deb (--install): dpkg-deb --control subprocess returned error exit status 2 Errors were encountered while processing: emby-server-deb_4.0.2.0_amd64.deb bc@ubuntu:~$ ls -l total 0 -rw-rw-r-- 1 bc bc 0 Mar 3 01:46 emby-server-deb_4.0.2.0_amd64.deb bc@ubuntu:~$ dpkg-deb: error: 'emby-server-deb_4.0.2.0_amd64.deb' is not a Debian format archive
-
Logs spit out on console when starting emby-server from command line
bradford posted a topic in Linux
Since 3.1 (I think), whenever I restart emby-server using the command /etc/init.d/emby-server restart or service emby-server restart (or with start instead of restart) it starts spewing out log information on what appears to be stdout. Has anyone else had this issue? Also, it doesn't seem that triggering a restart from the management page works - it kills emby-server, but I have to manually start it (which is why I noticed this problem in the first place).- 2 replies
-
- logs
- command line
-
(and 1 more)
Tagged with:
-
Hi does anyone know the exact name that Windows 8.1 uses for media browser from the metro start menu. I am trying to make a batch file to load media browser, this way I can put a entry to go straight to the app from media centre. It's not media browser by the way lol.. here is an example for loading the weather app cmd.exe /c start "" "bingweather:" bigweather is the actual real name of the metro weather app. any help would be appreciated thank you