Commit Graph

124 Commits

Author SHA1 Message Date
amd64fox 96ef3f29d5 fix curl
- removing the 200 code check for curl as it was causing some users to get an error
2022-08-18 18:36:26 +03:00
amd64fox 88831116b8 typo 2022-08-17 19:59:18 +03:00
amd64fox 7cce0a34e2 fix commit 2022-08-17 19:36:00 +03:00
Peter Cuevas 7d412f08d3 Spanish translation
Spanish translation
2022-08-17 10:48:41 -05:00
amd64fox 61738f2e35 Update
- migration to Spotify version 1.1.92.647
 - added to the settings cleaning downloaded tracks and cache
 - fixed minor bugs and link paths
2022-08-16 14:39:11 +03:00
amd64fox 5d9acf57e2 Update bug report and fix no_shortcut
- added a question about the country of the account
 - fix no_shortcut
2022-08-14 18:41:13 +03:00
amd64fox 95aeeeb745 Without shortcut on desktop
- Added an incoming parameter (no_shortcut) that installs SpotX without a desktop shortcut https://github.com/amd64fox/SpotX/issues/108
2022-08-14 17:37:32 +03:00
amd64fox 8b168815c7 device picker unlock
- device picker unlock added for everyone https://github.com/amd64fox/SpotX/issues/93
2022-08-14 14:27:04 +03:00
amd64fox 03c677ca14 Add Translation
- added Polish Translation (thanks @Nokxixr) https://github.com/amd64fox/SpotX/issues/110
 -  added Georgian Translation  (thanks @Naviamold1) https://github.com/amd64fox/SpotX/issues/106
2022-08-14 14:14:32 +03:00
amd64fox 4c424794c4 Array sort error 2022-08-04 20:14:13 +03:00
amd64fox 0f42f1be40 Turkish translation added
- Added Turkish translation of the installer (Thanks @metezd) https://github.com/amd64fox/SpotX/issues/99
2022-08-02 16:53:24 +03:00
amd64fox 1bd9d25a65 fix connect unlock test 2022-08-02 12:37:28 +03:00
amd64fox fcc3861d91 connect unlock test
- connect unlock test for 1.1.91
2022-08-02 11:50:26 +03:00
amd64fox 0e99522557 update
- added automatic substitution of stars in the string
 - minor translation fixes
2022-08-01 22:52:19 +03:00
amd64fox 273ce14d7d Added Italian translation
- added Italian translation for installer (Thanks to @francescoaracu)
 - typos in translation corrected
2022-08-01 19:00:08 +03:00
amd64fox f17e4f58b2 fix regex 2022-07-30 20:05:05 +03:00
amd64fox 53d718dc13 Update
- migration to Spotify version 1.1.91.824
 - ru translation fix
 - minor code fixes and typos
2022-07-30 19:48:38 +03:00
amd64fox 6d9930c7cd translation fix 2022-07-26 13:25:04 +03:00
amd64fox e4bb370065 curl exception
- added exception for web request via curl
 - minor translation fixes
2022-07-26 13:10:57 +03:00
amd64fox 754413f760 Fixed bug
- fixed bug when deleting Ms Spotify (Thanks Ziad)
2022-07-22 07:27:32 +03:00
amd64fox 6786d4b1c1 fix enablenavalt
- fix error in enablenavalt input parameter
2022-07-22 04:22:34 +03:00
amd64fox 937acf8eb5 Del spotify.bak
- Deleting a possibly outdated copy of spotify.bak
2022-07-21 21:46:07 +03:00
amd64fox a32f1a89fe Update
- up 1.1.90.859
 - improved algorithm for restoring files when refusing to re-block updates
2022-07-21 20:13:39 +03:00
amd64fox 51695f87d1 typo 2022-07-21 10:40:06 +03:00
amd64fox 9e7ec8f6fb hosts backup
- create a backup before changing the hosts file
2022-07-21 10:30:39 +03:00
amd64fox 93127b1376 fix regex 2022-07-21 09:40:50 +03:00
amd64fox 96ceebda0c fix regex
Fixing a bug where the script deleted commented lines in the hosts file (Thanks Bec-de-Xorbin)
2022-07-21 09:22:41 +03:00
amd64fox a02860d3dd exp_off => exp_spotify
- changing the name of the input parameter from exp_off to exp_spotify
2022-07-21 08:33:41 +03:00
amd64fox e79382186e Fix error in condition
- Fix error in condition when restoring files in reinstallation of Spicetify
2022-07-21 04:57:15 +03:00
amd64fox 0b8a0dc57e cutt
- removing translation strings
 - comment added
