From 81835b0721e3580a883e4106efc7afe3cf6c45a8 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Sat, 18 Mar 2023 19:08:46 -0400 Subject: [PATCH] Update embedart.py --- beetsplug/embedart.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beetsplug/embedart.py b/beetsplug/embedart.py index 4bb635950..a6c858502 100644 --- a/beetsplug/embedart.py +++ b/beetsplug/embedart.py @@ -82,8 +82,10 @@ class EmbedCoverArtPlugin(BeetsPlugin): ) embed_cmd.parser.add_option('-f', '--file', metavar='PATH', help='the image file to embed') + embed_cmd.parser.add_option("-y", "--yes", action="store_true", help="skip confirmation") + embed_cmd.parser.add_option('-u', '--url', action="store_true", help='the URL of the image file to embed')