topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Monday May 12, 2025, 2:05 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 ... 206 207 208 209 210 [211] 212 213 214 215 216 ... 222next
5251
Yeah, I was going to move it to my DC space.  =]  I'll do that now.

Edit: Done.   :D
5252
I fleshed this app out a bit by adding a toolbar for the program's main functions.  You can also simply drag-n-drop files and folders to the listview if that is more convenient.  Also...the app doesn't handle "various artist" albums very well so I'd need your input on that.  Are your VA albums tagged with the proper "Album Artist" tag?  If so, I can easily match that and handle VA albums.

Please see above post for screenshots and download link.
5253
Here's some AHK code to do what you want:

Mbutton::
{
    Toggle := !Toggle
    If ( Toggle )
    {
        Click, Left, Down
    }
    Else
    {
        Click, Left, Up
    }
}
5254
Give this a try and see if it's something like what you had in mind.

2009-05-08_045725.png

Album Printer download
5255
If you can't find anything, I can write you a small app (Coding Snack) that would do this.  I assume your files are well-tagged?  As an aside, I listen to whole albums as well.  =]
5256
Site/Forum Features / Re: Feature Request: Copy Code
« Last post by skwire on May 02, 2009, 05:25 AM »
it seems like they did had the 'copy code' feature but it wasn't working on all browsers (such as Firefox) and the idea is pretty useful. :up:

Actually, it's not the browser type...the copy-to-clipboard feature on the AHK forums doesn't work with Flash 10.
5257
Finished Programs / Re: IDEA: Sort images into folders based on resolution
« Last post by skwire on April 24, 2009, 07:34 PM »
Did you want anything else?  I was thinking:

1) Option for recursing through the source folder.  This will have to entail some rename logic for filename collisions.
2) Option for moving instead of copying (as it does now).
3) Drag-n-drop support for the folder edit fields.
5258
Finished Programs / Re: IDEA: Sort images into folders based on resolution
« Last post by skwire on April 24, 2009, 06:22 PM »
Try this out:  Dimensions 2 Folders

2009-07-08_071309.png

Currently, it does not recurse subfolders in the source folder nor will it overwrite a file in the eventual destination folder.  These are behaviours that are easily added but I wanted to see if this is what you had in mind first.  As always, better name suggestions are always welcome.  =]

Edit: Added screenshot.
5259
Finished Programs / Re: IDEA: Sort images into folders based on resolution
« Last post by skwire on April 24, 2009, 05:31 PM »
I'll take this one...
5260
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on April 24, 2009, 06:45 AM »
For the record, SAPI must be installed for the TTS stuff to even have a chance at working.  I believe that SAPI is installed by default on XP.  Otherwise, you can download from it from Microsoft.  I've no idea if it works on Win9x/ME (I would guess not).
5261
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on April 24, 2009, 02:54 AM »
Wow, skwire, that is just perfect.  It does exactly what I wanted, and it's portable.  I basically have my own personal drum backup on my keychain now.  Thanks so much.
Great to hear...no pun intended.  =]
5262
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on April 23, 2009, 03:49 AM »
v1.0.2 build 269
    + Added a Text-To-Speech option to the "New track notification" options.  (Thanks, mouser)
    + Added an option so you can choose what happens to the toaster popup when you click on it.
      Currently, you can make it stay on-screen until it loses focus or you can make it disappear
      immediately.  Tools, Options, Toaster tab.  (Thanks, app103)
    * Improved the "Repeat file" mode to do gapless looping.  (Thanks, superboyac)
    ! Add URL GUI showed up incorrectly under Windows 7 Beta.  (Thanks, temp01)
    ! Album art showed up incorrectly on startup if Trout was installed on the
      root of a drive.  (Thanks, temp01)
5263
Finished Programs / Re: DONE: simple loop machine for wav, mp3, etc. files
« Last post by skwire on April 23, 2009, 03:16 AM »
Would it be difficult to just do it in the trout player?  because all the controls and stuff are already in there...keyboard shortcuts, playlist, drag/drop support.

Nah, not difficult.  Grab the latest build (see my sig); it should do gapless looping now.
5264
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on April 22, 2009, 10:22 PM »
Could I please have an option that when I click a toaster popup it immediately closes?

