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, 2:34 pm
  • 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 ... 94 95 96 97 98 [99] 100 101 102 103 104 ... 222next
2451
Skwire Empire / Re: SFV Ninja (Simple File Verification application)
« Last post by skwire on May 11, 2012, 10:29 PM »
regarding the sfv counter... it shouldn't really matter how many you add or delete because it depends on the verified check at the end. the counter should show how many sfvs were checked in total.

Right, but you're not checking SFVs...you're checking files.  As in, once you load an SFV's files into the list, SFV Ninja doesn't know or care about which SFV the file(s) came from.  I mean, I can certainly keep count of the number of SFVs parsed through and loaded but it would become meaningless if you were you, say, clear the list and add more SFVs to the list.  Follow me?
2452
Skwire Empire / Re: SFV Ninja (Simple File Verification application)
« Last post by skwire on May 11, 2012, 08:47 PM »
you forgot to add the sfv total at the bottom of the screen along side the other counters.

Well, I wasn't sure how to implement this.  For instance, let's say you add five SFVs to the list but then delete some rows and add, say, five more SFVs to the list.  Are we now at ten?  Or, do we start over on every add action so we'd be at five?  Let's say you load two SFVs and then remove some rows.  Are we now still at two even with partial loads?  Lots of different scenarios here.

another thing i have noticed is, when i use "scan folder for checksum files and load" it loads the sfv but it won't check the row which has missing files. so if i verify all files, the counter at the bottom still shows 0 missing at the end of the check (the row is highlighted as missing though which is fine). so at the moment i have to remember to "check all rows" option before running the verify. could you make it default to "check" all the rows when adding the sfv?

Actually, that's a bug.  It should be counting missing files even if they're not checked.  I'll fix this.  =]
2453
Skwire Empire / Re: SFV Ninja (Simple File Verification application)
« Last post by skwire on May 11, 2012, 05:47 PM »
Thanks for your patience.  Please give this version a test and let me know if it does what you requested.

http://skwire.dcmemb...FVNinja_v1.1.0.2.zip
2454
Finished Programs / Re: DONE: make folder set out of a txt file
« Last post by skwire on May 11, 2012, 01:29 PM »
Nice.  Thanks for the heads :up:
2455
Is there any reason you started this topic when we've been discussing the same issue here?:   :huh:

https://www.donation....msg288112#msg288112
2456
Finished Programs / Re: DONE: make folder set out of a txt file
« Last post by skwire on May 11, 2012, 12:08 AM »
Yeehaw.   :D   It's funny how much press this app gets for how simple it is.
2457
N.A.N.Y. 2012 / Re: NANY 2012 Release: MPH (Media Player Hotkeys)
« Last post by skwire on May 10, 2012, 01:16 PM »
Thank you for the files.  The fact that you previously mentioned that the tray/popup menu works as expected tells me that MPH is sending the correct commands to control 1x1.  I tested your files here and all four hotkeys work fine with the latest 1x1 player (v1.76).

This leads me to believe that there is a conflict going on with your multimedia keys.  It's possible that the IntelliType Pro software you're using is causing this conflict.  Can you verify within IntelliType Pro that your media keys haven't been assigned to other functions or something similar?  I use an older MS Natural keyboard like the one shown here: http://en.wikipedia.org/wiki/Microsoft_Natural_keyboard.  However, I do not use the IntelliType Pro software; I just use the basic driver that Windows installs for it.  If it's possible, maybe try disabling the IntelliType Pro software and see if that gets things working.  Please let me know.  Thanks.
2458
N.A.N.Y. 2012 / Re: NANY 2012 Release: MPH (Media Player Hotkeys)
« Last post by skwire on May 10, 2012, 11:57 AM »
Would you mind emailing me your config.ini and hotkeys.lst file to: skwire [at] dcmembers [dot] com?

Also, which operating system are you using?
2459
N.A.N.Y. 2012 / Re: NANY 2012 Release: MPH (Media Player Hotkeys)
« Last post by skwire on May 10, 2012, 10:03 AM »
tried MPH together with my MS Natural Ergonomic Keyboard 4000 and ... it does not seem to work.
Using the tray context menu 1by1 reacts as expected, but using the multimedia keys does not cause a reaction.

Hi, Martin, and welcome to the DonationCoder site.  May I assume you have set up individual hotkeys for each action that correspond to your multimedia keys?
2460
AutoHotkey / Re: AHK Code Highlighting and Code Completion in Notepad++ ?
« Last post by skwire on May 09, 2012, 10:07 PM »
I'm a PSPad user as well.  I like the Code Explorer function for AHK files it offers.
2461
Skwire Empire / Re: SFV Ninja (Simple File Verification application)
« Last post by skwire on May 08, 2012, 10:47 AM »
skwire, first i must say i love the program. i spent hours searching google for recursive sfv checkers and after installing, testing, deleting quite a few i came across your one.  :Thmbsup:

Thank you and welcome to DonationCoder.  =]

first: at the bottom of the screen alongside "total", "ok", "bad"... can you put one for "sfv"? this would show the total number of sfvs there are.

Can do.

what do you think of having just a sfv file line showing then having a "+" or arrow (like in the registry) next to it which will expand to show the actual files which are being checked.

Unfortunately, I don't think this can be done with the standard listview control that is available to me in AutoHotkey (the language all my tools are written in).

