During some movies where there is a fade to black and then a hard cut to a bright scene, I’m seeing a “Skip commercial” button appearing in the corner. There are no commercials in the movie though. I do use Intro Skipper with Jellyfin (my media backend). I verified that Intro Skipper is not analyzing movies at all so that’s not the issue.
Anyone else seeing this issue during movie playback? It would be nice to have a setting to disable “Skip commercials” for movies.
I found the issue. I have the “Chapter Segments” plugin enabled in Jellyfin. It appears to scan all media and has a regex that seems too broad. For example, the movie I was watching has chapter titles embedded and the specific chapter that had just started when the “Skip commercial” button displayed had the word “Breakfast” in the title. Chapter Segments has the following regex for commercials: break|ad|advertisement|intermission It appears break is being found in “Breakfast” and that is what is treating that chapter as a commercial.
I disabled the plugin, cleared Jellyfin’s cache, restarted Jellyfin and Infuse, and then had Infuse do a metadata update. “Skip commercial” is now gone. Thanks for your suggestion as that lead me to the solution.