I mistakenly thought MTTP does not return dead torrents. That's not the case. It omits certain search results due to certain categories not being mapped in Jackett. The category mapping needs to be updated.
no one on the jackett team has an account on this site, so you are going to have to provide the html of the torrent search page so we can update the categories.
follow https://github.com/Jackett/Jackett/wiki/Troubleshooting#how-to-provide-html-source
the relevent pages should be at https://pt.m-team.cc/torrents.php and https://pt.m-team.cc/adult.php
Thanks.
@garfield69 Here you go:
M-Team - TP Search results for The Rise of Skywalker - Powered by NexusPHP.zip
I believe the adult categories do no exist anymore. I can't find them anywhere, and the adult link leads back to the homepage.
Can you check your account settings on the site, is it possible that you have a profile option that enables/disables access to the adult page?
Huh! You're right:
M-Team - TP Search results for Tokyo - Powered by NexusPHP.zip
going to need the adult html so I can check the cat numbers ;-)
oh sorry, didnt see the link above the pic.
need new lenses ;-D
the only changes to the cats that I can see is that they have dropped the audio cats,
- {id: 406, cat: Audio/Video, desc: "MV(演唱)"}
- {id: 408, cat: Audio/Other, desc: "Music(AAC/ALAC)"}
- {id: 434, cat: Audio, desc: "Music(無損)"}
all the adult cats are there.
what I did find is that the current indexer is using incldead=1 in its search url
and the html has
<td class="bottom" style="padding: 1px; padding-left: 10px">
<select class="med" name="incldead" style="width: 100px;">
<option value="0">including dead</option>
<option value="1">active </option>
<option value="2">dead</option>
</select>
</td>
so the indexer needs to be set to incldead=0 to include dead torrents in searches.
before I remove the audio cats can you do a search for MP3 , FLAC, Music, and anything else audio related, just to confirm that they have in fact no torrents under the cats 406, 408, 434.
Otherwise the indexer will report null cats for those torrents.
I'll do that shortly. In my tests, results from cat 404 seem to have been missing. Is it implemented in Jackett?
yes.
- {id: 404, cat: TV/Documentary, desc: "紀錄教育"}
but if all the 404 torrents are inactive they would not show up in the indexer results since incldead is currently set to 1 (active only) instead of 0 (include dead)
Also, I'd like to get the nexusphp version. can you click on that link at the bottom of the page (powered by NexusPHP). it should take you to a version page with something like
Standard v1.5 Beta 4
or whatever.
Thanks.
Also, I'd like to get the nexusphp version. can you click on that link at the bottom of the page (powered by NexusPHP). it should take you to a version page with something like
Standard v1.5 Beta 4
or whatever.
excellent. I can now cross check one of the other nexusphp 1.5b indexers and see if there is anything we can add that might be missing on the mttp indexer since it was last updated.
Music still exists but the reason why you didn't see it is that, for whatever reason, the music categories do not appear on the default torrents page. They have their own tab (like adults):
https://pt.m-team.cc/music.php
M-Team - TP Search results for aerosmith - Powered by NexusPHP.zip
Here's the 'Movie' tab:
M-Team - TP Search results for tt2527338 - Powered by NexusPHP.zip
The '4K' and 'TV' tabs just pre-tick existing categories to narrow the search. 'Collages' and 'Artist' do not browse/search torrents
Here's a look at all the categories as they appear on my profile/user cp page.
additional research please.
search for a movie on the site that has an imdb link in the torrent description, grab the imdbid and use it in the search to see if you can find the same torrent with either the search-in imdburl or description and report which one works if any.
Beitai for instance only returns imdbid searches when looking at descriptions rather than imdburl.
Oh, you already done this ;-)
I'm falling behind on the email trail
Thanks.
Jackett 0.14.253
Jackett 0.14.253
Jackett displays no names whatsoever for entries with IMDb info :(
that is what can happen when one does not have an account to a site to test when one is making changes by touch like this :-(
I'll push a pre-release with a possible fix lets see if that sorts it out.
try Jackett pre-release 0.14.254
try Jackett pre-release 0.14.254
I'll get the chance to test this later today. Thanks.
try Jackett pre-release 0.14.254
I'll get the chance to test this later today. Thanks.
All good now! Thank you!