Riven
Riven TUI

Actions

Running mutations against a media item from the Riven TUI

From an item detail screen, press a to open the actions menu. It lists the actions available for that item's type, runs a GraphQL mutation when you confirm one, and reports whether it succeeded.

Using the actions menu

KeyAction
/ or k/jMove between actions
enterSelect an action, or confirm/cancel a prompt
escCancel the current selection, or close the menu
aToggle the menu open/closed

Selecting an action shows a Are you sure? confirmation (defaulting to "No") before it runs. Once it completes, the menu shows a success or error message; pressing any key closes the menu.

Actions like resetting a media item are destructive - they clear streams and filesystem entries for the item. Confirm the target item before running one.

Built-in actions

ActionApplies toDescription
Blacklist active streamMovie, Show, Season, EpisodeBlacklists the currently active stream and searches for a replacement. Only shown when the item has an active stream.
Remove requestMovie, ShowRemoves the item request, halting further processing.
Reset media itemMovie, Show, Season, EpisodeResets the media item to its original state, clearing streams and filesystem entries.

On this page