feat: 'delete' command to remove files from library
This commit is contained in:
@ -162,6 +162,7 @@ add_tag = addtag
|
||||
remove_tag = untag
|
||||
find_tagged = findtagged, ft
|
||||
search = search
|
||||
delete_from_library = delete
|
||||
add_from_shortlist = shortlist, sl
|
||||
|
||||
user_ban = userban
|
||||
@ -188,8 +189,10 @@ not_admin = You are not an admin!
|
||||
not_playing = Nothing is playing right now.
|
||||
no_file = File not found.
|
||||
wrong_pattern = Invalid regex: {error}.
|
||||
file_added = Added: {item}.
|
||||
multiple_file_added = Multiple files added:
|
||||
file_added = Added {item}.
|
||||
file_deleted = Deleted {item} from the library.
|
||||
multiple_file_added = Multiple items added:
|
||||
multiple_file_deleted = Multiple items deleted from the library:
|
||||
multiple_file_found = Found:
|
||||
bad_url = Bad URL requested.
|
||||
preconfigurated_radio = Preconfigurated Radio available:
|
||||
@ -287,6 +290,7 @@ help = <h3>Commands</h3>
|
||||
<li> <b>!<u>un</u>tag </b> {index/*} {tags} - remove {tags} from {index}-th item on the playlist. </li>
|
||||
<li> <b>!<u>un</u>tag </b> {index/*} * - remove all tags from {index}-th item on the playlist. </li>
|
||||
<li> <b>!<u>fin</u>dtagged </b> (or <b>!ft</b>) {tags} - find item with {tags} in the music library. </li>
|
||||
<li> <b>!<u>del</u>ete </b> {index} - delete {index}-th item on the shortlist from the music library. </li>
|
||||
</ul>
|
||||
<b>Other</b>
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user