mirror of
https://github.com/beetbox/beets.git
synced 2026-01-09 17:33:51 +01:00
fromfilename: Swap regex lines as suggested in #4561
This commit is contained in:
parent
2106f471af
commit
2839302d53
1 changed files with 1 additions and 1 deletions
|
|
@ -29,8 +29,8 @@ PATTERNS = [
|
|||
r'^(?P<track>\d+)[\s.\-_]+(?P<artist>.+)[\-_](?P<title>.+)[\-_](?P<tag>.*)$',
|
||||
r'^(?P<artist>.+)[\-_](?P<title>.+)$',
|
||||
r'^(?P<track>\d+)[\s.\-_]+(?P<artist>.+)[\-_](?P<title>.+)$',
|
||||
r'^(?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+).*$',
|
||||
|
|
|
|||
Loading…
Reference in a new issue