diff --git a/beetsplug/fromfilename.py b/beetsplug/fromfilename.py index c216a654e..74004a502 100644 --- a/beetsplug/fromfilename.py +++ b/beetsplug/fromfilename.py @@ -30,10 +30,10 @@ PATTERNS = [ r'^(?P.+)[\-_](?P.+)$', r'^(?P<track>\d+)[\s.\-_]+(?P<artist>.+)[\-_](?P<title>.+)$', r'^(?P<track>\d+)[\s.\-_]+(?P<title>.+)$', - r'^(?P<title>.+)$', r'^(?P<track>\d+)\s+(?P<title>.+)$', r'^(?P<title>.+) by (?P<artist>.+)$', r'^(?P<track>\d+).*$', + r'^(?P<title>.+)$', ] # Titles considered "empty" and in need of replacement.