gomu icon indicating copy to clipboard operation
gomu copied to clipboard

golang TUI music player

Results 15 gomu issues
Sort by recently updated
recently updated
newest added

type Stat_t in the method populate of playlist.go has different modify time name with different kernel. ![image](https://user-images.githubusercontent.com/5895441/155099366-47ad7365-4a22-4942-9314-ba55c5488141.png) ex: https://github.com/golang/go/blob/master/src/syscall/ztypes_linux_amd64.go#L114 https://github.com/golang/go/blob/master/src/syscall/ztypes_darwin_arm64.go#L75

good first issue

Hi, I tried GOMU it looks promising. But unfortunately, I could not play m4a files, says ``` mp3: free bitrate format is not supported. Header word is 0xffff0000 at position...

good first issue

After install from AUR using paru ``` $ paru -Qi gomu Name : gomu Version : 2.1.1-1 Description : Terminal User Interface (TUI) Music Player Architecture : x86_64 URL :...

This support play music by mpd and can lower cpu usage during playing dramatically. When playing with beep, my gotop cpu usage of gomu is around 20%, but when use...

I met a problem for both beep and mpd: When open the app, the cup usage for gomu in gotop for mpd is about 2%, and beep is about 20%....

Do you think it's good to have i18n support? I checked pkg.go.dev and found several packages with similar popularity. Cannot figure out the good one to choose.

As it's been working quite well now, how about post to awesome-go and tview repo so that more people can use it?

As of recent merged pr #41 where I mention we cannot directly access the creation time of file https://github.com/issadarkthing/gomu/pull/41#issuecomment-800277029. I am still indecisive on we should use `ctime` or `mtime`...

I notice after some time, song randomly paused for like 1 seconds. This only happen when it has played a few songs. Currently, I'm not able to reproduce the bug.