diff options
author | Pouria Rezaei <Pouria.rz@outlook.com> | 2024-07-22 09:45:24 +0330 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-22 14:11:34 +0700 |
commit | 4189623ada501998fa7dbdcda66e8f3a1a9e33ca (patch) | |
tree | 11d124edf9c4f8ea86e7b164160e2a7d0294f894 /audio | |
parent | 87d324a1b65ad819f7bcfe6bf3d0965bf159a828 (diff) |
audio/tauonmb: Maintainer's adjustment.
Ctrl + R really enough for rename.
F2 key used to be theme changer in tauonmb old days, if you're old
user and removed data folder for fresh start, you have probably
realized. Now, current data of user won't be compromised; users with
new data or those who wish to remove their data Should experience this
key like old days :)
Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tauonmb/config/fix-tauon-options.patch | 13 | ||||
-rw-r--r-- | audio/tauonmb/tauonmb.SlackBuild | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/audio/tauonmb/config/fix-tauon-options.patch b/audio/tauonmb/config/fix-tauon-options.patch index 4b02e04eaff5a..694a640a9023c 100644 --- a/audio/tauonmb/config/fix-tauon-options.patch +++ b/audio/tauonmb/config/fix-tauon-options.patch @@ -81,3 +81,16 @@ index 4848b7b2..cc662a74 100644 def use_id3(tags, nt): def natural_get(tag, track, frame, attr): +diff --git a/input.txt b/input.txt +index d3a9268..996727f 100644 +--- a/input.txt ++++ b/input.txt +@@ -58,7 +58,7 @@ pagedown PageDown + delete-playlist W Ctrl + delete-playlist-force W Shift Ctrl + rename-playlist R Ctrl +-rename-playlist F2 ++cycle-theme F2 + new-playlist T Ctrl + + new-generator-playlist E Ctrl Shift diff --git a/audio/tauonmb/tauonmb.SlackBuild b/audio/tauonmb/tauonmb.SlackBuild index 69b056e4609f3..da73e875bd727 100644 --- a/audio/tauonmb/tauonmb.SlackBuild +++ b/audio/tauonmb/tauonmb.SlackBuild @@ -68,6 +68,7 @@ cd $SRCNAM-$VERSION # - Replace my own isounidecode with Unidecode. # - Pass libgme. +# - Revert old days theme changer! patch -p1 < $CWD/config/fix-tauon-options.patch # Make libgme optional, isn't this messy already? |