mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
some cleanup
This commit is contained in:
parent
dee0d7e9a0
commit
ccfaf07021
2
AAXtoMP3
2
AAXtoMP3
@ -12,7 +12,7 @@ targetdir=
|
||||
|
||||
while true; do
|
||||
case "$1" in
|
||||
-f | --flac ) codec=flac; extension=flac; shift ;;
|
||||
-f | --flac ) codec=flac; extension=flac; mode=single ; shift ;;
|
||||
-a | --aac ) codec=copy; extension=m4a; mode=single ;shift ;;
|
||||
-o | --opus ) codec=libopus; extension=ogg; shift ;;
|
||||
-s | --single ) mode=single; shift ;;
|
||||
|
Loading…
Reference in New Issue
Block a user