This repository has been archived by the owner on Jun 22, 2021. It is now read-only.
Plexi-v1.0-beta.6
Pre-release
Pre-release
We are getting even closer to release. Only a few small bugs remain that need to be fixed before we are ready to release v1.0. These can be tracked via github.com/Team-Creative-Name/Plexi/milestone/1 (sorry, I dont think github can auto link milestones yet)
Changes in this version:
- 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.
-Bump version toPlexi-v1.0-beta.6