Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SpotifyBackup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robert Goldmann
SpotifyBackup
Commits
671e13af
Commit
671e13af
authored
1 year ago
by
Robert Goldmann
Browse files
Options
Downloads
Patches
Plain Diff
v1.11.0
parent
d04d2cd9
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+4
-2
4 additions, 2 deletions
Dockerfile
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
version.json
+3
-3
3 additions, 3 deletions
version.json
with
8 additions
and
6 deletions
Dockerfile
+
4
−
2
View file @
671e13af
...
...
@@ -6,7 +6,9 @@ RUN curl -sSL https://install.python-poetry.org | python -
COPY
. /opt/SpotifyBackup
WORKDIR
/opt/SpotifyBackup
RUN
/root/.local/bin/poetry
install
--no-root
RUN
ln
-s
$(
$HOME
/.poetry/bin/poetry
env
info
-p
)
/opt/SpotifyBackup/myvenv
RUN
/root/.local/bin/poetry
install
--no-root
&&
\
/root/.local/bin/poetry cache clear
--all
.
RUN
ln
-s
$(
$HOME
/.local/share/pypoetry/venv/bin/poetry
env
info
-p
)
/opt/SpotifyBackup/myvenv
CMD
[ "/opt/SpotifyBackup/myvenv/bin/python", "/opt/SpotifyBackup/SpotifyBackup.py" ]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
671e13af
[tool.poetry]
name
=
"SpotifyBackup"
version
=
"1.1
0
.0"
version
=
"1.1
1
.0"
description
=
"Simple script for backing up public playlists from Spotify."
authors
=
[
"deadlocker8"
]
...
...
This diff is collapsed.
Click to expand it.
version.json
+
3
−
3
View file @
671e13af
{
"version"
:
{
"name"
:
"v1.1
0
.0"
,
"code"
:
1
3
,
"date"
:
"
28.08
.23"
"name"
:
"v1.1
1
.0"
,
"code"
:
1
4
,
"date"
:
"
09.10
.23"
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment