topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday April 25, 2024, 9:42 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - skwire [ switch to compact view ]

Pages: prev1 ... 210 211 212 213 214 [215] 216 217 218 219 220 ... 222next
5351
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: February 25, 2009, 06:23 AM »
just wanted to say the update feature worked perfectly here (DcUpdater installed on my pc).  :up:
Very nice.  Thanks for the report.

5352
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: February 25, 2009, 06:09 AM »
v1.0.2 build 178
    + Added two checkboxes to the Options, Toaster tab:
      1) Enable toaster popup.
      2) Do not show toaster popup while main window is active.
    * Improved the seek and volume bars:
      1) A single mousedown session cannot affect both controls.  [Thanks, brotherS & SoggyDog]
      2) Letting go of the left mouse button outside of the seekbars will now work.  This should
         allow for dragging the seekbar all the way back to the start of the song or all the way
         to the end of a song.  [Thanks, SoggyDog]
    * Clicking on the toaster popup will keep it open as long as it's the active window.

5353
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: February 24, 2009, 06:55 AM »
Every AHK I've written, including Trout, that saves position subtracts these eight pixels as well as 46 vertically.

posw := posw - 8
posh := posh - 46

 :D

5354
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: February 24, 2009, 05:47 AM »
- when you use the mouse on the seek bar to move to the beginning of the file and push the mouse too far (with the left mouse button still pressed down), you will accidentally change the volume (when you happen to move over that part of the UI, which is easy to do because it's so close).
Please try build 177 and see if the bar improvements I just made solve this issue.  Thanks.

5355
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: February 24, 2009, 03:53 AM »
Try build 176.

v1.0.2 build 176
    * Random mode now does a basic check so that the same song isn't played twice in a row.
    * Changed "Play track/beep between tracks" to "Audible notification on new track".
    ! "Audible notification on new track" wasn't working properly on Trout startup.  [Thanks,
       brotherS]

5356
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: February 24, 2009, 03:29 AM »
Seems to work here.  Can anybody else confirm?

Edit:  Actually...hang on.  I think I know why you're seeing this happen.

5357
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: February 23, 2009, 05:03 PM »
In the next build, I'll go ahead and include the dcuhelper.exe with the install packages.

5358
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: February 23, 2009, 07:24 AM »
Sleep time for me; thanks for all the feedback tonight.

v1.0.2 build 172
    + Added a play button to the "Play track/beep between tracks" option so you can preview the
      chosen sound file.  [Thanks, brotherS]
    + Added a checkbox on the Options form to enable/disable the "Play track/beep between tracks"
      function.  [Thanks, brotherS]
    + Added another hidden config.ini setting under Settings: Update_Method=zip
      Setting this will allow the DcUpdater app to work with Trout's portable zip file as opposed
      to the installer.

5359
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: February 23, 2009, 05:00 AM »
Found 2 more small bugs:
- when you use the mouse on the seek bar, the displayed time flickers - looks like it tries to update itself too often.
I don't experience much flicker at all in the seekbar text.  Now, if I add the $time_e/$time_r to the titlebar text, I see flicker (but I warned about this).  I'm not sure I can do too much about this.

- when you use the mouse on the seek bar to move to the beginning of the file and push the mouse too far (with the left mouse button still pressed down), you will accidentally change the volume (when you happen to move over that part of the UI, which is easy to do because it's so close).
This is a by-product of what I have to do to even get those bars working like they do in Trout.  I'll try to do something about this but there are no promises on this one.

It would help if you could add the installer link to your signature, might lead others to try Trout and it would mean way less clicking for all of us who want the newest version! 8)
I added some bits to my sig.  Hopefully, they'll save you some clicks.

5360
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: February 23, 2009, 03:39 AM »
Build 154 has your play button in it.  I believe this is what you were thinking of.

5361
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: February 23, 2009, 03:25 AM »
I see you caught my silent update.   :D

v1.0.2 build 153
    + New option under Options, General.  You can now set how the listview behaves when dropping
      files on it (or the minibars).  Choices are:
      - Never clear the existing playlist (Default/current way)
      - Always clear the existing playlist
      - Always ask me what to do
      [Thanks, mouser]
    + Created a new "List" menu entry and moved the "Remove track after playback" option to it.
    + Added a "Play track/beep between tracks" options.  This is mainly for listening to audio
      books so you can be alerted to chapter changes, etc.  You set the options under Options,
      General and toggle the functionality using the List menu entry. [Thanks, brotherS & mouser]
    ! Fixed a seeking issue where Trout wouldn't behave properly if the elapsed time was smaller
      than the user-set seek interval.  This also cropped up if the remaining time was less than
      the seek interval.  [Thanks, brotherS]

