topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday November 27, 2025, 9:08 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 152 153 154 155 156 [157] 158 159 160 161 162 ... 222next
3901
General Software Discussion / Re: Fastest Audio Converter
« Last post by skwire on December 07, 2010, 02:13 PM »
Is a matter of a few minutes really that big of a deal?  It's an honest question...not some attempt at a flame.  If so, are these conversions something you can just queue up and let run overnight or during some time you're away from the computer?
3902
Living Room / Re: Connections problem has me stumped ...
« Last post by skwire on December 07, 2010, 11:08 AM »
Different browsers exhibit the same issues?
3903
General Software Discussion / Re: S.T.A.L.K.E.R. for 99 cents
« Last post by skwire on December 06, 2010, 03:37 PM »
Hard to argue with $0.99...I grabbed it.  Thanks for the heads up.
3904
Screenshot Captor / Re: Flaged as Trojan by Trend Micro
« Last post by skwire on December 05, 2010, 08:48 AM »
Yes, it is.  I'm going to assume that DcKeyHk.dll is the library that handles the hotkeys that you can define in SC.  Hotkeys are handled by a keyboard hook and it's this hook that usually creates false positives like this.  Mouser will surely tell me if I'm incorrect, though.   :D
3905
Finished Programs / Re: Freecell Request
« Last post by skwire on December 04, 2010, 10:57 AM »
Here's a version that will work up to Firefox 3.7: https://www.mozdev.o...6141&action=edit

Direct download of the XPI file: https://www.mozdev.o...tachment.cgi?id=6141
3906
General Software Discussion / Re: Microsoft's dropped feature is Linux's gain
« Last post by skwire on December 02, 2010, 02:07 PM »
As one of the beta-testers, and current user, of WHS, reading this announcement a few days ago really pissed me off.  The Drive Extender feature was the ONE thing that attracted me to WHS in the first place.  All the other stuff was gravy.  I'll just stick with the current version of WHS for the time being.  It's really a great product.
3907
Finished Programs / Re: DONE: Sort images into folders based on resolution
« Last post by skwire on December 02, 2010, 01:29 PM »
Don't know if you're still able/want to work on this, and hope this doesn't offend in anyway

Hehehe...none taken.   :)

1. when a user inputs a list of acceptable resolutions, would it be possible to incorporate a facility for having the images put into folders with the greatest common denominator equivalents of the given resolutions, ie a 'reduce to gcd' option (eg. 1200x900 reduces to 4:3); or alternatively, a 'reduce to decimal' option (eg. 1200x900 reduces to 1.33, or 1.333 - whatever sig fig is specified);

2. in the same way that a user is allowed to input a list of acceptable resolutions, would it be possible to incorporate a facility for inputting a list of acceptable aspect ratios, using either improper fractions (eg 400:300) or decimals (eg 1.33)

I think both of these requests could be handled by making the aspect ratio section into a list-driven setup like the resolution section.

1. for the first, automatic, sort method, have alternative options:

a) sort by resolution - as currently exists
b) sort by aspect ratio - reduced to greatest common denominator
        user to specify any padding, eg 1200x300 reduces to 12x3, then
            pad left=0, pad right=0 -> 12x3   (default)
            pad left=2, pad right=2 -> 12x03
            pad left=3, pad right=2 -> 012x03
c) sort by aspect ratio - reduced to decimal
        user to specify sig fig before and after decimal point, eg 400x300 reduces to 1.33, then
            before point=0, after point=2 -> 1.33 (default)
            before point=3, after point=4 -> 001.3333

I want to leave the first option as is since that was what the initial program request was for.  Also, I don't understand the need for all those padding requests.  Maybe it's so stuff lines up in a file manager that's using a fixed-width font?  At any rate, I think it's out of scope for this application and would be better suited to a dedicated file/folder renaming application.

2. for the second, list driven, sort method, have alternative option:
        in the same way that a user is allowed to input a list of acceptable resolutions,
        would it be possible to incorporate a facility for inputting a list of acceptable aspect ratios,
        using either improper fractions (eg 400x300, 040x030, etc) or decimals (eg 1.33, 001.333, etc)

As I mentioned earlier, I think I'll change the aspect ratio section into a list-driven interface.  Again, I don't understand the need for all the padded value stuff.

3. for all sorting have the option to sort portrait equivalents in the the same folder as their landscape counterparts,
        eg, have a check box 'inverse ratios in same folder' or similar, which if ticked,
             would for example allow all images 3:4 to be sorted into the same folder as all images 4:3

I'll consider this as well.  Apologies for the late reply; I've been on a business trip all week.
3908
N.A.N.Y. 2008 / Re: KeyCounter
« Last post by skwire on November 29, 2010, 11:12 PM »
fun to see someone find a new use for it  :Thmbsup:

Yeah, no kidding.   :D
3909
N.A.N.Y. 2011 / Re: NANY 2011: Ten Timer
« Last post by skwire on November 29, 2010, 11:33 AM »
@mouser:  Soon.   :P

@Stoic Joker: I suppose that could present an issue.  That being said, the only place I ever keep multiple programs in the same folder is my collection of commandline utils.  Otherwise, each program gets its own directory on my computers.
3910
N.A.N.Y. 2008 / Re: KeyCounter
« Last post by skwire on November 29, 2010, 11:19 AM »
Just wanted to thank you for this program!!

