mirror of
https://github.com/iluvcapra/mfbatch.git
synced 2025-12-31 08:50:51 +00:00
Adding some blank picture methods...
...to be implemented later if ever a need.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user