One way to accomplish this would be to tweak the Links feature such that it could point to locally stored document files. This way we could stay in audio only views but still be able to access the document file when we want more information.
That's an interesting idea! This can be done right now, although probably not in as flexible manner as you might wish. This is what I came up with...
If media folder structure is perfectly consistent (like they would be if all were set using
Rename, Move & Copy Files), a search like the following could be used to display additional information. In this case, this would be my document for saving something like an album review. A similar one could be used for Artist, Style, Genre (or whatever) documents.
file:////M://[Genre]//[Style]//[Artist]//[Year] [Album]//[Album] INFO.htmlMy media folder structure isn't perfectly consistent. For this and other reasons, I might prefer a dedicated set of folders for these documents. Then the folder structure and query might be:
file:////M://Album Info//[Artist]//[Album].htmlIt's a slick way to display additional information. I set the search to "Open in a new tab," and a HTML document is, of course, rendered nicely (if existing files are text, I don't know if this could be made to work). The main problem I see is there is no obvious way to tell if additional information exists. If it doesn't, the search returns a browser error. That wouldn't be an issue, of course, if the additional information exists in all or most cases.