dkanada / jellyfin-plugin-intros

Intros Plugin for Jellyfin
GNU General Public License v3.0
184 stars 39 forks source link

Local file gets analised each time intro is played #61

Open Mavyre opened 1 year ago

Mavyre commented 1 year ago

Each time intro is played, the intro is considered a new media in the library, triggering Item Added notification and being reanalised:

/usr/lib/jellyfin-ffmpeg/ffmpeg -f matroska,webm -ss 00:00:00.702 -i file:/media/Others/prerolls/current/preroll.mp4 -threads 0 -v quiet -vframes 1 -vf "scale=trunc(iw*sar):ih,thumbnail=n=24" -f image2 /cache/temp/edbc083e-3188-4318-bd55-71731bedf7a6.jpg

Is there anyway to disable that?