2022-07-20 08:49:34 +03:00
amd64fox ef040003d3 added cutt statistics 2022-07-19 14:52:42 +03:00
amd64fox 061c418e6d Update
- migration to Spotify version 1.1.90.855
 - added to Scoop installer (Thanks to NeoFoxxo)
 - equalizer activated
 - new device picker panel activated
 - updated incoming parameters
 - edits in the Russian translation of Spotify
 - code reduction and correction

Co-Authored-By: NeoFoxxo <104744179+NeoFoxxo@users.noreply.github.com>
2022-07-19 14:16:07 +03:00
amd64fox b70c0cb4c0 fix the hosts file
- Attempt to fix the hosts file https://github.com/amd64fox/SpotX/issues/52
2022-07-15 06:58:41 +03:00
amd64fox c3d5139b4e Closing PowerShell window
- Fixed closing of the PowerShell window at the end of the installation https://github.com/amd64fox/SpotX/issues/73
2022-07-13 07:37:48 +03:00
amd64fox b1dd99dd4a Search box Playlist Menu
- Adds a search box so users are able to filter playlists when trying to add songs to a playlist using the contextmenu
2022-07-12 06:19:02 +03:00
Dustin Dembeck 647279169e Removed ValidateScript attribute.
Removed ValidateScript attribute from the language parameter to fix the error and is not needed as the value is checked later.
2022-07-08 17:06:06 -07:00
Dustin Dembeck a9731ae08c Added language param, and other related edits.
- Added a language parameter.
  - Added a function to normalize language codes.
  - Renamed and removed duplicate code from the 'Set-ScriptLanguageStrings' function.
  - Added an if statement to handle setting the 'ru' variable.
2022-07-08 01:19:21 -07:00
Dustin Dembeck eceec38ddb Update Install.ps1 2022-07-06 21:31:59 -07:00
Dustin Dembeck c16777beab Added a function to assign language strings.
Added a function to assign language strings to improve the organization of the script and increase future flexibility.

This should not cause any issues or require any other changes to the script.

Removed lines 69 to 201
Added lines 69 to 256
2022-07-06 17:25:24 -07:00
amd64fox d750a447ba up 1.1.89.858
- Migration to Spotify version 1.1.89.858
 - Developers fixed enhance liked (unlocked again)
2022-07-06 22:36:54 +03:00
amd64fox 22f43006ab Minor fixes 2022-07-06 18:29:48 +03:00
amd64fox 38bdc38ef4 Removing obsolete lines 2022-07-06 03:09:05 +03:00
amd64fox 720a72fcea Typo 2022-07-06 02:47:41 +03:00
amd64fox d4bda059a8 Fix for automatic install 2022-07-04 18:22:49 +03:00
amd64fox 0fe08d8f8f Update
Combination of Russian and main installer into one.
It is also now more convenient to add other languages if necessary
2022-07-03 20:45:29 +03:00
amd64fox b39f484dbd fix curl
- Disable cert revocation checks (Schannel) https://github.com/amd64fox/SpotX/issues/51
 - Added repeated web request if curl cmdlet is used
2022-07-01 23:39:17 +03:00
amd64fox d8dcb80612 Added request
- Added request to cutt.ly for patch install statistics
2022-06-29 03:37:35 +03:00
amd64fox f800b9e27a typos 2022-06-26 22:49:05 +03:00
amd64fox 105833ac9e typos 2022-06-26 22:46:39 +03:00
amd64fox 79d251511b Update
- Added support for premium accounts https://github.com/amd64fox/SpotX/issues/53
 - Fixed some bugs when reinstalling Spotify
 - Added support for input parameters, for more flexible installation https://github.com/amd64fox/SpotX/issues/22
2022-06-26 21:52:14 +03:00