Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Martin Giger
funkwhale
Commits
8c0d1682
Commit
8c0d1682
authored
5 years ago
by
Ciaran Ainsworth
Browse files
Options
Downloads
Patches
Plain Diff
Changed wording of playlist edit
parent
ecc3ed3a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/users/playlists.rst
+6
-6
6 additions, 6 deletions
docs/users/playlists.rst
front/src/views/playlists/Detail.vue
+1
-1
1 addition, 1 deletion
front/src/views/playlists/Detail.vue
with
7 additions
and
7 deletions
docs/users/playlists.rst
+
6
−
6
View file @
8c0d1682
...
...
@@ -41,7 +41,7 @@ To add the currently playing song to a playlist:
- On the player at the bottom left of the screen, select the list icon to bring up the playlists pop-up
- Find the playlist you would like to add the song to and click "Add track"
- The changes will be saved automatically. Click "
End
Editi
o
n" to stop editing the playlist
- The changes will be saved automatically. Click "
Stop
Editin
g
" to stop editing the playlist
Add Music From Library
^^^^^^^^^^^^^^^^^^^^^^^^^
...
...
@@ -51,7 +51,7 @@ To add tracks from anywhere in Funkwhale:
- Search for the song or album you want to add to the playlist in the Search menu
- Next to the song in question, you will see a list icon. Click on this to bring up the playlists pop-up
- Find the playlist you would like to add the song to
- The changes will be saved automatically. Click "
End
Editi
o
n" to stop editing the playlist
- The changes will be saved automatically. Click "
Stop
Editin
g
" to stop editing the playlist
Add Music From Queue
^^^^^^^^^^^^^^^^^^^^^^^
...
...
@@ -63,7 +63,7 @@ To store the music that is currently in your queue:
- Click on the playlist you want to add your content to
- In the window that appears, select "Edit" to start a new edition
- In the "Playlist editor" that appears, select "Insert from Queue" to add all content
- The changes will be saved automatically. Click "
End
Editi
o
n" to stop editing the playlist
- The changes will be saved automatically. Click "
Stop
Editin
g
" to stop editing the playlist
Edit Playlist Contents
----------------------
...
...
@@ -79,7 +79,7 @@ To remove a song or songs from a playlist:
- In the window that appears, select "Edit" to start a new edition
- For any track you want to remove, click on the red trash can icon on the right-hand side
- To remove all tracks at once, click "Clear Playlist"
- The changes will save automatically. Click "
End
Editi
o
n" to stop editing the playlist
- The changes will save automatically. Click "
Stop
Editin
g
" to stop editing the playlist
Reorder Music in a Playlist
^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
...
@@ -91,7 +91,7 @@ To change the order of songs in a playlist:
- Click on the playlist you want to reorder
- In the window that appears, select "Edit" to start a new edition
- Drag the songs into the new order you want to store them in
- The changes will save automatically. Click "
End
Editi
o
n" to stop editing the playlist
- The changes will save automatically. Click "
Stop
Editin
g
" to stop editing the playlist
Edit Playlist Settings
----------------------
...
...
@@ -104,7 +104,7 @@ If you want to change the name or visibility of a playlist, you will need to edi
- In the window that appears, select "Edit" to start a new edition
- Change the "Playlist name" or "Playlist visibility" to their new values
- Click "Update playlist" to commit your changes
- Click "
End
Editi
o
n" to stop editing the playlist
- Click "
Stop
Editin
g
" to stop editing the playlist
Delete a Playlist
-----------------
...
...
This diff is collapsed.
Click to expand it.
front/src/views/playlists/Detail.vue
+
1
−
1
View file @
8c0d1682
...
...
@@ -28,7 +28,7 @@
v-if=
"$store.state.auth.profile && playlist.user.id === $store.state.auth.profile.id"
@
click=
"edit = !edit"
>
<i
class=
"pencil icon"
></i>
<template
v-if=
"edit"
><translate
translate-context=
"Content/Playlist/Button.Label/Verb"
>
End e
diti
o
n
</translate></
template
>
<template
v-if=
"edit"
><translate
translate-context=
"Content/Playlist/Button.Label/Verb"
>
Stop E
ditin
g
</translate></
template
>
<
template
v-else
><translate
translate-context=
"Content/*/Button.Label/Verb"
>
Edit
</translate></
template
>
</button>
<button
...
...
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