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

Problem with fetching some torrents #22

Open
razeNFR opened this issue Aug 19, 2024 · 20 comments
Open

Problem with fetching some torrents #22

razeNFR opened this issue Aug 19, 2024 · 20 comments

Comments

@razeNFR
Copy link

razeNFR commented Aug 19, 2024

Hello,

Long time ago i use your addon and it work rly great, i use it with YggTorrent and Sharewood because im french, i use TMDB Api for french content and its work pretty fine too.

But sometimes on some series or film like F.R.I.E.N.D.S the addon fetch another serie with the word friends in it, but nothing about the serie F.R.I.E.N.D.S and it happen with lot of other movies or series.

And i want to know if its possible to fix that ?

@razeNFR
Copy link
Author

razeNFR commented Aug 19, 2024

image

@razeNFR
Copy link
Author

razeNFR commented Aug 19, 2024

in another series, the addon fetch bad episode, look in the screenshot :
image

@arvida42
Copy link
Owner

This addon uses Jackett for searching, which relies on the search engine of the tracker. Because of this, it’s challenging to obtain highly precise results. The results returned by Jackett are directly provided by the tracker itself.

In your example with "Friends," the term is commonly used by many other TV shows, which is why the search returns mixed results. Unfortunately, there's nothing I can do to improve this since the addon only displays what the tracker returns. However, increasing the number of torrents searched may improve your chances of finding the specific release you're looking for.

I’ve also fixed the issue with the wrong episode selection based on your last message.

@razeNFR
Copy link
Author

razeNFR commented Aug 26, 2024

This addon uses Jackett for searching, which relies on the search engine of the tracker. Because of this, it’s challenging to obtain highly precise results. The results returned by Jackett are directly provided by the tracker itself.

In your example with "Friends," the term is commonly used by many other TV shows, which is why the search returns mixed results. Unfortunately, there's nothing I can do to improve this since the addon only displays what the tracker returns. However, increasing the number of torrents searched may improve your chances of finding the specific release you're looking for.

I’ve also fixed the issue with the wrong episode selection based on your last message.

Ok thank you very much for your response.

How can i do with Jackett to improve the search, because i have lot exemple of this like here for the serie H

image

And thank for the fix, it work fine !

@razeNFR
Copy link
Author

razeNFR commented Aug 27, 2024

image

It fixed the number of episode but not the number of the season, all 6 season return to S02

arvida42 added a commit that referenced this issue Aug 27, 2024
@arvida42
Copy link
Owner

Sorry, it's been fixed now.

@razeNFR
Copy link
Author

razeNFR commented Aug 27, 2024

Sorry, it's been fixed now.

Nice ! its working fine now, thank you

@razeNFR
Copy link
Author

razeNFR commented Aug 28, 2024

I have another problem, sorry if i boring you, but im here to try to enhanced your addon by reporting bug, so here :

image

When i go on stremio and looking for "Nouvelle ecole" the addon (Jackettio) is searching on Jackett with the english name of Nouvelle ecole (rythm+flow france), so he didnt found any result, and its same with other french series, like Comedy Class or other...

I configured my TMDB API but i think the addon is searching with IMDB title sometimes..

I dont know how you can fix that, but i just reporting the bug 😄

@arvida42
Copy link
Owner

Fixed, thank you for reporting this issue.

@razeNFR
Copy link
Author

razeNFR commented Aug 28, 2024

Fixed, thank you for reporting this issue.

Nice its fixed for that 2 series, but all other searches remain in English, despite the fact that I put the TMDB token, I don't understand.

@razeNFR
Copy link
Author

razeNFR commented Aug 28, 2024

image

Like here, the addon search in chinese title, so he cant found something right, and its not only on that title, your addon is really great but if we could configure the search language or something like that, I think it could be a lot better

Edit: after lot of try on somes random french movies and series, the addon is a lot better, search for the good language of the movie/serie (here, french) but on some other it stay in english or even worse like in the screen, but, its very lot better since your last fix, thank you very much 😄

@razeNFR
Copy link
Author

razeNFR commented Aug 29, 2024

image

Another search in chinese, i think its a TMDB problem :/

@razeNFR
Copy link
Author

razeNFR commented Aug 30, 2024

Another exemple of bad title for a movie/serie here, TMDB addon is in "Peche XXL" but the search on Jackett is in english "CHasing Monster" so Jackett didnt found anything because on the tracker all the title are in "Peche XXL"

image

I dont know if its another site like TMDB for better french content with great API, i will try to search that and maybe adding it to Jackettio, because i think your Addon is the best, but for other language than English is struggle sometimes.

@razeNFR
Copy link
Author

razeNFR commented Sep 2, 2024

image

Another problem of fetching the good episode

@razeNFR
Copy link
Author

razeNFR commented Sep 3, 2024

I contacted TMDB to find out if the problem was with them but they told me that the problem comes from the "application" that I use.

So I was wondering if it was possible for you to add the possibility of searching for movies/series with the language that we want for TMDB, would that be possible?

@razeNFR
Copy link
Author

razeNFR commented Sep 3, 2024

Screenshot_2024-09-03-21-01-04-37_3aea4af51f236e4932235fdada7d1643

The answer from TMDB, i dont know if its already like that, but maybe it can be tried ?

@razeNFR
Copy link
Author

razeNFR commented Sep 3, 2024

I found fix for that, here my dockerfile if you intersted :

FROM arvida42/jackettio:latest
RUN sed -i "s|language: 'en-US'|language: 'fr-FR'|g" /home/node/app/src/lib/meta/tmdb.js
RUN sed -i "s|name: meta.original_name|name: meta.name|g" /home/node/app/src/lib/meta/tmdb.js

Maybe i think you can add a possibility to edit the language in this file by the .env config file, like adding a line "TMDB_LANGUAGE=" and all can add his own language like fr-FR or en-US etc...

arvida42 added a commit that referenced this issue Sep 4, 2024
@arvida42
Copy link
Owner

arvida42 commented Sep 4, 2024

I have added a user configuration option to retrieve metadata in a specified language. The server admin can set a default language by using the DEFAULT_META_LANGUAGE environment variable.

Additionally, I have corrected the issue with episode selection (again :)).

The search functionality has been improved to deliver more accurate results from the Jackett API. While this won't fix ambiguous searches like "H", it should return more results for others.

@razeNFR
Copy link
Author

razeNFR commented Sep 5, 2024

I have added a user configuration option to retrieve metadata in a specified language. The server admin can set a default language by using the DEFAULT_META_LANGUAGE environment variable.

Additionally, I have corrected the issue with episode selection (again :)).

The search functionality has been improved to deliver more accurate results from the Jackett API. While this won't fix ambiguous searches like "H", it should return more results for others.

Wow thank you very much ! Nice update its work great.

Now you think its possible you can add the possibility (like torrentio) to auto-play the next episode of serie ? Because the addon already pre-cache the next episode, but its can be better if the addon auto-play the next episode too, i dont know if its possible or not i just ask 🙂

But, thank you again for all your work ❤️

@razeNFR
Copy link
Author

razeNFR commented Sep 9, 2024

Another problem with fetching some title :
image
image

And its not only for that two series

Here the addon take 2017 and 1985 series, it seems that the addon does not take into account the year of the series/film
image

But i found this problem on another serie/film, screenshot are just for exemple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants