@php echo ''; @endphp {{ config('other.title') }}: {{ $rss->name }} {{ config('app.url') }} {{ __('This feed contains your secure rsskey, please do not share with anyone.') }} {{ config('other.title') }} {{ now()->year }} en-us {{ now()->toRssString() }} 5 @if($torrents) @foreach($torrents as $torrent) {{ $torrent['name'] }} {{ $torrent['category']['name'] }} {{ $torrent['size'] }} {{ route('torrent.download.rsskey', ['id' => $torrent['id'], 'rsskey' => $user->rsskey ]) }} {{ $torrent['id'] }} Name: {{ $torrent['name'] }}
Category: {{ $torrent['category']['name'] }}
Type: {{ $torrent['type']['name'] }}
Resolution: {{ $torrent['resolution']['name'] ?? 'No res' }}
Size: {{ App\Helpers\StringHelper::formatBytes($torrent['size'], 2) }}
Uploaded: {{ \Illuminate\Support\Carbon::createFromTimestampUTC($torrent['created_at'])->diffForHumans() }}
Seeders: {{ $torrent['seeders'] }} | Leechers: {{ $torrent['leechers'] }} | Completed: {{ $torrent['times_completed'] }}
Uploader: @if(!$torrent['anon'] && $torrent['user']) {{ __('torrent.uploaded-by') }} {{ $torrent['user']['username'] }} @else {{ __('common.anonymous') }} {{ __('torrent.uploader') }} @endif
@if (($torrent['category']['movie_meta'] || $torrent['category']['tv_meta']) && $torrent['imdb'] != 0) IMDB link:tt{{ $torrent['imdb'] }}
@endif @if ($torrent['category']['movie_meta'] && $torrent['tmdb_movie_id'] > 0) TMDB link: {{ $torrent['tmdb_movie_id'] }}
@elseif ($torrent['category']['tv_meta'] && $torrent['tmdb_tv_id'] > 0) TMDB link: {{ $torrent['tmdb_tv_id'] }}
@endif @if (($torrent['category']['tv_meta']) && $torrent['tvdb'] != 0) TVDB link:{{ $torrent['tvdb'] }}
@endif @if (($torrent['category']['movie_meta'] || $torrent['category']['tv_meta']) && $torrent['mal'] != 0) MAL link:{{ $torrent['mal'] }}
@endif @if ($torrent['internal'] == 1) This is a high quality internal release! @endif

]]>
@if(!$torrent['anon'] && $torrent['user']) {{ __('torrent.uploaded-by') }} {{ $torrent['user']['username'] }} @else {{ __('common.anonymous') }} {{ __('torrent.uploader') }} @endif {{ \Illuminate\Support\Carbon::createFromTimestampUTC($torrent['created_at'])->toRssString() }}
@endforeach @endif