jellyfin-web icon indicating copy to clipboard operation
jellyfin-web copied to clipboard

Can't edit scheduled task trigger

Open Nothing4You opened this issue 4 years ago • 7 comments

Describe The Bug Scheduled task triggers can't be modified. It also isn't possible to see the time limit.

Steps To Reproduce

  1. Go to Scheduled Tasks page
  2. Click on a task that has triggers, e.g. Update Plugins
  3. Click on one of the triggers
  4. Nothing happens

Expected Behavior Some sort of task trigger configuration UI shows up.

Logs From browser console:

inputManager: tried to process command with no action assigned: unknown

Screenshots image

System (please complete the following information):

  • Platform: macOS
  • Browser: Firefox
  • Jellyfin Version: 10.6.4

Nothing4You avatar Feb 17 '21 16:02 Nothing4You

Issues go stale after 90d of inactivity. Mark the issue as fresh by adding a comment or commit. Stale issues close after an additional 14d of inactivity. If this issue is safe to close now please do so. If you have any questions you can reach us on Matrix or Social Media.

stale[bot] avatar Jun 02 '21 17:06 stale[bot]

shut up stalebot

Nothing4You avatar Jun 02 '21 18:06 Nothing4You

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or nightlies, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.

stale[bot] avatar Oct 02 '21 01:10 stale[bot]

insert useless comment here that generates activity for the bot to see

Nothing4You avatar Oct 02 '21 01:10 Nothing4You

this

https://jellyfin.org/docs/general/server/tasks.html

you only get the configuration UI when adding a new trigger to a task.

spec1re avatar Feb 10 '22 16:02 spec1re

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.

If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.

This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.

jellyfin-bot avatar Jun 11 '22 02:06 jellyfin-bot

On 10.8.0 the inputManager log is gone but the triggers are still not editable.

Nothing4You avatar Jun 11 '22 16:06 Nothing4You

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.

If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.

This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.

jellyfin-bot avatar Oct 10 '22 02:10 jellyfin-bot

.

Nothing4You avatar Oct 10 '22 08:10 Nothing4You

Is there really no way to do this? Shouldn't there at least be a config file somewhere we can edit?

Magusbear avatar Jan 24 '23 07:01 Magusbear

@Magusbear There are config files in $jellyfin_data_dir/config/ScheduledTasks. The filesnames contain the GUID of the task. To get the GUID you can do grep 'Scan Media Library' $jellyfin_data_dir/data/ScheduledTasks/* (note the data instead of config), just replace Scan Media Library by the task you want to edit. One second is 10000000 ticks, ticks are measured starting from 12:00 AM.

But it's probably much easier to just delete triggers and create new ones.

jkhsjdhjs avatar Jun 01 '23 20:06 jkhsjdhjs

I am on Jellyfin Version: 10.8.10 using Windows 10 and I can add new task triggers but not remove it from the UI, it would just not responding after I tried to delete the task trigger once or multiple times. So I had to located the js file as mentioned by jkhsjdhjs.

averagejooe avatar Aug 20 '23 15:08 averagejooe