feat: add tags, remove tags, play tags, find tags #91
This commit is contained in:
@ -156,6 +156,11 @@ mode = mode
|
||||
update = update
|
||||
list_file = listfile
|
||||
|
||||
play_tag = tag
|
||||
add_tag = addtag
|
||||
remove_tag = untag
|
||||
find_tagged = findtagged, ft
|
||||
|
||||
user_ban = userban
|
||||
user_unban = userunban
|
||||
url_ban = urlban
|
||||
@ -182,6 +187,7 @@ no_file = File not found.
|
||||
wrong_pattern = Invalid regex: {error}.
|
||||
file_added = Added: {item}.
|
||||
multiple_file_added = Multiple files added:
|
||||
multiple_file_found = Found:
|
||||
bad_url = Bad URL requested.
|
||||
preconfigurated_radio = Preconfigurated Radio available:
|
||||
unable_download = Error while downloading music...
|
||||
@ -225,6 +231,12 @@ yt_no_more = No more results!
|
||||
yt_query_error = Unable to query youtube!
|
||||
playlist_fetching_failed = Unable to fetch the playlist!
|
||||
cache_refreshed = Cache refreshed!
|
||||
added_tags = Added tags <i>{tags}</i> to <b>{song}</b>.
|
||||
added_tags_to_all = Added tags <i>{tags}</i> to songs on the playlist.
|
||||
removed_tags = Removed tags <i>{tags}</i> from <b>{song}</b>.
|
||||
removed_tags_from_all = Removed tags <i>{tags}</i> from songs on the playlist.
|
||||
cleared_tags = Removed all tags from <b>{song}</b>.
|
||||
cleared_tags_from_all = Removed all tags from songs on the playlist.
|
||||
|
||||
help = <h3>Commands</h3>
|
||||
<b>Control</b>
|
||||
|
Reference in New Issue
Block a user