Thanks, that's what I did.
I just wanted to add some information for Movies.
[Tooltip]
FirstNotEmpty([Tooltip - Movie])
[Tooltip - Movie]
If(IsEqual([Media Sub Type],Movie,1), <font size="140"><b>[Name]<//b> [Year]<//font>
If(!IsEmpty([Comment]),[Comment], If(IsEqual([File Type],iso,1),[File Type],TVInfo(SizeDisplay)If(!IsEmpty([Compression]),/ / [Compression],/ / [File Type])))
If(!IsEmpty([Description]),[Description]
,)If(!IsEmpty([Director]),<b>Director:<//b> [Director]
,)If(!IsEmpty([Country]),<b>Country:<//b> [Country]
,)If(!IsEmpty([Actors]),<b>Actors:<//b> [Actors],)
,)
I'm using MC to catalog all my movies, whether on a hard disc or not.
When it's a dvd or a bluray that is not copied on a hard disc, I add it as a comment: dvd or br. Otherwise, I leave the comment field empty. Obviously, I could also use a custom field for that, if I decided to use comments for other information.
And I test whether [File Type]=iso, since in that case, information such as Duration and Compression is not available.