Hi, how does the 'convert to' option in the context menu of the shell operate? what registry key is it under and what dlls does it use? In short, how does it tell dbpoweramp to convert a given selection of files that are in different folders?
'convert to' context menu handler
Collapse
X
-
Re: 'convert to' context menu handler
It does not use registry entries (such as other programs), it is a Windows Shell Com object which problematically inserts the menu item. -
Re: 'convert to' context menu handler
Ok, that's good to know. Is there a way to envoke the object on files outside of the shell menu option? As in, can I give it a command to check drive E for mp3s with a bitrate greater than 128k? Because the shell menu gets confused when I put more than 20 files in to it to convert them, actually I'm using the xplorer alternative to the standard windows explorer. but the List option in the batch converter isn't really accessible with my screen reader unless I want to uncheck some 14000 checkboxes by hand. So it would be nice to be able to pass a command like that to bring up all the files over a certain bitrate to convert. does that make sense?Comment
-
Comment