282 Commits (master)
 

Author SHA1 Message Date
Sasha Koshka 6e4c3fb452 Oh my god 12 months ago
Sasha Koshka fde0ad89f7 Oops 12 months ago
Sasha Koshka d9b7d09962 Updated readme with new screenshot etc 12 months ago
Sasha Koshka 22e9aaf60e Made it look cooler 12 months ago
aditya-K2 fb2e2a831e Added Artist, Album fields to FileNode 12 months ago
aditya-K2 b53e051694 No Need to call ProgressFunction again 12 months ago
aditya-K2 387f01f531 Using utils.Print instead of fmt.Println 12 months ago
aditya-K2 06da246c3a Using QueueUpdateDraw() instead of Draw()
The Draw() function still seems to slow down the App
Hence Using QueueUpdateDraw() this makes it a little faster

The Problem now is that the ProgressBar constantly makes request to mpd
which in turn causes the slow down.
12 months ago
aditya-K2 79841c1b91 Update: Readme 1 year ago
Aditya Kurdunkar c95f194a90
Merge pull request #35 from aditya-K2/playlist
Update to Playlist
1 year ago
aditya-K2 ddb1557142 Expanding Home Directory for NETWORK_ADRESS 1 year ago
aditya-K2 71d87e85c4 Update: sample_config.yml 1 year ago
aditya-K2 3effda228b Using utils.GetNetwork 1 year ago
aditya-K2 503701691b Change deleteSongFromPlaylist and clearPlaylist 1 year ago
aditya-K2 fdd390a731 Fixing Slow down of Playlists mentioned @ #20
As mentioned at https://github.com/aditya-K2/gomp/issues/20#issuecomment-1142443829

The Slow Down was caused due to constant calls to the MPD Server for
playlist info. Using Watcher to handle playlist event changes.

Also when In SearchView upon adding Artist/Album due to constant change
in playlists there was a slow down. Hence using CommandList for that.
1 year ago
Aditya Kurdunkar bf6939a554
Merge pull request #34 from aditya-K2/iss33
Fixes #33
1 year ago
aditya-K2 29b796a552 Fixes #33
Also mentioned at (https://github.com/aditya-K2/gomp/issues/1#issuecomment-1205090265)

`~` is not expanded to home directory, Hence adding an internal check
for the same.
1 year ago
Aditya Kurdunkar 6830b5379f
Update README.md 1 year ago
aditya-K2 6072025332 Update: docs 1 year ago
Aditya Kurdunkar bc794b3743
Merge pull request #28 from aditya-K2/refactor
Seeking Functionality. Refactoring ProgressBar, FuncMap, and others
1 year ago
aditya-K2 25e74a19ed Merge branch 'master' into refactor 1 year ago
Aditya Kurdunkar 82e29d933e
Update README.md 1 year ago
aditya-K2 dd5a446f1b Move: fileView.go -> fileview.go 1 year ago
aditya-K2 e08e7c9002 Update: README and DOCS 1 year ago
aditya-K2 aee19c1e2f Seek Forward only when playback has been stopped. 1 year ago
aditya-K2 d2e625a4a4 Merge branch 'refactor' into seek 1 year ago
aditya-K2 ba1c6a6898 Rename: CONN -> Conn 1 year ago
aditya-K2 ea3fc105a4 simple seeking implementation 1 year ago
aditya-K2 b2c5575c8b Using `fhs/gompd/v2` 1 year ago
aditya-K2 7f4e1460b8 minor changes 1 year ago
aditya-K2 7e5df526c3 Removed some Connect Functions, some import cycles remain 1 year ago
aditya-K2 4ae005cbe7 No need to use globals as a separate package to avoid import cycles 1 year ago
aditya-K2 49c691e04e Fixes: Nil Reference when Sending Notifications
Also Handling illegal presses in specific Views (PlaylistView,
Searchview)
1 year ago
aditya-K2 ff74bf02ba Initial Implementation of Views 1 year ago
aditya-K2 e86ceaca6a Merge branch 'master' into refactor 1 year ago
aditya-K2 02315f4c17 UPDATE: docs 1 year ago
aditya-K2 5ff27748ae Merge branch 'master' into refactor 1 year ago
Aditya Kurdunkar 0592272d97
Merge pull request #31 from aditya-K2/iss29
Added Functionality to Specify Different Type of Connections e.g a Unix Socket
1 year ago
aditya-K2 d7be3e201d Added Functionality to Specify Different Type of Connections e.g a Unix Socket 1 year ago
aditya-K2 a8959a10e5 Added Info for ProgressBar 1 year ago
aditya-K2 d7044c48b1 New progressBar Primitive
Previous Implementation of progressBar wasn't clean and for a long time
I wanted to make progressBar a Primitive. Which also makes it project
agnostic.

Following changes have been made:

1. Moved `utils.GetText` to `ui.GetProgressGlyph` (As it had no use other
   than for the progressBar
2. Removed the old Implementation of progressBar

How progressBar works as of right now:

All the Values for the progressBar are provided through the
ProgressFunction()

The ProgressFunction should return
Title (Bar's Title), TopText (Box's Title), BarText (The Text Inside the
progressBar), Percentage(Float64 representing the progress Percentage)
1 year ago
aditya-K2 429db5b1e7 Moved notify package 1 year ago
Aditya Kurdunkar dc88d56d77
Merge pull request #27 from aditya-K2/iss26
workaround for #26
1 year ago
aditya-K2 d380f8d2a0 Update sample_config.yml
As mentioned here:
    https://github.com/aditya-K2/gomp/issues/1#issuecomment-1205090265

~ isn't expanded properly. Until further fix I will add this to the
sample_config as acknowledgment for the error.
1 year ago
aditya-K2 73982220a6 workaround for #26 1 year ago
aditya-K2 6c2458b320 Added Feedback Link 1 year ago
Aditya Kurdunkar d4234de58b
Merge pull request #24 from johnallen3d/patch-1
Fix path to config file in index.md
1 year ago
John Allen e246b0ef83
Fix path to config file in index.md 1 year ago
aditya-K2 ccf23a4c13 Handling j, k for an empty playlist (Merge 'err') 1 year ago
Aditya Kurdunkar c68a598046
Merge pull request #19 from aditya-K2/err
Better Error Handling and Notifications
1 year ago