Additional quality of life filters: - Show or hide category icons; - Show or hide torrent thumbnails; - Show or hide movie and tv filters (Removes torrents with KORSUB and 720p); - Show or hide porn; - search for movies and tv shows by genre - Filter based on minimum IMDB rating;
< Обсуждения: RARBG Advanced Filters
I don't for a couple of reasons.
1. You can see the entire script in Greasy Fork and TamperMonkey. Creating a GitHub would be overkill.
2. I'd don't want to add the script to my GitHub account. I provide the script as a free enhancement to the RARBG community, but it is not something I care to promote professionally.
If you want to promote additions, feel free to add them to Pastebin or another website. Please post the entire script. I have an app that lets me compare changes.
Sure, thanks for the reply... I have added a few things to your awesome script, here:
https://pastebin.com/H4HQDJEZ
Hi. I reviewed your changes, and it's not abundantly clear what's going on between your code and what I see in RARBG. Is the toggle suppose to remove any torrents that do not have IMDB ratings? If yes, I saw cases where it was filtering out movies and TV shows with IMDB ratings. I didn't want to "fix" your code in case you had another purpose in mind. I would instead like to give you a chance to fix or correct it if needed. 🙂
Yes it supposed to not show movies without IMDB ratings. It is your code, I would appreciate if you want to fix if you want to.
Thanks for checking, cheers.
Hi, phpcitizen. I reviewed your changes, but it is not abundantly clear what's going on between your code and my code regarding the IMDB ratings. Could you provide a screenshot pointing to the section of your code that I should pay attention to?
Hi, Kxmode. Sorry, but I did not understand what you are asking...
My code filters out those r###lts, but you say that it doesn't. Unfortunately, your Pastebin code didn't clearly show where you made the fix. Please show me a screenshot of your code with the fix that removes movies without IMDB ratings. Thank you. 🙂
Sure your code filters IMDB by the rating... but not when the item does not have an IMDB rating, you cannot filter them out selectively.
https://gist.github.com/phpcitizen/6976db85493598c623ca27fd629a1347/revisions
You can check the changes there, some changes are not related to, just configuration changes for myself in the code.
I attached an example image here for an example of what I mean... I filtered imdb's with 5 ratings, it still shows the ones that does not have any IMDB rating... i just added a button that can filter out those if wanted.
Please let me know if this is clear this time...
FYI: I did not use the latest version...
Thanks.
Thank you! I integrated portions of your code into the existing ratings search for both scripts, filtering out torrents without IMDb ratings by default.
https://greasyfork.org/en/scripts/29661-rarbg-advanced-filters
https://greasyfork.org/en/scripts/380386-rarbg-advanced-filters-no-porn-edition
I added you to the list of contributors// @contributor darkred, phpcitizen
🙂
Thanks.
I had a button for it to manually being able to select, you did not like it?
Some people might like to see the items without ratings yet.
Ok I got it, when you remove the number from ratings it starts to show I guess... That's also good I think.
I figured if someone is searching for torrents by IMDb rating, they'd rather not see ones with missing ratings.
Yes, thanks for taking the time.
Cheers
Do you have a git that we can help you with some additions?