From 2b8153a69a4d3a230eae29dfaf53191eea72f06f Mon Sep 17 00:00:00 2001
From: amd64fox
Date: Sat, 24 Sep 2022 12:48:05 +0300
Subject: [PATCH] edit description and links
---
.github/ISSUE_TEMPLATE/bug_report.yml | 4 ++--
.github/ISSUE_TEMPLATE/config.yml | 2 +-
Install.ps1 | 2 +-
README.md | 22 +++++++---------------
4 files changed, 11 insertions(+), 19 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index dae9079..2348af1 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -5,13 +5,13 @@ body:
- type: checkboxes
attributes:
label: 🧐 Have you read the FAQ and viewed similar issues?
- description: Please read the FAQ. Also check the open and closed issue because your issue may have already been fixed.
+ description: Please read the FAQ. Also check the open and closed issue 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 described in the FAQ
+ - label: I did a clean install of SpotX as described in the FAQ
required: true
- type: markdown
attributes:
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index fb3dda0..1d7ffd3 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: ✏️ FAQ
- url: https://github.com/amd64fox/SpotX/discussions/111
+ url: https://telegra.ph/SpotX-FAQ-09-19
about: Read the frequently asked questions, maybe it will help solve your problem right now.
\ No newline at end of file
diff --git a/Install.ps1 b/Install.ps1
index a8ddcbc..d81ad2f 100644
--- a/Install.ps1
+++ b/Install.ps1
@@ -882,7 +882,7 @@ function Helper($paramname, $addstring) {
"Discriptions" {
# Add discriptions (xpui-desktop-modals.js)
$discript = @{
- Log = '(..createElement\(....,{source:).....get\("about.copyright",.\),paragraphClassName:.}\)', "`$1`"More about SpotX
`"}),`$1`'Github`'}),`$1`'FAQ'}),`$1`'Telegram channel`'}),`$1`'Create an issue report`'}),`$1`"
`"}),`$1`"DISCLAIMER
`"}),`$1`"SpotX is a modified version of the official Spotify client, provided as an evaluation version, you use it at your own risk.`"})"
+ Log = '(..createElement\(....,{source:).....get\("about.copyright",.\),paragraphClassName:.}\)', "`$1`"More about SpotX
`"}),`$1`'Github`'}),`$1`'FAQ'}),`$1`'Telegram channel`'}),`$1`'Create an issue report`'}),`$1`"
`"}),`$1`"DISCLAIMER
`"}),`$1`"SpotX is a modified version of the official Spotify client, provided as an evaluation version, you use it at your own risk.`"})"
}
$n = ($lang).NoVariable6
$contents = $discript
diff --git a/README.md b/README.md
index ae60cdf..5d6b418 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
-
+
Modified Spotify Client for Windows
@@ -23,18 +23,10 @@
- Blocks all banner, video and audio ads in the client
- Unlocks the skip function of any track
-- Full screen mode activated
-- Hidden podcasts and episodes from the homepage (optional)
-- Blocks automatic updates (optional)
-- Automatic [cache clearing](https://github.com/amd64fox/SpotX/discussions/2) (optional)
-- Enabled [enhance playlist](https://github.com/amd64fox/SpotX/discussions/50#discussion-4108773)
-- Enabled [enhance liked songs UI](https://github.com/amd64fox/SpotX/discussions/50#discussioncomment-2851482)
-- Enabled [new lyrics](https://github.com/amd64fox/SpotX/discussions/50#discussioncomment-2851485)
-- Enabled [a condensed discography shelf on artist pages](https://github.com/amd64fox/SpotX/discussions/50#discussioncomment-2851591)
-- Enabled [Ignore In Recommendations](https://github.com/amd64fox/SpotX/discussions/50#discussioncomment-2996165)
-- Enabled [Equalizer](https://github.com/amd64fox/SpotX/discussions/50#discussioncomment-3179778)
-- Enabled [new device picker panel](https://github.com/amd64fox/SpotX/discussions/50#discussioncomment-3179782)
-- Activated ["Made For You" in the left sidebar](https://github.com/amd64fox/SpotX/discussions/50#discussioncomment-2853981)
+- Hiding podcasts and episodes from the homepage (optional)
+- Block Spotify automatic updates (optional)
+- Automatic clearing of [audio cache](https://github.com/amd64fox/SpotX/discussions/2) (optional)
+- More experimental features have been activated ([see the full list](https://github.com/amd64fox/SpotX/discussions/50))
- Disabled Sentry (Prevented Sentry from sending console log/error/warning to Spotify developers)
- Disabled logging (Stopped various elements to log user interaction)
- Removed RTL rules (Removed all right-to-left CSS rules to simplify CSS files)
@@ -190,8 +182,8 @@ or
FAQ
-- Read [FAQ](https://github.com/amd64fox/SpotX/discussions/111)
+- Read [FAQ](https://telegra.ph/SpotX-FAQ-09-19)
Credits
-- The repository is based on BlockTheSpot, and also some tricks were taken from spicetify-cli, many thanks to the contributors
+- This repository partially uses BlockTheSpot, and also some tricks were taken from spicetify-cli, many thanks to the contributors