Add time to completion to notification area

Request Type:
BUG / NEW FEATURE

Rather than having to open the GUI to see how much time is left for a conversion, could that info be added to the notification hover info? So when I hover over the icon, I’d see something like “1 conversion in progress, 15 minutes remain”.

In MCEBuddy each “step” in the conversion has it’s own completion time (there’s no way to estimate the overall time).

Also what happens when there is more than 1 conversion in progress ? (Currently MCEBuddy shows the total number of conversions in progress in the hover pop up)

That’s correct regarding each step having it’s own time, so I would think it would be just a matter of taking that same date and add it to the hover. As far as multiple conversions, take that same data and add it all together to display the total time for all of them.