5362
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: February 22, 2009, 01:39 PM »
And another small thing: when the "TE" (elapsed) time is smaller than the set "seek jump interval", Trout will not always jump back to the beginning of the file when that hotkey is used once.
That's annoying me a bit more today, I hope it's easy to fix! :)
Try the latest build (v1.0.2.150)

Btw, would it be possible to run more than one Trout instance? Or would that totally conflict with playlist management etc.?
Right, Trout was built from the start as single-instance, single-playlist player.  Say that five times fast.  =]

5363
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: February 22, 2009, 09:48 AM »
v1.0.2 build 149
    + Added a "Remove track after playback" option to the View menu.  This will make Trout act
      in a sort of queue mode.  [Thanks, app103]
    + Added Last.fm "love" functionality to the minibars.  Currently, this will take you
      directly to the track's page on Last.fm so you can mark it as loved.  Future plans will
      be to make this button "love" a track automatically.  [Thanks, app103]
    ! The $time_r/$time_e tokens now update in realtime.  Putting those tokens in the titlebar
      string may result in flickering.  [Thanks, brotherS]

5364
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: February 20, 2009, 07:28 PM »
Column saving is in.

v1.0.2 build 146
    + Another hidden config.ini setting: WinampAPI_Titlebar_Fix=1
      What this does is add a " - Winamp" to the titlebar text.  The reason is that some WinampAPI
      driven front-ends will actually crash if that text isn't there...even though they eventually
      strip it for display.  The mind boggles.  [Thanks, hollow87 & app103]
    + Column orders are now saved.  [Thanks, app103]
    ! Removing files from the listview should be much quicker (back to the way it used to be).

5365
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: February 19, 2009, 05:57 PM »
The rewind/ff with a file being paused now works, thanks!
Strange: for the second time, when I was trying to close Trout (to update it), I got an "Error saving list contents!" error.
Btw, updating caused Trout to forget about some settings that I changed previously, like the internet connection and the time skip value (how many seconds).
Good to hear about the seek issue.  As for the losing settings issue, I wonder if it's having trouble saving the config.ini (since it seems to have an issue saving the playlist).  That message you're seeing pops up if it can't delete the list.tpl file.  Are you running anything that would have that file open?  Perhaps an anti-virus or something is interfering?  Regarding your beep request...were you thinking something like the system beep that AHK can do?

5366
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: February 19, 2009, 09:31 AM »
What exactly does that mean?

Are things that look for info from currently running instance of Winamp supposed to see Trout as an instance of Winamp? If so, it didn't work with the 3 things I tried it with, and crashed 2 of them.

Both xchat (with a winamp plugin) & Amp2MX (winamp automatic chatroom spammer) crashed, and RoboMX (chat client) just gave an error message of "the parameter is incorrect" when using the display current winamp song command.

Was there something I misunderstood about what this is for?
You understood correctly.  I've tested it on Samurize, vIRC (IRC client I use), and some other WinampAPI-dependant applications and all worked properly.  It's possible that the apps you mention are querying portions of the WinampAPI that I don't have implemented.  I'll install and test on XChat later today.

5367
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: February 19, 2009, 08:20 AM »
This is not working when I rewind or fast forward with a keyboard shortcut, only with the mouse. I'd like a 'live' update like in xmplay.
Also, would it be possible to set a custom font (size) for the statusbar?
Re-download and try the latest build.  I think it'll act like you're expecting it to.  As for the status bar font, it can be done.  However, the problem is that the statusbar itself won't resize vertically to fit.  Question, are you running at a DPI of something other than the default of 96...120, perhaps?

Another idea: how about a 'roger beep' that makes you realize that Trout jumped to another file in the playlist? Maybe I'm the only one ever missing something like that, I don't know. 8)
Reason why: when I listen to audio books - while not looking at the PC - I like to know when I reached a new file, either for note-taking or to use that to pause listening and to resume at the beginning of a file later.
I'm guessing that the balloon tip notify or toaster popup don't serve you well in this case?  You prefer something audible rather than visual?

Also, did you think about adding an (optional?) graphical reprensentation of the current part of the file being played? Like in mp3DirectCut? It's sometimes quite helpful.
At some point, I hope to add a spectrum analyzer of some sort.  However, this is way down my list.

