mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 15:03:22 +01:00
This commit makes rewrite explicitely match items using the .lower() function instead of using Pythons builtin re.I flag. This is required as the re.I flag only allows for case-independent pattern matching with ascii chars. Even worse, the pattern is stored in lowercase when using re.I, but the value to be matched isn't lowercased. Example: [rewrite] artist Сергей Васильевич Рахманинов: Sergei Rachmaninoff |
||
|---|---|---|
| .. | ||
| bpd | ||
| lastgenre | ||
| web | ||
| __init__.py | ||
| bench.py | ||
| chroma.py | ||
| embedart.py | ||
| importfeeds.py | ||
| info.py | ||
| inline.py | ||
| lyrics.py | ||
| mbcollection.py | ||
| mpdupdate.py | ||
| rdm.py | ||
| replaygain.py | ||
| rewrite.py | ||
| scrub.py | ||