Dmitry Kann

Results 53 comments of Dmitry Kann

Yes, this is already on my TODO list.

GTK is fairly well documented nowadays, but its Go bindings are a bit of trial-and-error. I had a quick go at the item and immediately stumbled upon the fact the...

@gvegidy This won't change much in terms of complexity of the task. Moreover, click + modifier key is commonly mapped to various actions in DEs (like drag window or extend...

This is problematic because of the limits imposed by the MPD API. MPD's `list` command returns a list of simple strings (like album or track names), and not proper objects...

That's right, they're filtered out. Do you think it's useful to show them there?

Showing playlists has been added in `dev`, but full support for loading playlists is unfortunately not possible yet. MPD requires specifying the absolute file path which I cannot obtain with...

Exactly, that the problem I described. MPD expects an absolute path which I cannot determine with the current version of `gompd`. Let's keep this open until `config` is implemented there.

No, not at the moment.

@pspiagicw This lib looks good, but it requires a bunch of dependencies installed. I'll need to take time to investigate, and I'm on holiday at the moment, so this will...

That's a massive task because the library pane uses a ListView (as opposed to the queue, where a TreeView is used). So I can't promise it'll be implemented any time...