1fa411fb1d
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()` |
||
---|---|---|
.gitignore | ||
App.go | ||
client.go | ||
fileBrowser.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
progressBar.go | ||
README.md | ||
utils.go |