Can do.  Will do.   :D
5265
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on April 22, 2009, 10:30 AM »
actually, since I created an idea for an audio application a couple of days ago (here), maybe this application can do it with a minor tweak.
I created a custom audio looper app, for you, in that thread.  =]
5266
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on April 22, 2009, 08:08 AM »
Wow, I just saw this!  This is very impressive, skwire.  Sometimes, the talent here at DC blows me away.
Thanks for the kinds words and thanks for trying it out.
5267
Finished Programs / Re: DONE: simple loop machine for wav, mp3, etc. files
« Last post by skwire on April 22, 2009, 07:59 AM »
Try Looper...it's fairly minimal at this point but it ought to get the job done for you.  If it's along the lines of what you had in mind, let me know, and I'll clean it up a bit.

* Looper.zip (299.37 kB - downloaded 1457 times.)
5268
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on April 17, 2009, 07:00 AM »
Is there a way to get Trout to save Playlist info after every track?

I've changed it so the list saves after adding or deleting files.  Hopefully, this will alleviate the issues you're having.

The option to play a sound when the track changes is very useful.. and has led to me to wonder if it might be cool to have an option to use the MS speech api to actually announce the track #, or filename, or track title.  Could be cool -- and useful for those of us listening to audiobooks while going to sleep, or for visual impaired people.

Hmmm...cool idea...and something I should be able to implement.  Thanks for the idea.

Lastest build:

v1.0.2 build 257
    + Added "Add paths from clipboard" to the File menu.
    * Made Trout save the current list after adding/deleting files.  [Thanks, Deozaan]
    ! Fixed a logic bug when entering/checking Last.fm username/password data.  [Thanks, apfel]
5269
Post New Requests Here / Re: IDEA: Desktop progress meter
« Last post by skwire on April 17, 2009, 01:02 AM »
looks beautiful.

Thanks, mouser.
5270
Post New Requests Here / Re: IDEA: Desktop progress meter
« Last post by skwire on April 17, 2009, 12:26 AM »
You've done an incredible job on this. Thanks!

Nothing to it, I'm happy to help.  "Barbecue" it is.   :D  I've gone ahead and updated my posts with new links.  Here's the latest revision:

Barbecue

Meters_2009-04-17_123236.pngMeters_2009-04-17_123303.png
5271
Post New Requests Here / Re: IDEA: Desktop progress meter
« Last post by skwire on April 16, 2009, 02:19 AM »
I will wait to post about this until the bug has been fixed, though.

I think the meters.xml deleting itself was due to me watching that file with another editor as I was developing this.  I changed up the loading/saving routines so they should be much faster.  Also, here are some built-in shortcuts for manipulating the listview:

ctrl-a: Select all
ctrl-u: Deselect all
ctrl-i: Invert selection
ctrl-up: Move continguous selection up a row.
ctrl-down: Move continguous selection down a row.
Delete: Deletes a selection.

You can use the ctrl-up/down to order your meters (since they are generated from that order).

Barbecue

Anybody able to come up with a better name for this so we can call it done?
5272
Post New Requests Here / Re: IDEA: Desktop progress meter
« Last post by skwire on April 15, 2009, 02:45 AM »
I'm trying to track down a bug where the meters.xml file is getting deleted.  Soooo...if you have a lot of meters configured, back that file up for the time being.
5273
Post New Requests Here / Re: IDEA: Desktop progress meter
« Last post by skwire on April 15, 2009, 02:00 AM »
An option to add a line (below the title or at the bottom of the meter) with a deadline is something I suspect some users will ask for

Thanks for the kind compliments.  Try the latest and see if this is what you had in mind: Barbecue

Is it okay to spread the word about this, or would you rather I wait?

Sure, feel free.

an option to allow bars to be clicked on to adjust the position in the main progress display would be nice.

This will be a little more complicated since the the Progress Bar isn't really designed for this sort of thing in AHK.  However, I managed to do it for Trout so I'll see what I can do for this app.
5274
Post New Requests Here / Re: IDEA: Desktop progress meter
« Last post by skwire on April 14, 2009, 08:00 AM »
I uploaded a new build with some basic tray handling added.  Now, closing the main window will just hide it to the tray.  If you want to exit the app, choose File, Exit or Exit from the tray menu.  Double-clicking the tray icon will show the meters.
5275
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...
Pages: prev1 ... 206 207 208 209 210 [211] 212 213 214 215 216 ... 222next