There are two ways the information is shown if the Node is a directory then the relativePath is shown else the attributes of the song are shown. For this Layout ( song attributes ) We can divide the Screen three Part | Title | Artist | Album | | | | | | | | | | | | | | | | | ~~~~~~~~~~~~~ Screen Width ~~~~~~~~~~~~~~~~~~~~~~ if the length of each of the attribute is less than ( Screen Width / 3 ) then we can add spaces to the end else we can shorten the string to fit into the screen width this functionality is done with the help of `getFormattedString()`
Description
Languages
Go
98.7%
Shell
1.3%