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, 12:43 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 ... 138 139 140 141 142 [143] 144 145 146 147 148 ... 222next
3551
General Software Discussion / Re: Structurer for Windows?
« Last post by skwire on February 19, 2011, 09:01 AM »
There's a Windows version being developed here:

https://github.com/d...tilityForDevelopment

I haven't tried it myself.
3552
Here is a download link to one 51 minute mp3ยป
http://www.divshare....ownload/14107073-ff2

I cannot seem to find an actual download link on that site.  I can stream it via their Flash player but I can't download it.  Do I need to create an account to be able to download it?
3553
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on February 18, 2011, 06:04 PM »
Ok this is useful if I want send a command to the player but if I want to get the title and the infos of a currently played song?

To do it programatically, find the window with a classname of "Winamp v1.x" (without quotes) and read its title text.  You can format in most of the track info into the title bar using the provided tokens.  There's no way to query Trout directly for this info and I have no plans to add any sort of DDE support at this time.
3554
I could provide some mp3 files that generate the problem.

Can you post them somewhere?  Even though I don't seem to experience the problem, I can try to take a look.  When you say the song skips...what happens exactly?  Does the song just glitch for a moment and then keep playing?  Does it skip to the next track?

3555
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on February 18, 2011, 05:31 PM »
A program through the DDE protocol can send command and get information to/from the music player.

Trout has a portion of the Winamp API built into it for this purpose.  Within mIRC, you should be able to use any of the Winamp
plugin stuff with Trout going and it should work.  The following messages are supported:

40001 - Close
40022 - Toggle repeat
40023 - Toggle shuffle
40029 - Add files box
40044 - Previous track
40045 - Play/Pause
40048 - Next track
40058 - Volumn up
40059 - Volume down
40144 - Seek backward
40148 - Seek forward
40155 - Add URL
40187 - Add folder box

You can use standard Windows SendMessage commands to control Trout in this way.  If there is a certain message within the Winamp API that you would like to see supported, let me know and I'll see if I can add it.  Furthermore, Trout is built with a classname of "Winamp v1.x" so any title-getting application/plugin will work to get the song info.  You can set up a custom titlebar format string in Trout's options.
3556
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on February 18, 2011, 04:40 PM »
DDE = Dynamic Data Exchange
http://msdn.microsof...648711(v=vs.85).aspx

Yes, I know what it is.  What do you want to do with it and Trout?
3557
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on February 17, 2011, 12:26 PM »
Can you add the DDE support to your player?

I'm not sure I understand your request.  Can you provide me with more detail, please?
3558
Skwire Empire / Request: /pause & /unpause switches
« Last post by skwire on February 17, 2011, 08:37 AM »
Website | Installer | Portable
v1.0.5 build 32 - 2011-02-17
    * Updated plugins:
        BASS        2.4.6.0  -> 2.4.7.1
        BASS_AAC    2.4.0.1  -> 2.4.2.0
        BASS_AC3    2.4.0.0  -> 2.4.0.2
        BASS_ALAC   2.4.0.1  -> 2.4.1.0
        BASS_APE    2.4.0.1  -> 2.4.0.4
        BASS FX     2.4.3.1  -> 2.4.6.0
        BAS_MPC     2.4.0.0  -> 2.4.1.0
        BASS_OFR    2.4.0.1  -> 2.4.0.2
        BASSCD      2.4.1.0  -> 2.4.4.0
        BASSenc     2.4.2.0  -> 2.4.7.0
        BASSMIDI    2.4.2.0  -> 2.4.5.0
        BASSmix     2.4.0.2  -> 2.4.5.0
        BASSWMA     2.4.1.0  -> 2.4.4.0
        WASSWV      2.4.1.0  -> 2.4.2.0
        AudioGenie  2.0.0.4  -> 2.0.3.1
        Tags        0.0.0.13 -> 0.0.0.16
3559
Skwire Empire / Request: /pause & /unpause switches
« Last post by skwire on February 17, 2011, 08:36 AM »
How about a command line un/pause option to go with the start/stop options?

If Trout is paused, sending another /play will unpause it.  Is that doable?
3560
I'm going to bet it has something to do with the update to BASS v2.4.6.0 back at Trout v1.0.4 build 96.  I've just updated Trout to the latest BASS and all other plugins.  Give it a try and see if you still have the same issues.
3561
General Software Discussion / Re: Bulk Creating Folders
« Last post by skwire on February 16, 2011, 09:44 AM »
Maybe my Text 2 Folders?  Admittedly, it could use some fleshing out of features.
3562
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on February 15, 2011, 04:38 PM »
Open: trout.exe
Arguments: /play

Trout can already do this.  Here are the switches it supports:

/play, /stop, /next, /prev, /mute, /clipboard, /clearlist

Sending a /play while it's playing will result in a pause (acts as a toggle).  Trout is single-instance only so no worries about it launching two...unless you're running the second Trout from a different directory.
3563
Count me in for five.  Plus any slack we have.  =]
3564
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on February 15, 2011, 02:10 PM »
Skwire, would the option Shut down Trout after x minutes be useful? For those who want to sleep in the afternoon with the help of music but do not want that after they fell asleep Trout playes on?

Trout currently has a "Pause track after # minutes idle."  Is this good enough?
3565
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on February 14, 2011, 11:09 PM »
Website | Installer | Portable
v1.0.5 build 30 - 2011-02-14
    + Added "Save playlist" to hotkey-able actions.
3566
Skwire Empire / Re: Skwire Empire - Software Launching Pad
« Last post by skwire on February 14, 2011, 05:45 PM »
Yes please buster

Right away, vicar.  Check your PM.
3567
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on February 14, 2011, 05:10 PM »
Also, consider this:  you've already made trout, so all the playlist and music playing functionality is created.  So the things to add would be the scheduling options and the snooze.  I don't know how hard that is, but to me it sounds easier than the music player part, which is done and already very nice.

I won't be adding alarm functionality to Trout as I like tools that do one thing and, hopefully, do it well.  As for an alarm clock app, I simply don't want to get tied up in a huge amount of options in regards to scheduling (which there can and will be).  In regards to programming, it's a right pain in the arse to try and handle all potential types of scenarios when it comes to time and schedules.
3568
Skwire Empire / Re: Skwire Empire - Software Launching Pad
« Last post by skwire on February 14, 2011, 03:45 PM »
YES! My email inbox FLOODED!

Then set up a rule to deal with them.  You're a big boy...
3569
Skwire Empire / Re: Skwire Empire - Software Launching Pad
« Last post by skwire on February 14, 2011, 03:43 PM »
Does this have anything to do with the horrendous number of "Moved topic" notifications I received today?
Does this have anything to do with the horrendous number of "Moved topic" notifications I received today?

On that note, MouserBot really needs to omit anything that has MOVED in the start of the title...spammed the IRC like craaaazy.

Did it really bother you guys that much?  Nobody was talking anyway.   :P
3570
Post New Requests Here / MOVED: Move to Parent
« Last post by skwire on February 14, 2011, 11:03 AM »
Pages: prev1 ... 138 139 140 141 142 [143] 144 145 146 147 148 ... 222next