AutoHotkey Community

It is currently May 27th, 2012, 4:08 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 194 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13
Author Message
 Post subject:
PostPosted: January 6th, 2010, 3:00 pm 
Offline

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
guest3456 wrote:
could you at least share the code for your fix for this issue? thanks


The solution is here: http://www.autohotkey.com/forum/post-82842.html#82842


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 6th, 2010, 3:48 pm 
thanks, it works for the most part on my 120dpi.

just a few misses:

Image


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 6th, 2010, 3:48 pm 
oh, also that button in the lower right


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 29th, 2010, 7:15 pm 
Offline

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
v1.0.3 build 275 - 2010-01-29
+ Added "Remove dead entries on startup" option to the General tab. (Thanks, Target)
* The "Remove dead entries" function no longer removes URLs.
! Fixed some GUI glitches when viewing the Options dialog on a system running 120 DPI. (Thanks, Guest3456)


Thanks for the bug report, Guest3456. I think I fixed all the GUI glitches.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: translations ?
PostPosted: April 7th, 2010, 11:16 am 
Offline

Joined: April 7th, 2010, 11:01 am
Posts: 1
Location: Groß-Umstadt / Germany
:D Great job skwire! :D

I have used/tested many players for a long time, but trout caps the climax!
My only wish is a translated version (german) or the possibility to write own translations for menus, messages, etc in an .ini-file.
???

cheers,
moefr01


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 10th, 2010, 6:53 am 
skwire, your plan is applying equalizer on your Trout. What is program to be used? Still BASS Library or other app instead.


Report this post
Top
  
Reply with quote  
 Post subject: Re: translations ?
PostPosted: April 13th, 2010, 5:18 am 
Offline

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
@moefr01: Thanks for the kind words. I'll add your request to my ToDo...but it'll be a while before I get around to it.

@Adjiesoft: If/when I get around to adding the EQ, it'll use the BASS library.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: November 15th, 2010, 8:09 am 
Can you share your code?
Send it to xuyonghong@12530.com please.
Cheers!


Report this post
Top
  
Reply with quote  
 Post subject: move files
PostPosted: December 12th, 2010, 5:01 am 
i would really love to use trout to sort new music into folders. what i was thinking is that a hotkey could launch a "file mover" that would display a list of favorite folders. i could then choose the folder i wanted by double clicking it and the file would stop playing, be moved to the new folder, and the next file in the playlist would begin playing. would you please consider adding this type of functionality to trout?

rather than making this a single purpose feature (like i described above), i was actually thinking that you could add options for "helper applications". helper applications could be any external application that accepts commandline parameters. for example, in this example, you would create a helper application called "filemover.exe" that would accept the path of a single file as a commandline parameter and act similarly to the example above. in trout preferences the user could specify any number of helper applications. the user would add "filemover.exe" as a helper application and specify that trout should:
- skip to next file in playlist
- remove current file from playlist
- show in right click file menu
- define a hotkey

this way, when the user launches the helper application for the currently playing file, trout will not be using the file to be modified. so this would be great for a "file mover" app but it would also work for commandline normalizers, audio editors, advanced tag editors, etc.

anyway, i think this would make trout a lot more powerful by being able to tie into 3rd party tools. you could add some "helper applications" by default like the file mover (but i was also thinking that you could convert your tag editor into a helper application). what are your thoughts on this idea, skwire?


Report this post
Top
  
Reply with quote  
PostPosted: December 15th, 2010, 11:31 am 
Offline

Joined: February 24th, 2010, 10:17 am
Posts: 42
red wrote:
Can you share your code?

skwire wrote:
...because I have no interest in releasing the source...

I don't think it's gonna happen


Last edited by Talisman on December 23rd, 2010, 12:42 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 15th, 2010, 11:56 am 
Offline
User avatar

Joined: September 5th, 2009, 2:06 pm
Posts: 1713
Location: Somewhere near you
skwire wrote:
I have been hesitant to post it here because I have no interest in releasing the source and I didn't want any potential thread to degenerate into a "decompiling flamewar" that I've seen in the past. Yes, I'm well aware that there is not much I can do against somebody hell-bent on decompiling it, but please respect my decision to keep the source closed.

_________________
Image
The quick onyx goblin jumps over the lazy dwarf


Report this post
Top
 Profile  
Reply with quote  
PostPosted: December 23rd, 2010, 7:36 am 
Offline

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
red wrote:
Can you share your code?


No, thanks. I've no interest in releasing the source.

cracksloth wrote:
i would really love to use trout to sort new music into folders. what i was thinking is that a hotkey could launch a "file mover" that would display a list of favorite folders.
[snip]
what are your thoughts on this idea, skwire?


I really appreciate the feedback, cracksloth, but I feel this is somewhat outside the scope of Trout being a simple audio player. I already feel it's pretty cluttered as it is. =]

@Talisman & @tomoe_uehara: Thanks for having my back, folks. =]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 28th, 2010, 12:43 am 
well, you could look at it as a simplification :) hopefully this won't come across as annoying but i thought i would try one last ditch effort to make my case :)

adding support for external applications doesn't make trout more complex - in fact it allows trout to remain simple because trout wouldn't need any featured coded that can already be done by other software. an example of this is the built in tag editor. if you added support for helper applications, the tag editor would not even be necessary because any third party tag editor that accepts commandline parameters could be used instead. Such tools are plentiful and feature rich. This way, the user gets to choose only those functions they need and they get to choose their preferred program for that task. From my perspective, it helps out trout development because you don't have to worry about every little feature request (like mine) and it helps users out because they now have access to a ton of new potential features.

you wouldn't even need to make the filemover application (i'm a horrible newb but i'd try to make it). you could just add the ability to define helper applications in a dialog with the options:
- path to helper application
- arguments to use when launching helper application (%file% will pass on the path of the currently selected file)
- define a hotkey to launch this helper application
- toggle: when launched if file is playing, skip to next file in playlist (this unlocks the file for editing in the helper application)
- toggle: when launched remove current file from playlist
- toggle: show this helper application in the right click file menu

anyway, i'll shut up now! :) thanks again for the great player!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 23rd, 2011, 3:40 am 
Offline

Joined: May 23rd, 2011, 1:54 am
Posts: 14
Hey skwire

We're having some issues with MIDI on the BASS Library thread (from p.6 mostly)
There has been no sign of success with MIDI files in the 6 pages of that topic ... and I can't figure it out either on BASS forums
Also I can't use any MIDI files on your player, even with CT4MGM.SF2 in c:\windows\system32

Any help or a working example would be greatly appreciated!
thx!


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 194 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13

All times are UTC [ DST ]


Who is online

Users browsing this forum: Stigg and 22 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group