jellyfin-web
jellyfin-web copied to clipboard
Can't edit scheduled task trigger
Describe The Bug Scheduled task triggers can't be modified. It also isn't possible to see the time limit.
Steps To Reproduce
- Go to
Scheduled Tasks
page - Click on a task that has triggers, e.g.
Update Plugins
- Click on one of the triggers
- 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
System (please complete the following information):
- Platform: macOS
- Browser: Firefox
- Jellyfin Version: 10.6.4
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.
shut up stalebot
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.
insert useless comment here that generates activity for the bot to see
this
https://jellyfin.org/docs/general/server/tasks.html
you only get the configuration UI when adding a new trigger to a task.
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.
On 10.8.0 the inputManager log is gone but the triggers are still not editable.
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.
.
Is there really no way to do this? Shouldn't there at least be a config file somewhere we can edit?
@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.
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.