Plex has a feature that generates thumbnails that can be used when scanning through a video. This feature is explained on these two Plex pages.
Video Preview Thumbnails
What are video preview thumbnails in Plex?
However when these preview files are bring generated the Plex Status page does not show anything even if the “Plex New Transcoder” process is using 100% of your CPU! Can we please add the thumbnail progress (BIF file creation) inside the Status UI page (see image below)?
Phase 1 Simple Solution
Just display a string saying “Thumbnail file generation in progress” so users know something is happening as this will allow users to know when the Thumbnail process is running so they don’t get confused when their CPU usage is high or the performance of Plex slows or effects the performance of other applications on their machine.
Phase 2 More detailed information
Show a list of all the episodes/films that are scheduled to have thumbnail generation. Any shows that are being processed should also show the percentage completed. The actual thumbnails would NOT be displayed on this screen. Thumbnails would only be visible when you playback the episode once the process is complete as per the description links above.
This would be similar in how the Sync / Conversion tabs work currently.
How to vote for this feature
If you’d like to have this feature please give this post a Like. Replying to the thread with “+1” etc doesn’t count.
Additional benefits:
I have noticed a number of threads while researching how to track CPU usage during Thumbnail creation that could likely be solved by adding this information to the status page. Below are a few of the more common ones that usually track back to thumbnail creation when you dig into the logs.
My fans are on high speed until I quit Plex Server even if I am not watching anything.
Plex New Transcoder stuck on 100% even when I stop playing a show/converting a show.
These all usually track back to someone having added some new shows and the thumbnail generation running in the background.
Additional Technical information for implementation:
Implementing should hopefully be a relatively simple process as a lot of the information needed already exists. If you look at the logs for the Plex server when making a Thumbnail BIF file for an episode/film you’ll see something like this:
Aug 18, 2015 15:17:11 [0xebe23b70] DEBUG - Request: [127.0.0.1:42476] PUT /video/:/transcode/session/bif/progress?progress=26.2&size=-22&remaining=-1 (20 live)
This shows the progress as being 26.2% in this example for the file being processed.
Updates
- Added screenshot to help illustrate the lack of info and where it would be useful to have the information placed.
- Added additional clarification to avoid some confusion where people thought the progress would be for every single image
- Fixed edits that got lost in the scheduled downtime for forum maintainable that coincided with an edit I was making.