third: if there is a bad or missing file, to highlight the line in yellow, red or some other color. this makes it visually stand out more. so if the second recommendation is implemented, the sfv main row would be red, then when you expand the missing/bad files row is also red.

I have done this before for other apps but there are some programming-related caveats.  I'll check which libraries are available these days and see if they've solved some of those issues.  I assume you did see that the row icons do change colour if a file is missing or the hash doesn't match?
2462
Finished Programs / Re: Done: AMDER: Actor Missing Dialogue Error Report
« Last post by skwire on May 04, 2012, 10:35 PM »
Nicely done, Ath.  Looks like you put quite a bit of work into it.   :Thmbsup:
2464
Finished Programs / Re: IDEA: Simple Duplicate Folder Finder
« Last post by skwire on May 03, 2012, 11:33 AM »
Many thanks as always for a simple, but sweet utility. Has saved me about 3 hours work every few days

You are very welcome.   :)
2465
Finished Programs / Re: IDEA: Simple Duplicate Folder Finder
« Last post by skwire on May 03, 2012, 11:27 AM »
This is done but, since it's such a custom request, I'm not sure if anybody else will be able to get any use out of it.

There is no GUI and you must manually create a folders.txt file with the paths you want scanned.  This folders.txt file is expected to be in the same folder as the main program executable.  A message box will pop up when it's done scanning and report how many dupes it found and renamed.  I'll post the archive here for posterity.   :D

http://skwire.dcmemb...gician62DupeTool.zip
2466
Finished Programs / Re: IDEA: Simple Duplicate Folder Finder
« Last post by skwire on May 01, 2012, 08:24 PM »
Just to clarify, this utility only needs to find and rename duplicate FOLDER names, right?  No FILE duplication matching whatsoever, correct?

If so, I've written a simple script that should do what you want but, obviously, it's only had minimal testing.
2467
Website | Download
v1.3.1 - 2012-05-01
    * Updated to v0.7.56.0 of MediaInfo.dll.
    ! CSV export didn't include the "Date Modified" column.  (Thanks, J. Shao)
2468
General Software Discussion / Re: Simple means of joining images?
« Last post by skwire on April 30, 2012, 08:39 PM »
Or my original thought was to use Frameless,
which opens as many images as you want to, on your desktop.
Put them where you want them and take a Screenshot.
You may have to resize or crop before opening with Frameless.

http://skwire.dcmemb...m/fp/?page=frameless

FWIW, you can adjust a Frameless window with the arrow keys for precise positioning:

  • Up/Down/Left/Right arrow keys will move an image one pixel at a time.
  • Shift + Up/Down/Left/Right arrow keys will move an image ten pixels at a time.
2469
General Software Discussion / Re: Simple means of joining images?
« Last post by skwire on April 30, 2012, 04:23 PM »
rjbull, did any of the "panorama photo stitching" type of software apps out there meet your needs?
2470
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on April 28, 2012, 08:18 PM »
And would you be interested in implementing such a feature in the future? :)

I've considered it in the past and it is on the ToDo list.

Also, I noticed a possible bug. When I deactivate some columns and press Ctrl + it will expand ALL columns, both active and inactive ones.

Yes, this is by design.  Even though not very many people are aware of the default Ctrl + hotkey, I didn't want to override a Windows default action.  =]  At any rate, you can assign a hotkey to the internal "Justify columns" action to justify only columns you have selected to view.

2471
Post New Requests Here / MOVED: IDEA: 1-action Unzip
« Last post by skwire on April 27, 2012, 10:44 PM »
2472
General Software Discussion / Re: Fuzzy Hashing with ssdeep
« Last post by skwire on April 27, 2012, 01:30 PM »
Rather interesting.   :up:
2473
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on April 27, 2012, 09:08 AM »
Great player, minimalistic to the bone. Although you do mention that Foobar2000 is your main player, but since I do not need most of its functions Trout is great replacement!

Thanks for your kind words.   :D  I'm glad you like the player.

Since I'm using Trout as my main audio player, and I'd like to setup file associations. Is there an fast and easy way (like for example in Foobar2000) or I have to do it manually?

Yeah, manually.  Apologies.   :-[

Also, could you please document new update (build 62)?

Just one bugfix:

Website | Installer | Portable
v1.0.6 build 62 - 2012-04-26
    ! Launching the Find Track dialog twice from a hotkey would result in an error.  (Thanks, Ivan)
2474
Mini-Reviews by Members / Re: Rarma Radio (Raimersoft) - Mini-Review
« Last post by skwire on April 27, 2012, 12:05 AM »
While we're on internet radio players, anyone knows one that can scrobble what the radio played (if the stream contains the information). It would make it so easy to find tracks later again
+1 for that! Maybe you could post it it as a request for a new DC app.?    :Thmbsup:

My music player, Trout, has Last.FM and Libre.FM support but currently does not scrobble radio streams (only local files).  I don't recall why I did it this way.  I think the Last.FM API may have asked not to scrobble streams but I just checked again and there's no mention of it.  At any rate, it would be a simple option to add to Trout.

2475
Paypal @ http://skwire.dcmemb...e/files-2-folder.php   OK?

Sure, the Paypal donate links are fine.  =]  Thank you.
Pages: prev1 ... 94 95 96 97 98 [99] 100 101 102 103 104 ... 222next