|
3262
|
DonationCoder.com Software / Finished Programs / Re: IDEA: Sort images into folders based on resolution
|
on: August 17, 2009, 02:34:36 AM
|
I'd like to see an option to sort out just one specific resolution, or a list of specified resolutions, so that I can run the program on my bulk image downloads folder and pull out all the images that are wallpaper sized, without worrying about having hundreds of extraneous folders created that then get in the way of other sorting (exactly 400 folders created this batch, amusingly). As an added bonus, but much lower priority, a sub-option that would create a second folder for images that almost match the required res but not quite, e.g. 1682x1050 or 1680x1040. Perhaps with a definable pixel or percent range. Dimensions 2 Folders has been updated to v1.0.3: Webpage | Downloadv1.0.3 - 2009-08-17 + Added a second sort method that allows you to specify specific resolutions to sort (along with a +/- threshold for each). (Thanks, Esker) This new method, 'Sort only images that match these resolutions', allows you to set only certain resolutions to sort. You can also set a +/- threshold for each resolution to catch those images that are "close" to your target resolution. For instance, if you set a width of 800, a height of 600, and a threshold of 20, this will match any image with a resolution between 780 and 620. All such images will be sorted into an 800x600 folder. If you want to match a resolution EXACTLY, set the threshold to 0. [attachthumb=1]
|
|
|
|
|
3264
|
DonationCoder.com Software / Post New Requests Here / Re: Remember removed programs
|
on: August 16, 2009, 03:11:53 PM
|
Maybe use some macro to run it and click View=>Html Report All Items.
No need for a macro since the app itself has commandline support to do exactly what you're suggesting: Command-line options - /stext <Filename> Save the list of all installed applications into a regular text file.
- /stab <Filename> Save the list of all installed applications into a tab-delimited text file.
- /stabular <Filename> Save the list of all installed applications into a tabular text file.
- /shtml <Filename> Save the list of all installed applications into HTML file.
- /sxml <Filename> Save the list of all installed applications to XML file.
|
|
|
|
|
3265
|
DonationCoder.com Software / Finished Programs / Re: IDEA: Automatically create a sub folder in a folder on the basis of Album Na
|
on: August 16, 2009, 12:51:30 PM
|
Tags 2 Folders is a small utility to sort audio files into folders based on their tags. The following audio file types are suppported: AAC, APE, FLAC, MP1, MP2, MP3, MP4, MPC, M4A, M4B, OGG, OFR, OFS, TTA, WMA, WV Simply choose a source folder, a destination folder, set your options and click the "Go" button. Options1) Recurse source folder: Scan through the source folder's sub-directories. 2) Show destination folder after run: Launch an Explorer window of the destination folder when done. 3) Template: Use the tokens to come up with your own folder naming scheme. 4) Copy files to destination: Make copies of the original files in the destination folder. 5) Move files to destination: Move the original files into the destination folder. Other notes1) You can drag & drop folders onto the source and destination fields. 2) Filename collisions will be automatically renamed like this: audio_file.mp3 audio_file[1].mp3 audio_file[2].mp3 audio_file[3].mp3 ... [attachthumb=#] Webpage | Download
|
|
|
|
|
3270
|
DonationCoder.com Software / Finished Programs / Re: Scan music collection for missing covers/artwork
|
on: August 14, 2009, 04:36:37 PM
|
|
v1.0.6 - 2009-08-14 + Window size and position are now saved. + Added several file management options when right-clicking the listbox or image. + Added "Register 'Add to CovArt Ops' shell extension" option under the Extra menu. * Minor graphical tweak to the picture control. ! Root folder of a selection wasn't being scanned properly.
|
|
|
|
|