#3 - The default tooltips for podcasts have the fields displayed out-of-order
[Comment] is being added as the very last thing to the tooltip, which looks out of place.
It used to be above the filename before this happened.
I've fixed this myself using custom tooltips, but it seems like it would be better if the default was changed.
This is what I used, trying to cover all possible uses:
<b>Delimit([Name], Delimit([Duration], /), / /( ), Delimit([Track #], ./ , ))<//b>
If(IsEqual([Artist], [Album], 1), [Artist], ListBuild(1, / -/ , [Artist], [Album]))Delimit([Date], /) , / /( )
FixCase([File Type], 3)Delimit([File Size], , / -/ )
[Comment]
If(!IsEqual([Comment], [Description], 1), [Description], )
[Filename]
Additionally, it seems that you cannot use FixCase() within ListBuild()