And another edit: how about adding the website link from the about window (great idea! only saw it now) also to the context menu of the tray icon and/or to the Help menu directly?
The About window does have a website button (I ought to make a real site or something, eh?  =).  Adding it to the Help menu is no problem.

FYI EvilLyrics works fine with Trout
What about A-B repeat ? It'd be useful to learn foreign languages
Ah, nice to know it works with EvilLyrics, thanks.  I'd assume EvilLyrics sees Trout as a "Winamp", right?  I built in a portion of the WinampAPI into Trout for this very reason...so that it would work with stuff like Samurize, IRC scripts, my own bbLean widgets, etc.   Hmmm....A-B repeat...  My first thought was no way but the more I think about it, the more I like it.  How would you like this to function?

5368
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: February 18, 2009, 10:01 PM »
Here are your requests, brotherS:

v1.0.2 build 129
    + Added a hidden setting for more aggressive listview refreshing.  If you're
      experiencing listview painting issues, add the following entry to the Settings
      section of your config.ini:  Force_Listview_Refresh=1
      [Thanks, daonlyfreez]
    + Added an option to specify the seek jump interval in seconds.  Default is a jump of
      one second.  Tools, Options, Miscellaneous section.  [Thanks, brotherS]
    * The statusbar track times (TE: & TR:) now update while a track is paused.  [Thanks, brotherS]
    ! Fixed 'Remove dupes' and 'Remove dead entries' broken in build 119.
    ! Fixed the list search broken in build 119.

5369
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: February 18, 2009, 09:59 PM »
thanks again for the bug-fix and DCupdate feature, now i'm using build 127. :)
You're most welcome.  =]  Next build will be up in a minute.

5370
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: February 18, 2009, 10:38 AM »
Hmmm...that's odd.  I have a similar keyboard move script and it works fine.  If you want to PM me your script code, I can try it out on my systems.
Will do!
Your script works perfectly for me with Trout.   :huh:

Yes, the tooltip is helpful, but it only shows up when I use the mouse, not when I use a hotkey. 8)
Last but not least, I would like a hotkey to skip back or forth a few (definable?) seconds. I'm used to that from players like mp3DirectCut and xmplay. Do you feel like adding that?  :)
Sure.

5371
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout
« on: February 18, 2009, 10:13 AM »
Thanks a lot for this player, great work! I'm blown away - again - by what's possible with AHK.  :-*

PS: The version number given in your first post in this thread is outdated.

PPS: I suggest you add "audio player" to the thread topic (to find it more easily).
You're welcome; I'm glad you like it.  Sometimes the version number will get outdated when I upload silent bugfix builds.

Edit: I found that I can only move the Trout window with the mouse, not with the Windows key + Cursor keys (AHK script), which works for virtually all other programs I use. Any idea why?
Hmmm...that's odd.  I have a similar keyboard move script and it works fine.  If you want to PM me your script code, I can try it out on my systems.

I also saw that the "TE" and "TR" track info (your position in the file) is not updated while a file is paused, you can rewind or fast forward, but only when you resume the file it's being updated. Nothing big, just mentioning it.
Yes, the times only update if the track is playing but I should be able to change this.  In the meantime, the tooltip should show the current time you're dragging to even if a track is paused.  Thanks for the feedback.

5372
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout
« on: February 17, 2009, 09:17 AM »
Please update to build 122.  Apologies.

5373
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout
« on: February 16, 2009, 06:46 PM »
v1.0.2 build 119
    + Made the following keys available for hotkeys: - = [ ] \ ; ' , . /
    + Added a "Preserve file modification time when saving tags" options under Tools, Options,
      General.  [Thanks, badmojo]
    * More Win9x/ME compatibility fixes.
        1) Font selection size should now work properly.
        2) Hotkeys should work now.  However, mouse-button hotkeys under 9x are sketchy at best.
        3) Text display bits should be more compatible with themed progress bars.
    * Added 'Options' back to the tray menu.  [Thanks, lanux128]

5374
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout
« on: February 14, 2009, 09:39 PM »
Random is just that...random.  The same song could be played ten times in a row.  Shuffle will play each song in the list one time and stop.  Certain actions will "reset" the shuffle list, though.  Namely, adding or deleting files from the list as well as changing play modes.  Make sense?

5375
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout
« on: February 14, 2009, 01:05 PM »
If the changed up tray menu bothers anybody, by all means, speak up.

Pages: prev1 ... 210 211 212 213 214 [215] 216 217 218 219 220 ... 222next