Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
QuickBeat.Plugins.dll | 2025-03-01 | 90.6 kB | |
QuickBeatSetup.exe | 2025-03-01 | 13.6 MB | |
QuickBeat - Exceed source code.tar.gz | 2025-03-01 | 3.7 MB | |
QuickBeat - Exceed source code.zip | 2025-03-01 | 3.8 MB | |
README.md | 2025-03-01 | 3.7 kB | |
Totals: 5 Items | 21.2 MB | 0 |
đż QuickBeat
- Plugin SDK Is Attached Below (Shipped With the App), Detailed Docs Are Found in the Wiki.
đ Changelog:
- General Bug Fixes
- Discord RPC Buttons and Timestamps Are Back
- Home Tabâs Slideshow Background Can Be Viewed in the Image Viewer Now (Double Click Them)
- Updated Library Scan Command With a Multithreaded Variant
- Updated Library Rebuild Command With a Multithreaded Variant, Now Rebuilding a ~1500 Song Library Takes About 5 Seconds
- Cached Songs Now Displays Correct Info on App Resume
- Fixed an Issue With Playlist Not Saving Correctly if Default Song Is Added to It
- Added Save Playlist As To Cover Context Menu
- Playlist Search UI Overhaul
- Added Direct Play Menu Item to Metadata Presenters (Library, Group ViewâŚ)
- Updated the Search Syntax Hint To Include Special Characters
- Fixed Search Query Parser Not Picking Rich Query Language
- Added Time Left/Length Toggle (Click on the Control To Toggle)
- Fixed a Bug With Debug Mode Blocking App Closure
- Web Images Are Now Prioritizing Higher Resolution Images (e.g: Right Sidebar Artist Thumb)
- Fixed Default Cover Not Showing Sometimes
- Added New Collapsed Left Sidebar Mode (Double Click the Resizing Thumb)
- Fixed Small Cover Mode Context Menu
- Right Sidebar Album Info Can Now Be Clicked To View the Current Album
- Added 2 New Media Cover Context Menu Items: Open in Explorer and Open With
- Proxy Media Link Now Affects the Drag Drop Operations
- Right Clicking on Audio Effects Now Brings Two Extra âAddâ and âClearâ Buttons
- Added an Indicator for Quick Audio Effect Management Area (Bottom Right Corner)
- Playlist Name Change Dialog Now Shows Playlist Current Name in the Input Field
- Added Browse By: Artist, Album to LAN Music Sharing
- Added a New Frequency Audio Effect Preset: Midnightcore
- Improved InfoTip Functionality and Fixed Some Bugs
- Loop One Is Now Disabled Everytime a Song Changes
- Updated Directory Fetcher To Check for Permissions
- Added Artist Gallery(Fanart.tv Browser), Access It From the Right Sidebar or From the View Menu
- Added a New Status Indicator: BPM (Located Next to Duration/Length Indicator)
- Added a New Metadata Attribute: BPM
- Fixed an Issue When Closing the Main App Window While Having Developer Console Previously Enabled
- Fixed an âIndexOutOfRangeExceptionâ in Playlist Next/Previous Methods
- Fixed Audio Output Not Changing Manually
- Added Plugin Framework
- Added Group by None: This Shows All Tracks Like Previous Versions
- Group View Now Shows Group Category Under the Groupâs Title
đ Plugin Framwork:
- Added a Security Hypervisor
- Added 13 Managed Events
- Added PushNotification Proxy With 1 Managed Method
- Added IPC Proxy With 2 Managed Methods
- Added Player Proxy With 17 Managed Properties and 14 Managed Methods More Can Be Interacted With Using Aqua
- Added Playlist Proxy With 18 Managed Properties and 12 Managed Methods More Can Be Interacted With Using Aqua
- Added Library Proxy With 12 Managed Properties and 24 Managed Methods More Can Be Interacted With Using Aqua
- Added Metadata Proxy With 43 Managed Properties and 13 Managed Methods More Can Be Interacted With Using Aqua
- Added MetadataGroup Proxy With 16 Managed Properties and 1 Managed Methods More Can Be Interacted With Using Aqua
đ Aqua:
- Fixed a âEnumeration Already Completedâ Bug With for Loop
- Fixed an Issue With Properties Get/Set Ignoring Getters Methods That Requires a Parameters Such As Collection.Item(index)