Translator - Command Priority Patch
I've had some issues with Translator, not being able to define the priority to use for lunched programs, e.g. I want to launch my media player with a priority AboveNormal using my remote control. Today I had some spare time to test it... Patches (for the current source as is 2008-11-30) are supplied in the attachment.
An extra drop down box is added on the forms defining "run command". Current configurations, having no priority info, will automatically fall back to Normal when the command is run. When an entry is edited it will automatically be given a priority. WIth this said, the patches won't do any harm on current configurations. It's an non-intrusive add-on.
Impl. details: An extra option, {8}, was added to to be recognized by the CommandString and used when launching the command. The option is supposed to hold the name of the PriorityClass, e.g. Normal, BelowNormal, AboveNormal, etc. Drop downs are filled by the to all values from ProcessPriorityClass. Not hard coded!
and-81, hope you like it and update subversion with the changes
I've had some issues with Translator, not being able to define the priority to use for lunched programs, e.g. I want to launch my media player with a priority AboveNormal using my remote control. Today I had some spare time to test it... Patches (for the current source as is 2008-11-30) are supplied in the attachment.
An extra drop down box is added on the forms defining "run command". Current configurations, having no priority info, will automatically fall back to Normal when the command is run. When an entry is edited it will automatically be given a priority. WIth this said, the patches won't do any harm on current configurations. It's an non-intrusive add-on.
Impl. details: An extra option, {8}, was added to to be recognized by the CommandString and used when launching the command. The option is supposed to hold the name of the PriorityClass, e.g. Normal, BelowNormal, AboveNormal, etc. Drop downs are filled by the to all values from ProcessPriorityClass. Not hard coded!
and-81, hope you like it and update subversion with the changes
Italy