You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the link is for sonarr, which can not find the movie. It can only be found via radarr.
Please fix this bug for all movies, if possible. Do you need to manually create a database which movie is available via sonarr or radarr or do you get this information from some database? I would like to be able to rely upon this addon using the correct server.
Alternatively you could add a link to jellyseer/overseer, which finds a movie regardless if its in sonarr or radarr.
Desktop (please complete the following information):
OS: Linux Mint Debian Edition 6
Browser: Firefox
Version: 125.0.1
Extension Version: 2.8.6
Screenshots
Optional and if applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
This extension is supposed to show both radarr and sonarr icons in this scenario on IMDb, as the links provided point to media that has a type of video:other. This functionality is currently broken.
This issue will be fixed by making sure both icons show. This is just an FYI in case you thought both icons being shown is a newly introduced bug when your extension is updated to the latest version (v.2.8.7).
Unfortunately not. For imdb, the extension checks the value of the og:type meta property, e.g.:
<meta property="og:type" content="video.other">
This can contain 1 of 3 values; video.movie, video.tv_show or video.other. When the value is video.other, it's impossible to know whether sonarr or radarr should be searched. I've seen this issue before which is when I changed the code to display both icons. I obviously then broke it at some point, so now it's back working as expected.
If you can spot a better way to identify whether an entry with type video.other should be considered a movie or tv show from the page's source then let me know and I'll make a change.
Describe the bug
I opened movies on imdb and it provides a wrong link to sonarr, radarr would be correct.
To Reproduce
Steps to reproduce the behavior:
Please fix this bug for all movies, if possible. Do you need to manually create a database which movie is available via sonarr or radarr or do you get this information from some database? I would like to be able to rely upon this addon using the correct server.
Alternatively you could add a link to jellyseer/overseer, which finds a movie regardless if its in sonarr or radarr.
Desktop (please complete the following information):
OS: Linux Mint Debian Edition 6
Browser: Firefox
Version: 125.0.1
Extension Version: 2.8.6
Screenshots
Optional and if applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: