Releases: Bronya-Rand/RenPy-Universal-Player
Ren'Py Universal Player 1.6 - A Luck of Eight
Features
- Button Hovering Support
- New Buttons for A-Z, Priority, Replay, Refresh, Volume and Shuffle (still based off Google)
- New time code now outputs the time progress and duration as
1:46
than01:46
. Supports even hour length song progress/duration. - Better song list spacing.
Fixes
- Fixed a small graphical bug where the bar will glitch to the start sometimes when fast-forwarding or rewinding a song.
This is slightly present now depending on certain scenarios but it should still be fine.
- Fixed RPA mapping code a bit
- Added a feature to set volume to 50% if the player is muted once restarted.
- Fixed Unicode PNG covers to now be supported
- Decreased loading times to enter the music player and booting into the game.
- Fixed a bug where while in the Dev Console, you exit the player a error occurs due to a NoneType.
Updates
- Made the code PEP8 compliant.
Ren'Py Universal Player 1.5 - A Dice
This update to Ren'Py UOST-Player does the following
- Fixed a bug where locked songs still play in the player.
- Fixed a bug where the cache system will delete covers but not regenerate them back.
- Fixed a bug where unlocked songs will not appear on the list.
- Removed music channel mute for stop/play.
- Updated screen syntax for making the player work.
- Updated manualtracks.rpy to remove music type limitations.
Ren'Py Universal Player 1.4 - Another Clover Release
This update does the following
- Added song unlocking (suggested by henne on LemmaSoft)
- Added OPUS and WMA song support
- Optimized code a bit. (3KB less)
Ren'Py Universal Player 1.3 (The Better-ish Clover Update 1)
This version of Ren'Py Universal Player does the following
Features
- Google UI Buttons suggested by Interrobang on the Ren'Py Discord
Bug Fixes
- Fixed a bug where Android sideloaded songs may not play.
- Fixed a bug where Android sideloaded songs won't show the cover art of a valid cover song.
- Redirected the track folder in Ren'Py to the Android search path.
- Changed positions and sizes of UI for smaller phone devices.
Other
- Updated Documentation
This version does not require screens.rpy and gui.rpy modification. If you have previously done so, please remove any Music Room references (except the button to access it) from it and apply this update.
Ren'Py Universal Player 1.2 (The Better-ish Clover)
This version of Ren'Py Universal Player does the following
Features
- GUI Scaler. The UI of the music room will scale up automatically with no issues at any Ren'Py project's resolution
- New UI buttons. All standarized at 35x35 pixels.
- Lowered RPY requirements to 2 files.
- Changed Mute to mute the music channel than revert to main menu.
- Added cover cleanup for non-existent songs in the track folder for easier building and lowered file sizes.
Bug Fixes
- Fixed a bug where OGG files are unable to be defined.
- (From 1.0) Change gamedir code for better compatibility with Android/Linux.
- Fixed UI to be set positions than aligns due to problems.
- Fixed a bug where two songs of the same name will be shown as selected
- Fixed a bug where buttons were harder to select and not extending fully.
- Fixed a bug where play/pause will be unclickable. Transformed it to a DynamicDisplayable
Other
- Updated Documentation
This version does not require screens.rpy and gui.rpy modification. If you have previously done so, please remove any Music Room references (except the button to access it) from it and apply this update.
Ren'Py Universal Player 1.0 (The Nightly Pot)
This is the first release of Ren'Py Universal Player (Ren'Py UOST-Player)! Yay for Music Room!
As this is a first release, bugs may be present but I tried to iron out as much as I can this release for everyone to be fine with.
- [Backport of 1.1] Fixed
gamedir
logic to better work with Unix/Linux.