Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
 - migration to Spotify version 1.1.92.647
 - added to the settings cleaning downloaded tracks and cache
 - fixed minor bugs and link paths
  • Loading branch information
amd64fox committed Aug 16, 2022
1 parent 5d9acf5 commit 61738f2
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 99 deletions.
91 changes: 0 additions & 91 deletions .github/Doc/FAQ.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ body:
- type: checkboxes
attributes:
label: 🧐 Have you read the FAQ and viewed similar issues?
description: Please read the <a href="https://github.com/amd64fox/SpotX/blob/main/.github/Doc/FAQ.md#faq">FAQ</a>. Also check the open and closed <a href="https://github.com/amd64fox/SpotX/issues">issue</a> because your issue may have already been fixed.
description: Please read the <a href="https://github.com/amd64fox/SpotX/discussions/111">FAQ</a>. Also check the open and closed <a href="https://github.com/amd64fox/SpotX/issues">issue</a> because your issue may have already been fixed.
options:
- label: I have read the FAQ
required: true
- label: I have checked older issues, open and closed
required: true
- label: I did a clean install of SpotX as <a href="https://github.com/amd64fox/SpotX/blob/main/.github/Doc/FAQ.md#i-have-an-error--bug--strange-client-behavior-what-can-i-do-">described in the FAQ</a>
- label: I did a clean install of SpotX as <a href="https://github.com/amd64fox/SpotX/discussions/111#discussion-4304353">described in the FAQ</a>
required: true
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: ✏️ FAQ
url: https://github.com/amd64fox/SpotX/blob/main/.github/Doc/FAQ.md#faq
url: https://github.com/amd64fox/SpotX/discussions/111
about: Read the frequently asked questions, maybe it will help solve your problem right now.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/installer-new-translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
id: lang
attributes:
label: What language do you want to translate into?
description: Also pay attention to the <a href="https://github.com/amd64fox/SpotX/blob/0f42f1be40798dbe85fb1f765b266cca4ffe9a6c/Install.ps1#L98">languages</a> that have already been added.
description: Also note the already added languages in the <a href="https://github.com/amd64fox/SpotX/discussions/60">Language parameters</a> section
placeholder: e.g. English
validations:
required: true
Expand All @@ -25,7 +25,7 @@ body:
Now you can start translating strings, a few notes before you start:
- Translation strings start after an equals sign and are enclosed in quotation marks
- There are variables before the equal sign, they do not need to be translated.
- Also, if you come across characters <kbd>{0}</kbd>, <kbd>{1}</kbd> or file names, then just skip them.
- Also, if you come across characters <kbd>{0}</kbd>, <kbd>{1}</kbd>, <kbd>[Y/N]</kbd> or file names, then just skip them.
Good luck to you.
value: |
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion Install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,15 @@ function Helper($paramname) {
"OffRujs" {
# Remove all languages except En and Ru from xpui.js
$rus_js = @{
OffRujs = '(en:{displayName:"English",displayNameEn:"English"}).*"Zulu"', '$1,ru:{displayName:"Русский",displayNameEn:"Russian"'
OffRujs = '(a\.go\.en,)(.+?\])', '$1a.go.ru]'
# temporary translation
clear = 'Remove all downloads', 'Удалить все загрузки'
clear2 = 'Clear cache', 'Очистка кеша'
clear3 = 'Temporary files that Spotify stores for a faster experience on slow networks', 'Временные файлы, которые Spotify хранит для более быстрой работы в медленных сетях'
clear4 = 'Content you have downloaded for offline use', 'Контент, который вы скачали для автономного использования'
clear5 = 'null,"Storage"', 'null,"Хранилище"'
clear6 = '"Downloads:"', '"Загрузки:"'
clear7 = '"Cache:"', '"Кэш:"'
}
$n = ($lang).NoVariable2
$contents = $rus_js
Expand Down Expand Up @@ -1332,6 +1340,7 @@ function Helper($paramname) {
ExpFeatures15 = '(Enable showing a new and improved device picker UI",default:)(!1)', '$1!0'
ExpFeatures16 = '(Enable the new home structure and navigation",default:)(!1)', '$1!0'
ExpFeatures17 = '(Show "Made For You" entry point in the left sidebar.,default:)(!1)', '$1!0'
ExpFeatures18 = '(Enable option in settings to clear all downloads",default:)(!1)', '$1!0'
}
if ($enhance_like_off) { $exp_features.Remove('ExpFeatures10') }
if ($enhance_playlist_off) { $exp_features.Remove('ExpFeatures11') }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<h1>System requirements</h1>

- <strong>OS: Windows 7-11</strong>
- <strong>Spotify: Recommended official version [1.1.91.824](https://cutt.ly/8EH6NuH)</strong>
- <strong>Spotify: Recommended official version [1.1.92.647](https://cutt.ly/8EH6NuH)</strong>
- <strong>For Windows Desktop only (Microsoft store version is not suitable).</strong>
- <strong>PowerShell: 3 or higher</strong>

Expand Down Expand Up @@ -181,7 +181,7 @@ or

<h1>FAQ</h1>

- Read [FAQ](https://github.com/amd64fox/SpotX/blob/main/.github/Doc/FAQ.md#faq)
- Read [FAQ](https://github.com/amd64fox/SpotX/discussions/111)

<h1>Credits</h1>

Expand Down

0 comments on commit 61738f2

Please sign in to comment.