[PATCH] [MacGUI] Fix typo + other tweak

Archive of historical development discussions
Discussions / Development has moved to GitHub
Forum rules
*******************************
Please be aware we are now using GitHub for issue tracking and feature requests.
- This section of the forum is now closed to new topics.

*******************************
Post Reply
Deleted User 11865

[PATCH] [MacGUI] Fix typo + other tweak

Post by Deleted User 11865 »

There's a typo in the MacGUI (encod instead of encode), and this patch fixes it: http://paste.handbrake.fr/pastebin.php?show=1894

Also, the MacGUI has a special case when there is only one encode pending, but the "no encodes are pending" fall into the general case. Which gives:

0 encode(s) pending
1 encode pending
2 encode(s) pending
etc.

http://paste.handbrake.fr/pastebin.php?show=1895 makes it:

No encode pending
1 encode pending
2 encodes pending
etc.

This is just a suggestion.
dynaflash
Veteran User
Posts: 3820
Joined: Thu Nov 02, 2006 8:19 pm

Re: [PATCH] [MacGUI] Fix typo + other tweak

Post by dynaflash »

Deleted User 11865

Re: [PATCH] [MacGUI] Fix typo + other tweak

Post by Deleted User 11865 »

I forgot to update the queue in patch 1895. Addressed in http://paste.handbrake.fr/pastebin.php?show=1921

Also, here's a patch that matches the LinGUI behavior of only scanning 10 previews for a queue scan: http://paste.handbrake.fr/pastebin.php?show=1920
Post Reply