-
Notifications
You must be signed in to change notification settings - Fork 117
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
Questions regarding season search & 1337x #315
Comments
hi. just as into: With that in mind:
because search for season gives you a lot of results but vast majority of then are irrelevant (for different episodes).
No. See answer above. But just as side note: torrents (or magnets, same in this context) can be filtered depending on your settings (so seeds, wrong screen resolution, type of rip, size, etc) - see your settings to learn more.
Depends on configuration of provider, but usually only when:
Depends on configuration of provider - it is either torrent file or magnet (for 1337x it is magnet iirc). You can see technical search details about 1337x here -
e.g. fallback search for episode (when nothing is found) - is to search for season -
|
Thanks. @antonsoroko But I had a lot of cases that searching for a specific episode still returns a season reasults which contains the specific episode in additoin to others episode results for the same provider. So I don't think like you said in (2) that if nothing was found for episode or standing on a season and choose streaming from the context menu. By the way even when I tried to make a season search I still don't get this specific result that I found manually, why is that? This is the missing result I found by myself: |
as i said - depends how provider is configured. some might have 2 queries (for episode and season at the same time), but most have 1 query for episode and then fallback for season. See providers.json for details.
I do not understand what you wanted to tell. Anyway - what i wrote is based on burst code and providers.json code.
As i said - maybe it was filtered out by your settings. See log files for details. |
Understood. So instead of:
I changed it to and it seems to be better now:
I will open a PR. By the way:
And just to be sure, if I select a season result (According to "tv_keywords2"), playing that result should selects automatically the specific episode from it right? But regarding the other issue about this specific result: In the site it shows there are seeds, and except its torrents links that are broken, the Magnet link is active with seeds (I used it), so it can't be that it is filterred by the zero seeds option. |
please don't.
|
you can make local override if you want such behavior - see https://github.com/elgatito/script.elementum.burst#adding--editing-providers |
let me answer again :-)
so navigating a lot of irrelevant result will make you mad after some time.
probably they are: anime only? movie only? (or maybe person who added them was lazy :-) ) |
open link from log also see here
it uses only first page. UPD: |
So I summarize this issue with another idea, a little fix. But before my change, just to be sure: Lets take an example for this case: Black Mirror S04E02
My advice is to change from the current provider's configuration is:
To this one:
The mainly change is to move the 'page' query to the keywords, |
heh, interesting hack :-) just a reminder - you would also need to change queries for anime and movies since you changed btw there are up to 5 queries per type (e.g. from also it might be more flexible to use so you will make also note: all |
You're right, I will fix it.
I think 2 pages is enough :)
What is the difference between 'QUERYEXTRA' to 'QUERY/EXTRA'? |
yes.
this is a bit confusing :-) for example, So you can use Since |
you moved i would test first how many results this query gives - maybe we will lose some good results b/c of this change. also JFYI - all |
Can someone post updated 1337x provider configuration? |
This is my configuration for now, you can use it:
|
Been a long time, and I'm still never see any correct search results from 1337x, it always looks like spam. Sample 2: Star Trek s02e06 @burekas7 Did you manage to overcome this specific "spam" issue? |
@SubEdict 1337 definition does not use specific language, which means it would use your Kodi's language in request, which results in random output if you use non-english request... |
@elgatito Sooo simple, bingo! I changed the interface to English and... Boom! All 1337x results are now correct. |
|
Yep, yep, great! all good now. I changed back to my default interface language and 1337x finally works as it should. BTW, why would you use "Use language preference...." for? Mine is turned off (default) and all links on the web are English anyway. |
Oh, I meant that I do not use that option. But since it is disabled by default - it just means that I do not remember how things were, and I did have issues with 1337 when i searched something non-english. script.elementum.burst/burst/filtering.py Lines 463 to 465 in 8799e2e
here is some bad-ass logic about what to use as title for search - language defined in tracker (providers.json) or language of kodi or original language of video. |
The thing that confuse me was why in the first place I am a simple man I don't like complications |
Hah, you just extrapolated your preferences to everybody else :-D
so you can search all trackers in your language (maybe to find releases with dubbing audio) except those trackers that do not understand/support other languages. I guess this is just a "legacy" idea from original code. You can use "git blame" feature in github UI to see history of any line of code, like: this is 6.5 years old code, probably back then it was used to fix some issues with local (per-country) trackers. Anyway, we also can specify language(s) in tracker definition (json) - if this information is correct then you will get proper results for queries in your language and will not get garbage results. Also, language is used to prepare correct search query, like: script.elementum.burst/burst/filtering.py Line 478 in 8799e2e
So, now you know that searching is more complicated than it sounds :-) |
@antonsoroko Thanks for all the logical explanations.
|
@elgatito
Hi,
When I'm trying for example to make a search for "Black Mirror S04S02" with 1337x
It gives me only results from:
https://www.1337x.to/search/black+mirror+s04e02/1/
But when I ran a manual search in the site for season I get additional results (The torrents doesn't work, but the Magnet link does work)
https://www.1337x.to/search/black+mirror+s04/1/
So my questions is:
Does it because the torrents links are broken? (Because the Magnet link is working)
Kodi debug log:
https://paste.ubuntu.com/p/7PWbFQ98JZ
raw: https://paste.ubuntu.com/p/7PWbFQ98JZ/plain/
Burst 0.0.70
Elementum 0.1.86
Kodi 19.3
The text was updated successfully, but these errors were encountered: