Skip to content

Change library formatting for folder structure #188

Answered by TT-ReBORN
YuumiPie asked this question in Q&A
Discussion options

You must be logged in to vote

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:

  1. Open lib-properties.js and add the new property setting, ~line 319:
    ['Panel Library - View By Folder Hide', '', 'viewByFolderHide'],

Between these:

['Panel Library - View By', 1, 'viewBy'],
['Panel Library - View By Folder Hide', '', 'viewByFolderHide'],
…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@YuumiPie
Comment options

@TT-ReBORN
Comment options

Answer selected by YuumiPie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants