• The forum software that supports hummy.tv has been upgraded to XenForo 2.3!

    Please bear with us as we continue to tweak things, and feel free to post any questions, issues or suggestions in the upgrade thread.

Queue for 'default' setting

aks100

New Member
The default for "Queue for" is 'audio exytacyion'. Is it possible to change this to 'Decryption' - I could not find any setting?
 
It is always alphabetic depending on packages installed - for me ad-detection.
no option to choose a default option and no y in extraction! ;)
 
The default for "Queue for" is 'audio exytacyion'. Is it possible to change this to 'Decryption' - I could not find any setting?
I agree it's a pain, forget to select the action before clicking "queue for..." and it queues the wrong thing. I would prefer a pick-list to appear after clicking the button instead of having to be selected first.
 
Ha, that put a smile on my face - I'll get to work on the fingers, but won't hold my breath for a configurable default on "Queue for" :D!
 
In webif/html/browse/index.jim, change l. 454:
Code:
-        puts "<option value=\"$k\">$v</option>"
+        puts "<option value=\"$k\"$(($k eq "decrypt")? " selected": "")>$v</option>"
No doubt that could be neater but I was aiming for a 1-line change.
 
Back
Top