Results 208 comments of Dustin Spicuzza

With "Added preference "queue/remove_item_after_played" to keep playing track in queue" ... it seems that the "Remove after playback" option always removes after playback (and never at playback), regardless if it's...

I saw different behavior, yes.

I think if you're going to take the time to clean it up, then we should add some tests to travis to enforce it on new code too.. otherwise it'll...

@javiercantero those seem like a sensible subset to enforce

It seems like the only place that 'trash' is in Exaile's code base is [here](https://github.com/exaile/exaile/blob/e67673c2707a77f8be8f6b191c0604b49808c207/xlgui/widgets/menuitems.py#L156), and indeed it does not delete anything except tracks. I'm not really sure what we...

I don't have this problem when right clicking, the appropriate menu always shows up. Which panel are you doing this in? However, when using the menu key on the keyboard,...

My opinion is that we probably broke some semi-documented rule that wasn't enforced until recently. Just need to figure out what the rule is.

Funny thing, the splash screen shows on Windows when I run exaile there.

I don't believe we're doing anything special. @aphirst maybe try disabling fade in the playback settings? That's the only place I'm aware of that anything is multiplied with volume. There's...

The `popup_at_*` APIs are introduced in GTK 3.22. We'll wait a little while before using them, otherwise we require 3.22... which, I'm not sure what we actually require, but it's...