warbo-utilities: 524c2238398aedbf1173a66639b0a851ca747cbb

     1: From: Chris Warburton
     2: Date: Sat, 12 Aug 2017 06:57:09 +0100
     3: State: resolved
     4: Subject: Use kid3 for tag getting/setting
     5: Message-Id: <a9a177d4bb6ee1bb-0-artemis@nixos>
     6: resolution: fixed
     7: 
     8: It seems to support everything, although kid3-cli is a little awkward:
     9: 
    10:  - We have to give the directory name, and run a command to "select" the
    11:    file
    12:  - We have to quote everything carefully, since we're building up
    13:    kid3-cli commands inside bash commands
    14:  - We have to run "save"
    15:  - We need to set DISPLAY, even though it's a CLI...
    16: 
    17: All in all, a bit of a faff.
    18: 
    19: We have a "set tag" script. We should make that check for kid3 and fall
    20: back to nix-shell if not found; that way, we can provide kid3 from
    21: another script, and not have to run nix-shell over and over in a loop.
    22: 
    23: We should make a "get tag" script.
    24: 
    25: Edit the other scripts to use these for their getting and setting needs.

Generated by git2html.