Documentation
¶
Index ¶
Constants ¶
View Source
const ( SUCCESS_STR = "[OK] %s - %s\n" FAIL_STR = "[FAIL] %s - %s\n" SUCCESS_STR_COLOURED = "\u001b[32;1m[OK]\u001b[0m %s - %s\n" FAIL_STR_COLOURED = "\u001b[31;1m[FAIL]\u001b[0m %s - %s\n" SEPARATOR = "\t" LISTENED = "L" ARTIST_INDEX = 0 ALBUM_INDEX = 1 TITLE_INDEX = 2 RATING_INDEX = 5 TIMESTAMP_INDEX = 6 TIMESTAMP_NO_RTC = "0" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Track ¶
type Track struct {
// contains filtered or unexported fields
}
func StringToTrack ¶
Take a string, split it, convert time if needed and return a track
Click to show internal directories.
Click to hide internal directories.