removed 🆕 emote from the tv search command. It didnt work and I couldnt quite figure out how it worked. The code is not removed, but made so it doesnt execute. We can add it again later once figured out.
added way too many new API calls to OmbiCallers.java. Most of them are neccessary because the ombi API likes to return incorrect values and I have to scrape info from other places.
fixed issue where a tv shows request status was either incorrect or vague. Field now states Fully Requested || partially requested || Not requested
Made tv requests a lot more reliable & flexible. As long as the request field says something other than "Fully Requested" or the availability field says "Fully available", you should be able to request a show.
Added the ability to remove requests. This removes all requests for a given bit of media, so please be careful while using it.
Added enhanced reaction verification. A new abstract method in the Paginator.java class allows a child class to return false if a reaction is used incorrectly. If it is, the program ignores it. By default, this method should return true;
Fixed spelling issues with text logged to the terminal via the search command.
This pull request fixes a lot of bugs.
Changes:
🆕
emote from the tv search command. It didnt work and I couldnt quite figure out how it worked. The code is not removed, but made so it doesnt execute. We can add it again later once figured out.Fully Requested
||partially requested
||Not requested
Issues to be Closed: