Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

torznab - permalinks in results #375

Open
2 tasks done
rraymondgh opened this issue Jan 27, 2025 · 0 comments · May be fixed by #377
Open
2 tasks done

torznab - permalinks in results #375

rraymondgh opened this issue Jan 27, 2025 · 0 comments · May be fixed by #377
Labels
enhancement New feature or request

Comments

@rraymondgh
Copy link
Contributor

rraymondgh commented Jan 27, 2025

  • I have checked the existing issues to avoid duplicates
  • I have redacted any info hashes and content metadata from any logs or screenshots attached to this issue

Is your feature request related to a problem? Please describe

The primary arrs (Prowlarr, sonarr, radarr) will build a permalink passed as <comments> element is RSS results in respective UI. This significantly enhances usability. Clicking on a result allows user to view all details that bitmagnet has on a torrent.

<div class="SearchIndexRow-sortTitle-sQqo7 SearchIndexRow-cell-PeDn7 VirtualTableRowCell-cell-_Qpcm TableRowCell-cell-giPrj" title="">

  <a href="**comments**" target="_blank" rel="noreferrer" class="Link-link-RInnp Link-to-kylTi" title="*redact*">
    <div>*redact*</div>
  </a>
</div>

Describe the solution you'd like

torznab spec and implementations done by arrs are not 100% inline. For completeness, populate:

  • <comments> element
  • <link> element
  • coverurl attribute
    with same value "/webui/torrents/permalink/" + t.InfoHash.String()

Analysis of Prowlarr code base. prowlarr torznab parser - comments

@rraymondgh rraymondgh added the enhancement New feature or request label Jan 27, 2025
@rraymondgh rraymondgh linked a pull request Jan 27, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant