diff --git a/README.MD b/README.MD index e69d679..57f3756 100644 --- a/README.MD +++ b/README.MD @@ -1,12 +1,12 @@ # Bash Music sync -(c) 2018 Jeroen De Meerleer +(c) 2018-2019 Jeroen De Meerleer Script to sync music from one folder to another ## Usage: ``` -music-sync -s|--source -d|--dest -t|--temp +music-sync -s|--source -d|--dest music-sync Syncronises music from one folder to another. @@ -16,8 +16,9 @@ Options: -d, --dest The destionation folder of the music -t, --temp The temporary cache for converted files (default: /tmp/converted) -c, --convert Convert files before syncing + -a, --convert-art Convert album-art before syncing + -b, --bitrate When converting use this bitrate -v, --verbose <0-6> Set log level (default: 2) - -a, --convert-art Convert files before syncing -h, --help Display this help text Log levels: @@ -39,7 +40,7 @@ Exit Codes: ``` ## Licence -Copyright 2018 Jeroen De Meerleer +Copyright 2018-2019 Jeroen De Meerleer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: