Skip to content

Commit

Permalink
Merge pull request #69 from leepeuker/improve-letterboxd-import
Browse files Browse the repository at this point in the history
Improve messaging
  • Loading branch information
leepeuker authored Jul 22, 2022
2 parents 7e537a6 + c702dca commit 031fe01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions templates/page/settings-letterboxd.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
Export your data from <a href="https://letterboxd.com/settings/data/" target="_blank">letterboxd</a>.
<br>
The received zip archive contains .csv files with your data, which can be imported into movary.
<br>
<br>
The import only adds data missing in movary, it will not overwrite existing data.
</p>

<hr>
Expand Down
4 changes: 2 additions & 2 deletions templates/page/settings-trakt.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
placeholder="Enter client id here"
value="{{ traktClientId }}"
style="margin-left: 5%;margin-right: 5%;text-align: center;"
{% if coreAccountChangesDisabled == true %}disabled{% endif %}>
{% if coreAccountChangesDisabled == true %}disabled{% endif %}>
</div>

{% if traktCredentialsUpdated == true %}
Expand All @@ -56,7 +56,7 @@
<h5>Sync data</h5>

<p class="text-muted">You must have your trakt username and client id set to be able to sync your data with trakt. <br>
The sync only imports data missing in movary from trakt.
The import only adds data missing in movary, it will not overwrite existing data.
</p>

<div style="margin-top: 0.9rem">
Expand Down

0 comments on commit 031fe01

Please sign in to comment.