topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday November 26, 2025, 6:57 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 ... 207 208 209 210 211 [212] 213 214 215 216 217 ... 222next
5276
Post New Requests Here / Re: IDEA: Desktop progress meter
« Last post by skwire on April 14, 2009, 05:46 AM »
Here's something to play with:  Barbecue

It's not finished by any means but it should give you an idea of where I'm going with this.  Give it a play and let me know your thoughts.

ToDo:

1) Proper tray menu (clicking the tray icon will show the meters, etc.)
2) Your ideas here...
5277
Post New Requests Here / Re: IDEA: Desktop progress meter
« Last post by skwire on April 13, 2009, 01:32 PM »
possible request: use a standard file format for configuration (xml?) so that alternative tools could also use the same configuration files?
I wasn't planning on it but I went ahead and implemented it.  It currently looks like this:

Code: Text [Select]
  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <meters version="1.0">
  3.   <meter>
  4.     <title>Groping for Truth</title>
  5.     <type>articles</type>
  6.     <number>6</number>
  7.     <total>8</total>
  8.     <bar_fg_color>Blue</bar_fg_color>
  9.     <bar_bg_color>Aqua</bar_bg_color>
  10.   </meter>
  11.   <meter>
  12.     <title>The Swordsmith's Son</title>
  13.     <type>words</type>
  14.     <number>6486</number>
  15.     <total>12000</total>
  16.     <bar_fg_color>Purple</bar_fg_color>
  17.     <bar_bg_color>Fuchsia</bar_bg_color>
  18.   </meter>
  19. </meters>

Apologies for the delay in providing something tangible to play with; I just need to implement a few more things before releasing the first version.  As always...any ideas on a name for this?
5278
Post New Requests Here / Re: IDEA: Desktop progress meter
« Last post by skwire on April 12, 2009, 03:12 PM »
The page that generated the original code is linked above. The image is from static code I edited by hand to set the numbers and percentages, so I'm not sure if that's what you're looking for. As far as that goes, I have no problem with standard Windows controls; I just found this and thought I'd try it out to see how easily it worked.

Apologies, I missed the link you gave beforehand.  Here's what I had in mind:

Meters_2009-04-12_030922.pngMeters_2009-04-12_031045.png

Your thoughts?
5279
Post New Requests Here / Re: IDEA: Desktop progress meter
« Last post by skwire on April 11, 2009, 05:50 PM »
I was going to write the meters using standard Windows controls but, if you would like it done via HTML like this, please send me the HTML you used.  I still plan to use a listview to allow management of the meters but I can dynamically generate your HTML from it.
5280
Post New Requests Here / Re: IDEA: Desktop progress meter
« Last post by skwire on April 09, 2009, 01:54 PM »
I've got some ideas rolling around in my head for coding this up.  I think it's quite a bit more than a coding snack, though.

1) How many meters were you thinking of?
2) I was thinking of a main listview that would aggregrate all the meters' information.  The meter GUIs themselves would be based off of this.
5281
Hehehe...I was just about to suggest that.
5282
Finished Programs / Re: DONE: Sort files into folders based on type
« Last post by skwire on April 08, 2009, 09:09 PM »
Skrommel's MoveOut might work for you.
5283
it was never my intention to produce anything like what this seems to have become - I'm not a coder
Hahaha...yes, you are!  This is how it starts.  =] =] =]
5284
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on April 02, 2009, 01:19 AM »
Feature Request: Is there any way to have a kind of secondary and tertiary sorting of the playlist, so it can sort the playlist by (for example) the artist, album, track number in that order?
I don't believe this is (easily) possible with the standard listview that AHK uses.  I get around this by using a well-structured directory layout for my music collection.
5285
Post New Requests Here / Re: IDEA: Microphone enabler
« Last post by skwire on April 01, 2009, 03:15 AM »
a simple utility for people with less computer knowledge, that can enable the mic and raise mic volume up when double clicked

By enable, I assume you mean "unmute", right?  Also, what do you want to raise the volume to?  100%?  75%?
5286
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on March 29, 2009, 06:10 PM »
Apologies for the lack of replies over the past few days; I've been playing in a hockey tournament all weekend. Five games in three days...woohoo.

Also posted on the AHK forums, based on a similar but unrelated request by Drugwash, a possible new feature might be cross-fading between tracks.  Just a suggestion for my new favorite audio player.

Added to my list.  Thanks.

Thanks for everything skwire.  I greatly appreciate that you not only consider all the suggestions given to you in the forums, but you actually make many, many, many of those suggestions come to fruition.  You, sir, are a rock star!