You are most welcome.  Thanks for the feedback.  =]  I'm glad it's working out well for you.
3911
N.A.N.Y. 2011 / Re: NANY 2011: Ten Timer
« Last post by skwire on November 26, 2010, 08:52 PM »
Guess I should go by more than just the screenshot though.   :-[

Well, to be fair, I should have updated the screenshot at least (which I just did).
3912
N.A.N.Y. 2011 / Re: NANY 2011: Ten Timer
« Last post by skwire on November 26, 2010, 05:17 PM »
I should have added that to the last changelog entry.  The latest version does have two extra buttons.  One that will toggle the current start/stop state of each timer and another that will reset all timers.
3913
Finished Programs / Re: IDEA: Date/Time and Battery Status Bar
« Last post by skwire on November 26, 2010, 12:21 PM »
Nicely done, worstje.   :D
3914
Finished Programs / Re: IDEA: Date/Time and Battery Status Bar
« Last post by skwire on November 26, 2010, 10:59 AM »
These may or may not suit your needs but I thought I throw them out there anyway.

Battery Status - https://www.donation...ex.php?topic=20301.0
Battery Bar - http://osirisdevelop...atteryBar/index.html
Power Meter - http://jdsoft.eu/software/PowerMeter/
Battery Info - http://www.batteryinfo.de.vu/
3915
N.A.N.Y. 2011 / Re: NANY 2011: Ten Timer
« Last post by skwire on November 25, 2010, 03:17 PM »
Apologies for the delay.   :-[

Website | Download
v1.0.2 - 2010-11-25
    + Added ability for timers to have colours.  Choose Contents from the
      Help menu for instructions.  (Thanks, Winkie)
3916
Finished Programs / Re: IDEA: Shell extension to show total play time of media clips
« Last post by skwire on November 24, 2010, 09:48 AM »
Website | Download
v1.2.0 - 2010-11-23
    + Added ability to view total time in hh:mm format.  (Thanks, T. Idele)
    * PlayTime now only computes total time when done adding files to the list.
      This should speed up things when adding very large lists of files.


2010-11-24_091040.png
3917
General Software Discussion / Re: Advice Needed: Optical Storage
« Last post by skwire on November 22, 2010, 10:02 AM »
If it's a financial situation that's preventing you from using/purchasing another hard drive (as opposed to a computer with full slots or something), I'd be happy to send you a hard drive from the pile on my workbench.  Obviously, no warranties, guarantees, etc.  =]  Let me know if that's cool with you.
3918
General Software Discussion / Re: Email Server Frustration -- Looking for Advice
« Last post by skwire on November 21, 2010, 10:04 PM »
I used to use Argosoft many years ago before switching to a paid version of mDaemon.  Have you tried hMailServer?  It has SpamAssassin integrated.  I've never tried it myself...just throwing a bone out there.
3919
General Software Discussion / Re: Email Server Frustration -- Looking for Advice
« Last post by skwire on November 21, 2010, 06:06 PM »
Which daemons have you tried on Windows?
3920
Living Room / Re: Boxee??
« Last post by skwire on November 21, 2010, 05:55 PM »
I just use the Boxee software on a normal computer to watch MLB.TV games.  Nice interface and works well.

http://www.boxee.tv/
3921
Post New Requests Here / Re: IDEA: Backup and open file
« Last post by skwire on November 20, 2010, 08:14 PM »
Cool, thanks for the update.  Congrats on passing your finals, too.   :D
3922
General Software Discussion / Re: Want to print artist/album list of ogg/mp3 files
« Last post by skwire on November 19, 2010, 07:00 AM »
Damn. I sincerely and humbly apologize, skwire.

No need to apologise as I didn't take it that way.  I'm an easy-going, laid-back kind of guy.  I just wanted to expound a bit on why I hadn't added that capability.   :D
3923
General Software Discussion / Re: Want to print artist/album list of ogg/mp3 files
« Last post by skwire on November 18, 2010, 10:21 PM »
Original poster would be me. I didn't ask you to translate AP into Amharic either, but honestly, don't some things go without saying?

It depends.  If an additional feature can be added in a specific manner then, yes, I will usually add it even if I'm not explicitly asked to.  Handling various artist stuff isn't specific, however.  In fact, without proper ALBUM ARTIST tags, it's very inexact and a downright pain in the arse.   :D  As I mentioned before, there are a few methods that could be employed but not all will work for everyone and I really don't want to get mired in a whole bunch of options trying to cater to all scenarios.  Does that help to explain my hesitation in adding this a bit better?
3924
General Software Discussion / Re: Want to print artist/album list of ogg/mp3 files
« Last post by skwire on November 18, 2010, 03:05 PM »
I didn't mean using folder or file names.  I meant it more like if a group of files within a folder (most folks keep one album in one given folder) contained more than one artist, that "album" could be considered a various artists album.  Does that make things more clear?
3925
General Software Discussion / Re: Want to print artist/album list of ogg/mp3 files
« Last post by skwire on November 18, 2010, 12:55 PM »
OK, I see.  If I think of a good way to do that, I'll post it.

The perfect way would be for everything to have a proper ALBUM ARTIST tag but the chances of that are slim.  Another way is to check if a given album folder has only one artist.  However, this assumes the user has a properly formatted folder structure.  Not nearly all do; I know plenty of folks that still just dump all their music files into one folder.
Pages: prev1 ... 152 153 154 155 156 [157] 158 159 160 161 162 ... 222next