From 0ba40893df1fca30125c349969064e4dbb610191 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 17 Oct 2024 09:50:27 -0700 Subject: [PATCH] Adding some blank picture methods... ...to be implemented later if ever a need. --- mfbatch/commands.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/mfbatch/commands.py b/mfbatch/commands.py index 85cd982..fc3d9ed 100644 --- a/mfbatch/commands.py +++ b/mfbatch/commands.py @@ -329,3 +329,18 @@ they appear in the batchfile. """ val = args[0] self.env.set_once('DESCRIPTION', val) + + # def picture(self, args): + # """ + # picture PATH + # Add PATH as a picture (flac picture type 0) to this and every + # subsequent file. + # """ + # pass + # + # def nopicture(self, args): + # """ + # unpicture + # Remove all p + # """ + # pass