@extends('layout.default') @section('breadcrumbs') @endsection @section('page', 'page__automatic-torrent-freeleeches--index') @section('main')

Automatic Torrent Freeleeches

@forelse ($automaticTorrentFreeleeches as $automaticTorrentFreeleech) @empty @endforelse
{{ __('common.position') }} Name Regex Min. Torrent Size {{ __('common.category') }} {{ __('common.type') }} {{ __('common.resolution') }} Freeleech Percentage {{ __('common.created_at') }} {{ __('torrent.updated_at') }} {{ __('common.actions') }}
{{ $automaticTorrentFreeleech->position }} {{ $automaticTorrentFreeleech->name_regex ?? '*' }} {{ App\Helpers\StringHelper::formatBytes($automaticTorrentFreeleech->size ?? 0, 2) }} {{ $automaticTorrentFreeleech->category?->name ?? 'Any' }} {{ $automaticTorrentFreeleech->type?->name ?? 'Any' }} {{ $automaticTorrentFreeleech->resolution?->name ?? 'Any' }} {{ $automaticTorrentFreeleech->freeleech_percentage }}
  • {{ __('common.edit') }}
  • @csrf @method('DELETE')
  • No automated torrent freeleeches
    @endsection @section('sidebar')

    {{ __('common.info') }}

    When a torrent is uploaded that meets the given criteria, the specified freeleech percentage will be automatically applied.
    @endsection