I was organizing, and wanted to have Albums tagged with literal text and %year%
Usually works, unless the literal text includes a single quote
Action = Format Value
Field = Album and
Format String = Hits of the '70s - %year%
But the single quote seems to cause nothing to be changed
If I take it out, I get Album = Hits of the 70s - 1970, but I'd like the single quote in the Album if possible
How should I format it? Thanks