Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
QuickBeatSetup.exe | 2024-04-10 | 12.2 MB | |
QuickBeat - Ascent source code.tar.gz | 2024-03-04 | 256.5 kB | |
QuickBeat - Ascent source code.zip | 2024-03-04 | 335.8 kB | |
README.md | 2024-03-04 | 3.8 kB | |
Totals: 4 Items | 12.8 MB | 0 |
šæQuickBeat
- Fixed Some Typos
- Added Input Gesture Text (Modifier + Key) To Playback Menu
- Multiple Instances of the App Can Be Ran at the Same Time if Launched From Different Paths (Separated Settings)
- Added Library Clean: Delete All Non-Existent Files
- Search Cache Optimizations, Please Use Rebuild Search Cache From Settings
- Added Parse Synced Lyrics From Unsynced Lyrics
- Search Result Are Now Limited to 20 Result per Category
- Added Library Update: Used When You Move Your Library to Another Path
- Added 3 Audio Effects: Auto-Wah, Phaser, BiQuad Filter
- Added Audio Effect Priority Control
- Some Images Now Shows in Image Viewer When Double Clicked
- Added Two New Options for Player: Remember State, Remember Position
- Added a New Custom Engine Module
- Play Count Now Increases When Looping a Song or Resetting Position When Near End
- Added a New Always-On Local API
- New Tasks View (Previously a Blinking Warning Sign)
- Added Chat to QuickLink
- Local Network & LAN Music Sharing Push to Renderer Minor Bug Fixes
- Fixed Exit Button in Notify Icon (System Tray) Context Menu
- Added New Quick Access Buttons for Audio Effects
- Due to the Recent Changes YouTube-DLs Is Now Beta
- YouTube-DLs Playlist Is Now Disabled Until Fixed
- Improved Discord Integration Error Handling
- Added an Indicator When Playing Remote Files
- Remote Media Favourite Status and Playcount Are Now Memorized
- Added Settings Quick Scroll to Category
- Added New Entries to Media Properties Dialog
- Media PlayCount Now Increases When Playing on Loop
- Faster Artist Info Loading Times in the Right Sidebar
- Added Manual Value Input in Audio Effect Config Window
- Added Value Prefixes(G, M, K, M,µ, N, P, F) in Audio Effect Config Window
- All New Cache System for Remote Files, Faster Loading Times for Repeated Playback
- Direct Play Indicator Now Syncs With Playlist Changes
- Major Upgrade to Memory Management
- Added Properties Context Menu Item to Library Items
- Added View Artist in Deezer (Next To Learn More) in Right Sidebar
- Further Optimizations to Reactive Seekbar Performance When Set to None
- Updated Memory Manager
- Bug Fix for Discord Integration
- Added Discord Integration Cache for Faster Queries
- Library Search Cache Is Now Refreshed When Libary Is Changed
- When Looping, Current Media Reset-Position Now Respects āSkip Silenceā Setting
- Added Remove From Library in Selected Context Menus(library Browser, Group Viewer (Artist, Album)
- Added SYLT Frames (Synced Lyrics That Come Bundled With Songs) Read/Write Support
- Added Two New Edge WebView2 Context Menu Items: Parse Synced Lyrics and Parse Text Lyrics
- Automatic Detection of Synchronised Lyrics Files When Downloading
- Added LRC Support
- Optimized Disk Usage When Loading a File
- Memory Manager Upgrade
- Minor Bug Fixes
- Code Optimizations
šAqua
- Added Index to Parameters, Ex: #Player.Playlist(0) -> āTitleā, MyList(2) -> āTitleā, #Player -> āLoadSongā MyList(2), #TTS -> āSpeakā #Player.Playlist(0).DefaultArtist, #TTS -> āSpeakā #Player.Playlist(2).Artists(0)
- Added Generic Types Module, Ex: MyVar As āPresentationFramework+System.Collections.ObjectModel.ObservableCollectionā1(Of System.String)ā, the ā+ā Sign Is Not Neccesary for Types Defined in āmscorlib.dllā
- Object -> Property Can Now Be Done in Object Printing: e.g: #Player -> āStreamMetadataā āTitle, This Line Only Prints the Property Value With Name āTitleā, This Can Be Also Done When Dealing With Collections
- Array Can Now Be Printed Properly Instead of Just the Type
- Added New Object Value Printing
š§°Under the Hood
- Position Changed Event Is Raised When Looping
- CoverLink and ThumbnailLink Are Prioritized Over MediaProvider