Commit Graph

9 Commits

Author SHA1 Message Date
aditya-K2 fb2e2a831e Added Artist, Album fields to FileNode 2022-10-08 02:51:22 +05:30
aditya-K2 3effda228b Using utils.GetNetwork 2022-09-14 20:42:28 +05:30
aditya-K2 503701691b Change deleteSongFromPlaylist and clearPlaylist 2022-09-14 19:51:06 +05:30
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.
2022-09-13 22:04:39 +05:30
aditya-K2 dd5a446f1b Move: fileView.go -> fileview.go 2022-09-11 19:38:33 +05:30
aditya-K2 b2c5575c8b Using `fhs/gompd/v2` 2022-09-09 00:47:26 +05:30
aditya-K2 4ae005cbe7 No need to use globals as a separate package to avoid import cycles 2022-09-02 01:25:33 +05:30
aditya-K2 49c691e04e Fixes: Nil Reference when Sending Notifications
Also Handling illegal presses in specific Views (PlaylistView,
Searchview)
2022-09-01 00:15:38 +05:30
aditya-K2 ff74bf02ba Initial Implementation of Views 2022-08-31 23:42:15 +05:30