Kim Tore Jensen

Results 47 comments of Kim Tore Jensen

Yes, this would be a welcome feature. The exclamation mark `!` would need to be added as an input token, and a corner case is needed in the command parser....

Thanks, I was not aware of this. I anticipate that most users will have admin access to their MPD servers, thus this is not a prioritized issue. If you implement...

Do you mean text input mode?

@fogine, this issue is about the ability to browse the music library in a hierarchial _file browser_ mode instead of _huge list_ mode, while at the same time retaining all...

Absolutely. I support this idea. I don't imagine it will be an enormous amount of work, since all commands already support operating on a selection of tracks.

The Command class should definitely be aware of the count, and execute as needed. Otherwise, e.g. `1000x` would send thousand commands to the MPD server, instead of issuing a single...

I'm not really certain it would be boilerplate code. As every command would have to handle the count, they might as well implement their functions to be countable from the...

This is related to #92.

Yes, indeed. Either as a command-line interface, a list-style view, or both. In case of a list view, some architecture changes are needed in order to abstract away the _list_...

Seconded. Similar to, or equal to, the `quick-jump` (iirc) feature from 0.42. I would definitely like to see fuzzy searching in this mode, maybe even with highlights?