-
Sorry if this is a simple question or asked before but is it possible to change the track formatting for "View by Folder Structure" to something like "title" instead of "01. title.flac" (bascially display title of file instead of filename)? And if not, is it possible to do so in a custom format? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @YuumiPie, this is only possible if you manipulate it via regexp. You can not do any custom title formatting because it reads only the filename. Currently I am rewriting and refactoring the whole Georgia-ReBORN again ( nearly finished ), but if you can not wait
Between these:
Between these:
Now you can start foobar, go to the Library panel, click on the top right hamburger ... menu > Views > View by Folder Structure. -TT P.S. I have wrote this also because @Wil-B, may have interest to implement this feature to his original Library tree =) |
Beta Was this translation helpful? Give feedback.
Hi @YuumiPie,
this is only possible if you manipulate it via regexp. You can not do any custom title formatting because it reads only the filename.
So, I have implemented 3 options, to hide album year, track number and file extension. There is nothing more you can do.
Currently I am rewriting and refactoring the whole Georgia-ReBORN again ( nearly finished ), but if you can not wait
for the next commit, you could implement it in yours:
['Panel Library - View By Folder Hide', '', 'viewByFolderHide'],
Between these: