* Added update check if using MSS or MAS builds. need help implementing
* fix locale / allow pl to show before list loading is fully done
* oops
* Also copy blockmap for partial download
`[2022-02-15 17:28:30.126] [error] Cannot download differentially, fallback to full download: Error: Cannot download "https://478-429851205-gh.circle-artifacts.com/0/%7E/Cider/dist/artifacts/Cider-Setup-1.1.428.exe.blockmap", status 404: Not Found
at ClientRequest.<anonymous> (C:\Program Files\Cider\resources\app.asar\node_modules\builder-util-runtime\src\httpExecutor.ts:288:11)
at ClientRequest.emit (node:events:394:28)
at ClientRequest.emit (node:domain:475:12)
at SimpleURLLoaderWrapper.<anonymous> (node:electron/js2c/browser_init:105:6829)
at SimpleURLLoaderWrapper.emit (node:events:394:28)
at SimpleURLLoaderWrapper.emit (node:domain:475:12)`
* more lang fix
* fix#459
Co-authored-by: child_duckling <19170969+quacksire@users.noreply.github.com>
Co-authored-by: vapormusic <vietanhfat@gmail.com>
Co-authored-by: JYW0803 <74043061+JYW0803@users.noreply.github.com>
* Update .gitignore
* Add Update Cider Branch selection
* Add circle-ci API call
* More testing
* Maybe fix 'Update Cider' button
* Another debug log
* remove async in ipc 'check-for-update'
* remove everything except debug log
* semicolon
* revert to async and change ipc name
* more semicolon
* Extract BaseURL from circleci API response
* Fix compile error + rename ipc back to 'check-for-update'
* Remove debug log
* Update i18n files with new 'updateCider' term location
* Update en_OWO.json
* Fixed formatting in i18n files
* Fix formatting elsewhere
* Move 'Update Cider' i18n stuff from 'experimental' to 'general'
* Do that thing @quacksire wanted me to do. 'for vue'
* Fix bad merge
* Revert Formatting.
DO NOT OPEN IN AN AUTOFORMATTING IDE. USE VSCODE WEB/CODESPACES IF YOU NEED TO ACTUALLY CHANGE SOMETHING IN THE RENDERER
Co-authored-by: Quacksire <19170969+quacksire@users.noreply.github.com>
- Changed audio quality setting to match MusicKit audio options (Low -> Standard)
- Added descriptions for audio quality options
- Audio quality now uses string for setting instead of direct bitrate option.