Jump to content

delete all video preview thumbnails


johnsonflix
Go to solution Solved by johnsonflix,

Recommended Posts

johnsonflix

I originally had this feature on but now it is taking up too much space and I will enable again once I expand. I disabled the feature but now how do we cleanup and remove all the video preview thumbnails? 

Link to comment
Share on other sites

HI, there is no built-in way to do this. You'd have to do a recursive search on the server metadata folder and delete all .bif files.

Link to comment
Share on other sites

  • Solution
johnsonflix

Thanks Luke. This worked it seems. 

find /var/lib/emby -type f -name "*.bif" -exec rm -f {} +

  • Thanks 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...