@if (loadError()) { Retry } @else if (loader.showSpinner()) { } @else if (!loader.loading()) {
@if (searchEnabled()) {

Using a very low interval will trigger searches more frequently, increasing indexer load significantly. This can result in rate limit warnings or a ban from your indexer, so be careful!

}
@if (searchEnabled()) {
@if (proactiveSearchEnabled()) { @if (strategyDescription()) {

{{ strategyDescription() }}

}

Replacement searches (triggered when an item is removed from an arr queue) always take priority over proactive searches, regardless of the selection strategy.

}
@if (proactiveSearchEnabled() && instances().length > 0) { @if (instanceError()) {
{{ instanceError() }}
}
@for (instance of instances(); track instance.arrInstanceId) {
{{ instance.instanceName }} {{ instance.instanceType }}
@if (!instance.arrInstanceEnabled) {
Enable this instance in Arr Settings first
} @if (instance.enabled) {
} @if (instance.lastProcessedAt) {
Last processed: {{ instance.lastProcessedAt | date:'medium' }}
}
}
} }
{{ saved() ? 'Saved!' : 'Save Settings' }}
}