Update InfoSpotifyFeatures.vue
This commit is contained in:
parent
5fb5ae4ace
commit
b27ae61b48
@ -1,39 +1,31 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<h1 class="mb-8 text-5xl">{{ $t('settings.spotify.question') }}</h1>
|
<h1 class="mb-8 text-5xl">{{ $t('settings.spotify.question') }}</h1>
|
||||||
<p class="mb-2 text-base">
|
<p class="mb-2 text-base">{{ $t('settings.spotify.howTo.prologue') }}</p>
|
||||||
"Spotify Features" is a set of features that lets you convert Spotify tracks and albums links into Deezer ones. If
|
<p class="mb-2 text-base">{{ $t('settings.spotify.howTo.info') }}</p>
|
||||||
you provide a Spotify Playlist link the app will autmatically convert all the links of the tracks inside it into
|
|
||||||
deezer tracks. Enabling this set of features will let you see your public Spotify playlists in the favorites tab
|
|
||||||
as well.
|
|
||||||
</p>
|
|
||||||
<p class="mb-2 text-base">For security reasons you will need to provide your own Client ID and Secret</p>
|
|
||||||
|
|
||||||
<h2 class="mt-6 text-3xl">How do I get my Client ID and Secret?</h2>
|
<h2 class="mt-6 text-3xl">{{ $t('settings.spotify.howTo.questionOne.title') }}</h2>
|
||||||
<p class="mb-2 text-base">
|
<p class="mb-2 text-base">
|
||||||
Connect to
|
{{ $t('settings.spotify.howTo.questionOne.stepOne.partOne') }}
|
||||||
<a href="https://developer.spotify.com/dashboard" target="_blank">Spotify for Developers's Dashboard</a> and login
|
<a href="https://developer.spotify.com/dashboard" target="_blank">{{ $t('settings.spotify.howTo.questionOne.stepOne.partTwo') }}</a> {{ $t('settings.spotify.howTo.questionOne.stepOne.partThree') }}
|
||||||
with your Spotify account.
|
|
||||||
</p>
|
</p>
|
||||||
<p class="mb-2 text-base">
|
<p class="mb-2 text-base">
|
||||||
Click on "Create an App".<br />
|
{{ $t('settings.spotify.howTo.questionOne.stepTwo') }}
|
||||||
<img src="https://i.imgur.com/YFz7rHj.png" alt="Create an App button on Spotify for Developers's Dashboard" />
|
<img src="https://i.imgur.com/YFz7rHj.png" :alt="$t('settings.spotify.howTo.questionOne.stepTwoAlt')" />
|
||||||
</p>
|
</p>
|
||||||
<p class="mb-2 text-base">
|
<p class="mb-2 text-base">
|
||||||
Fill out the "App name" and "App description" fields and check both checkboxes. Then click on the "Create"
|
{{ $t('settings.spotify.howTo.questionOne.stepThree') }}
|
||||||
button.<br />
|
<img src="https://i.imgur.com/A9cvDkK.png" :alt="$t('settings.spotify.howTo.questionOne.stepThreeAlt')" />
|
||||||
<img src="https://i.imgur.com/A9cvDkK.png" alt="Create an app form" />
|
|
||||||
</p>
|
</p>
|
||||||
<p class="mb-2 text-base">
|
<p class="mb-2 text-base">
|
||||||
Now you can see the Client ID. If you click on "Show Client Secret" the client secret will be revealed.<br />
|
{{ $t('settings.spotify.howTo.questionOne.stepFour') }}
|
||||||
<img src="https://i.imgur.com/foEfIhO.png" alt="Screen of client ID and Secret" />
|
<img src="https://i.imgur.com/foEfIhO.png" :alt="$t('settings.spotify.howTo.questionOne.stepFourAlt')" />
|
||||||
</p>
|
</p>
|
||||||
<p class="mb-2 text-base">Now you can copy-paste those results in the appropriate fields in the settings.</p>
|
<p class="mb-2 text-base">{{ $t('settings.spotify.howTo.questionOne.stepFive') }}</p>
|
||||||
|
|
||||||
<h2 class="mt-6 text-3xl">How do I get my Spotify Username?</h2>
|
<h2 class="mt-6 text-3xl">{{ $t('settings.spotify.howTo.questionTwo.title') }}</h2>
|
||||||
<p class="mb-2 text-base">
|
<p class="mb-2 text-base">
|
||||||
You can get your Spotify Username from the
|
{{ $t('settings.spotify.howTo.questionTwo.stepOne.partOne') }} <a href="https://www.spotify.com/it/account/overview/" target="_blank">{{ $t('settings.spotify.howTo.questionTwo.stepOne.partTwo') }}</a> {{ $t('settings.spotify.howTo.questionTwo.stepOne.partThree') }}.
|
||||||
<a href="https://www.spotify.com/it/account/overview/" target="_blank">Overview page on Spotify's Website</a>.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user