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

Jellyfin: The Free Software Media System

7122 readers
2 users here now

Current stable release: 10.10.7

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 5 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.

top 3 comments
sorted by: hot top controversial new old
[–] jasep@lemmy.world 0 points 6 months ago (1 children)

I don’t have an answer, but I’m curious: why?

[–] bigpEE@lemmy.world 0 points 6 months ago* (last edited 6 months ago) (1 children)

I run jellyfin on my desktop rather than a dedicated HTPC. I'm sure it doesn't matter, but I don't want my computer to be doing jellyfin scheduled tasks when I'm doing something important. While if I'm watching something, my computer's not going to be doing anything other than serving me the content, which seems like an ideal time to do housekeeping

[–] jasep@lemmy.world 1 points 6 months ago

I figured this was the reason, but didn't want to assume. As user Ferk says below, you're actually better off to have the tasks run before playing, rather than on start of playback. Since there's no way for the system to know when that is, I don't know how you'd automate that.

Unless you have noticed performance impacts during your regular workflow, I tend to agree with what you wrote:

I'm sure it doesn't matter