TT-ReBORN / Georgia-ReBORN

A Clean · Full Dynamic Color Reborn · Foobar2000 player
MIT License
524 stars 25 forks source link

? - ? - Title #109

Closed PhilJbt closed 1 year ago

PhilJbt commented 1 year ago

I am trying to hide all the ? - ? -. Neither edit the georgia-reborn-config.jsonc nor check the option menu seems to allow that.

Is it possible to hide them and, if so, could you tell me how to proceed?

foobar2k

TT-ReBORN commented 1 year ago

Hi @PhilJbt,

In general, I advise and recommend to all users to properly tag their music files. From the screenshot, it seems you've deactivated the playlist group header and the theme will use the default pattern: %artist% - %album% - %title%[ '('%original artist%' cover)']

If you want to hide untagged music files, you can use your own pattern for the playlist title row, it is the same as already answered here: https://github.com/TT-ReBORN/Georgia-ReBORN/discussions/108

That means, you open your georgia-reborn-config.jsonc file and go to section: "settings"

"playlistCustomTitle": "[%artist% - %album% -  ]%title%[ '('%original artist%' cover)']", // You can use your own custom title pattern for the playlist row
"playlistCustomTitleNoHeader": "[%artist% - %album% -  ]%title%[ '('%original artist%' cover)']", // You can use your own custom title pattern for the playlist row - when playlist header is not being displayed

You can use both of these pattern to hide%artist% - %album% - if these tag fields are blank...

-TT

PhilJbt commented 1 year ago

Thank you!