Oracle 84 Posted August 15, 2022 Posted August 15, 2022 Hello, Is this possible, and can someone break it down for me like a toddler? Thanks!
rbjtech 4996 Posted August 15, 2022 Posted August 15, 2022 One of the easiest ways is just to use curl to send a web request to the emby server. Create an API key in emby(using the 'Advanced/API Keys' section) Then replace the emby IP and API key below with your values - and it will force a library scan. use the logs in debug mode to check it works. curl -X POST "http://<emby-server-ip>:8096/emby/Library/Refresh?api_key=<your_api_key>" -H "accept: */*" 1
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