IMDB, TVDB. OMDB IDs Not Exposed in API Results #376

Closed
opened 2026-02-20 09:42:07 -05:00 by deekerman · 1 comment
Owner

Originally created by @sysmoon14 on GitHub (Nov 30, 2021).

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

trying to use Prowlarr in conjunction with Nabarr , but it's failing because I'm not getting any tvdb, tmdb or imdb IDs back from Prowlarr.

This item from DOGnzb via Prowlarr look like this:

<newznab:attr name="category" value="5000" />
<newznab:attr name="category" value="5040" />
<newznab:attr name="rageid" value="0" />
<newznab:attr name="thetvdb" value="0" />
<newznab:attr name="imdb" value="0000000" />
<newznab:attr name="tmdb" value="0" />
<newznab:attr name="files" value="0" />

but the same item direct from DOGnzb's API returns:

<newznab:attr name="category" value="5000"/>
<newznab:attr name="category" value="5040"/>
<newznab:attr name="size" value="1009532026"/>
<newznab:attr name="grabs" value="0"/>
<newznab:attr name="guid" value="6c3b3963fec6bf978c250f7b7b864cc0"/>
<newznab:attr name="info" value="https://dognzb.cr/details/6c3b3963fec6bf978c250f7b7b864cc0"/>
<newznab:attr name="comments" value="0"/>
<newznab:attr name="tvdbid" value="245071"/>
<newznab:attr name="rageid" value="26645"/>
<newznab:attr name="season" value="S12"/>
<newznab:attr name="episode" value="E54"/>
<newznab:attr name="tvtitle" value="The Talk"/>
<newznab:attr name="rating" value="29"/>
<newznab:attr name="genre" value="Talk Show"/>

Expected Behavior

The Prowlarr response should include the relevant IDs.

Steps To Reproduce

No response

Environment

- OS: Ubuntu
- Prowlarr: 0.1.6.1173
- Docker Install: yes
- Using Reverse Proxy: Yes
- Browser: Chrome

What branch are you running?

Nightly

Trace Logs?

2021-11-30 14:58:55.3|Info|ReleaseSearchService|Searching indexer(s): [DOGnzb] for Term: [], Offset: 0, Limit: 0, Categories: [5040]

AB#2016

Originally created by @sysmoon14 on GitHub (Nov 30, 2021). ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior trying to use Prowlarr in conjunction with Nabarr , but it's failing because I'm not getting any tvdb, tmdb or imdb IDs back from Prowlarr. This item from DOGnzb via Prowlarr look like this: ``` <newznab:attr name="category" value="5000" /> <newznab:attr name="category" value="5040" /> <newznab:attr name="rageid" value="0" /> <newznab:attr name="thetvdb" value="0" /> <newznab:attr name="imdb" value="0000000" /> <newznab:attr name="tmdb" value="0" /> <newznab:attr name="files" value="0" /> ``` but the same item direct from DOGnzb's API returns: ``` <newznab:attr name="category" value="5000"/> <newznab:attr name="category" value="5040"/> <newznab:attr name="size" value="1009532026"/> <newznab:attr name="grabs" value="0"/> <newznab:attr name="guid" value="6c3b3963fec6bf978c250f7b7b864cc0"/> <newznab:attr name="info" value="https://dognzb.cr/details/6c3b3963fec6bf978c250f7b7b864cc0"/> <newznab:attr name="comments" value="0"/> <newznab:attr name="tvdbid" value="245071"/> <newznab:attr name="rageid" value="26645"/> <newznab:attr name="season" value="S12"/> <newznab:attr name="episode" value="E54"/> <newznab:attr name="tvtitle" value="The Talk"/> <newznab:attr name="rating" value="29"/> <newznab:attr name="genre" value="Talk Show"/> ``` ### Expected Behavior The Prowlarr response should include the relevant IDs. ### Steps To Reproduce _No response_ ### Environment ```markdown - OS: Ubuntu - Prowlarr: 0.1.6.1173 - Docker Install: yes - Using Reverse Proxy: Yes - Browser: Chrome ``` ### What branch are you running? Nightly ### Trace Logs? `2021-11-30 14:58:55.3|Info|ReleaseSearchService|Searching indexer(s): [DOGnzb] for Term: [], Offset: 0, Limit: 0, Categories: [5040]` [AB#2016](https://dev.azure.com/Servarr/7ab38f4e-5a57-4d70-84f4-94dd9bc5d6df/_workitems/edit/2016)
deekerman 2026-02-20 09:42:07 -05:00
Author
Owner

@bakerboy448 commented on GitHub (Nov 30, 2021):

Guessing it's due to not parsing those / not adding those to the release info, but I believe Q has an idea.

https://github.com/Prowlarr/Prowlarr/blob/develop/src/NzbDrone.Core/Indexers/Definitions/Newznab/NewznabRssParser.cs

@bakerboy448 commented on GitHub (Nov 30, 2021): Guessing it's due to not parsing those / not adding those to the release info, but I believe Q has an idea. https://github.com/Prowlarr/Prowlarr/blob/develop/src/NzbDrone.Core/Indexers/Definitions/Newznab/NewznabRssParser.cs
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Prowlarr#376
No description provided.