Jump to content

Server - Option to ignore media in scans


bigjohn

Recommended Posts

Veggav

Nice! I'm glad you guys got it working. 

This makes a huge difference in scanning time and API hits to google drive. 

Link to comment
Share on other sites

rbjtech

The API is very powerful .. just be careful as it can also cause a lot of damage if used incorrectly ;)

As another example which may be useful for those looking to use the above script example - you can also list all the folder ID's as follows :-

curl -X GET "http://<emby>:8096/emby/Library/SelectableMediaFolders?api_key=<your_api_key>" -H "accept: application/json"

This is likely quicker than finding them all manually if you have lots of libraries.

edit - combine the two.. and you have the start of a Plugin where you could select the libraries you want in the external scan .. 

 

 

 

Edited by rbjtech
  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...