You're welcome.  This has been a fun project.

Just started and enabled Internet Access->Enabled Last.FM checkbox->clicked on username field.
Not a serious "bug"...

I'll look into this.  Thanks for the report.
5287
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on March 25, 2009, 04:48 AM »
@skwire
If you're entertaining this idea, also consider the flip side... A wake-up alarm could be a nice feature as well.
You could set a time, playlist/song/folder, and a wake-up volume that might be different than "normal" listening volume;
Volume settings might even include a gradual rise as not to startle you awake.
Added to the ToDo.

I found another ampersand problem. It won't show up in the tray icon's tooltip.
I'm not sure why it displays correctly on my system and not yours but it may have something to do with the fact that my computers are set up with Japanese as the default language.  Unfortunately, I don't believe there is any sort of SS_NOPREFIX for tooltips like there is for text controls.  The SS_NOPREFIX setting is what allows a text control to not interpret the ampersand as an underliner for the immediately following character.  I could probably fix it by doubling-up ampersands in the tooltip strings but that would, most likely, break it for me (and other's systems that currently display it properly).  In other words, this may have to be left as a cosmetic bug.  I'll keep it in my bug tracker, though, in hopes that I come across a universal fix.

Latest build:

v1.0.2 build 251
    + Added an option to autopause after "x" minutes of user idle time.  [Thanks, app103]
    + Added a delete hotkey button to the hotkey options dialog.  [Thanks, drugwash]
    + Added an option to allow single or double-clicking the tray icon to bring the main
      window to the front.  Tools, Optoins, General, System tray section.  [Thanks, brotherS]
5288
Good work so far.  This is probably one scenario you want to handle:

Files named:

file_01.jpg
file_02.jpg
file_03.jpg
...

If you trim right two places, and keep overwriting, you will end up with a single "file_.jpg" file.
5289
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on March 21, 2009, 08:30 PM »
I found another ampersand problem. It won't show up in the tray icon's tooltip.

Seems to work here using my special ampersand test mp3 from last time.   :D  Can anybody else confirm what Deo is seeing?

Trout_Ampersand_01.png
5290
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on March 20, 2009, 04:16 AM »
How about an option to autopause after x min of user idle time? Useful in case you fall asleep. (inspired by this)
Hahaha...funny you mention this.  Mouser and I had a discussion about this some time back.  Snore Detector.   :P  It seems that Trout is sort of becoming tuned nicely for audio book listening.   :D  Anyway, such a feature wouldn't be too hard to add; I'd think that I'd only need to check for this while a track is currently playing.
5291
+ It will also save your last entered value.
first two items works well but i don't get the 3rd item - "last entered value", did you mean the folder path?
Apologies, I should have been more clear.  It should save the last custom length value you entered/used.  In regards to the folder paths, it will save the last ten (this is easily changed if ten is not enough).
5292
Updated: Name Knife

+ F2-based file renaming in is place.  Folder renaming is not.  The error checking is fairly comprehensive at this point.
+ Edit menu -> Length presets.  You can enter in your own list of length presets.
+ It will also save your last entered value.

Please let me know your thoughts.
5293
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on March 19, 2009, 05:30 AM »
Thanks skwire for the awesome program!
You're most welcome.  =]
5294
egads Skwire, you sure know how to motivate a guy...
Beg pardon?
5295
For the record, I'm really hesitant to develop this into a full-blown renamer.  One, there are PLENTY of much more capable renamer apps out there and, two, I simply don't want to have to support a renamer app.  Lanux, did you ever see Majkinetor's AHK-developed renamer app?  If not: Multi-Rename Script
5296
Is that look and feel what you had in mind?  Once we get this to where you want, I'll go ahead with the actual renaming code.
5297
sorry there seems to be an error.
Update to the latest AutoHotkey.
5298
Updated.  Re-download, please.  Name Knife
5299
now i understand that the results are filtered, in this case maybe a status-bar update would be useful confirming that none of the files exceed the given length.
Added.  Re-download.  Name Knife

another feature req: retention of the last few chosen folder as a drop-down.
Obviously, this will entail an INI file for saving purposes.  Cool?
5300
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on March 18, 2009, 04:19 AM »
v1.0.2 build 245
    ! "Do not show toaster popup while main window is active" wasn't saving properly.
      [Thanks, Deozaan]
    ! Ampersands were not displaying properly in the Toaster popup.  [Thanks, Deozaan]
    ! Double-clicking the album art launched it twice.  [Thanks, Hezzu]
Pages: prev1 ... 207 208 209 210 211 [212] 213 214 215 216 217 ... 222next