Tags: orbittwz/qbdLX
Tags
v1.4.0 Changes: * Added themes! Now there are 3 themes to choose from. Dark theme for the standard look. Light theme for a more subtle look. Party theme for parties and if you feel happy. * The themes are available in the settings window. * Fixed method name typo in the login window. * Adjusted UI in the settings window, aligned control positions and fixed text being in two lines, whereas it should be in one.
v1.3.9 Changes: * Search query is now parsed and some characters are replaced. * Improved search! The search will now query the whole catalog instead of the limited search type. From the catalog results, it will filter and display the whole array of results. Idea was implemented because testing certain search queries were missing many "variations" of results, thus I researched by looking at the API and integrated the catalog search. * Fixed Primary List and List End separators not being saved when changed, partially solving #42.
v1.3.7 Changes: * In main window, moved search button above the download button. * Better controls alignment and positioning in main window. * Removed one time used class and updated the relevant code. * Cleared commented old code and temporary checks. * Corrected classes namespaces across all the solution. * Changed Goodies tag text to Booklet?. * Added tooltips across all the solution where applicable and needs explanation. * The program settings were duplicated and saved twice, wanted to fix that. Removed tagging options Class and the program uses the Settings.Default properties now. Also saved settings in the static global Class were integrated as per their Settings.Default property. * Decluttered the Main Window Load init. * Comment tag text is now enabled if checked. (also clears if unchecked) * Restricted max file name length input to numbers only. * Replaced and updated repo picture again.
v1.3.6 Changes: * Replaced program picture for main repo. * Added folder name template Artist \ Album \ Quality to split template as before, solving #32. * Fixed cover art and embed art temp files not being in correct folder when there are multiple CDs. * Removed debug mode which is unused. * Main window UI overhaul: * Rearranged positions of every control. * All tags and options to right side of the window. * Added option to show/hide tags and options. (search window to position accordingly) * Album description to bottom side of the window. * Item quality selection and some buttons are transposed vertically now. * Setting was created to save show/hide tags and options on program startup. * Adjusted displayed current item cover art picture resolution. * Adjusted initial Qobuz static picture resolution. * Adjusted user agent.
v1.3.5 Changes: * Patched streamable check to create empty ".missing" file if track is not available to download. * Some code refactoring in main window. * Added file name template option with Artist addon as well. * Exposed file name output to template, now user can see the output file name as template. * Added the previous options as file name template and also Artist, solving #31 in-directly. * Adjusted the folder name template list names. (now visually accurate)
v1.3.3 Changes: * Fixed region under the new Folder Name Template option, and some more controls in the area, solves #29. * Fixed tab index for the main window, still wonky... there are many controls (sigh). * Fixed when there are no results when searching, the program will notify the user, solves #30. * Blocked the option to login with email/pwd without custom appID and appSecret. Been discussed and summarized in #27 . * Removed some fields which aren't used. * Removed checking for assembly because it's being copied with the build. * Added and updated main repo program picture with new one which represents the changes so far.
v1.3.2 Changes: * Now that release is out, the repo status is OK and the long message doesn't appear, displaying it in one line again. * Removed unused settings. * Typos and comment adjustments fixes. * Set downloaded item in main window right side color to white. * Corrected main window controls access level. * Exposed download URL control properly. * When downloading via search, it uses the getter in main window instead of direct access. * Significant code refactoring yet again, including access level adjustments. * Removed one time used special window when you save settings, which not making sense to use. * Added folder name template option with YEAR addon as well, solving #24 in the making. (default is Artist-Album-Quality) * Exposed folder name output to template, now user can see the output folder name as template. * Folder name output now resides in base download path. * Figuring out download paths??, it is a mess and without any description in the code. Instead of using method to concatenate each element, the download path is more simple and easy to improve and add more options. * Note about email/pwd issues - currently investigating, Qobuz did changed the method and now using OAUTH for this kind of login. There are a lot of problems caused by this in all the different programs like this one. So, later will work on this.
PreviousNext