this post was submitted on 14 Jan 2025
12 points (100.0% liked)

Jellyfin: The Free Software Media System

5895 readers
115 users here now

Current stable release: 10.10.4

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 4 years ago
MODERATORS
 

Rather than manually or periodically letting tasks run from Scheduled Tasks, is there a way to run tasks when I start playing a file? For instance, if I start playing an episode of a show I'd like to at least have jellyfin check for matching subtitles and scan it for intro-skipper audio fingerprints.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 week ago* (last edited 1 week ago)

I assume you'd want the scripts to run right before playback starts, not on start.

Otherwise, updates (on subtitles, chapters, intro skipping, etc.) won't be reflected on the video, since it would be already playing and the remote player does not get those updated mid-playback.

The playback would have to wait for the script to be finished before it actually starts playing. So this can potentially introduce a lot of delay. However, it'd be a good idea as an optional add-on.