Adding some blank picture methods...

...to be implemented later if ever a need.
This commit is contained in:
Jamie Hardt
2024-10-17 09:50:27 -07:00
parent e2b93f5183
commit 0ba40893df

View File

@@ -329,3 +329,18 @@ they appear in the batchfile.
""" """
val = args[0] val = args[0]
self.env.set_once('DESCRIPTION', val) 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