Dropdown button in "Burn disc" dialog doesn't work
Hello. I have a handful of files with album frames formatted like this: "MDS_1998.03.12". I woud like to copy this frame and paste it into the date frame in the proper format but can't figure out how to do this correctly. The furtherst I got is this: Source: %{album} Extraction: %{date}([^MDS_].+) But it produces an error. Maybe because date should be in DDDD-DD-DD format, not in DDDD.DD.DD. How can I replace dot with a hyphen in kid3 regex?