mirror of
https://github.com/iluvcapra/mfbatch.git
synced 2025-12-31 00:40:52 +00:00
Nudged version
This commit is contained in:
@@ -48,7 +48,6 @@ class CommandEnv:
|
||||
def set_pattern(self, to: str, frm: str, pattern: str, repl: str):
|
||||
self.patterns[to] = (frm, pattern, repl)
|
||||
|
||||
|
||||
def evaluate_patterns(self):
|
||||
for to_key in self.patterns.keys():
|
||||
from_key, pattern, replacement = self.patterns[to_key]
|
||||
@@ -61,8 +60,6 @@ class CommandEnv:
|
||||
self.metadatums[k] = self.incr[k] % (v + 1)
|
||||
|
||||
|
||||
|
||||
|
||||
class BatchfileParser:
|
||||
"""
|
||||
A batchfile is a text file of lines. Lines either begin with a '#' to denote a
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "mfbatch"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
description = "MetaFlac batch editor"
|
||||
authors = ["Jamie Hardt <jamiehardt@me.com>"]
|
||||
readme = "README.md"
|
||||
|
||||
Reference in New Issue
Block a user