AutoHotkey Community

It is currently May 26th, 2012, 6:09 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 194 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7 ... 13  Next
Author Message
 Post subject:
PostPosted: February 6th, 2009, 5:02 pm 
Offline

Joined: December 17th, 2007, 6:39 pm
Posts: 235
Location: Galati, Romania
Thank you SKAN but I don't know why nobody wants to join me here. I hate working alone.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2009, 5:49 pm 
Offline

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
majkinetor wrote:
Quote:
Hmmm...I'll look into this. Just to be clear, you're not talking about a internet stream, right? You're talking about something like this, eh?: http://www.somewhere.com/path/file.mp3

Yes.

I'll fix this.

majkinetor wrote:
Quote:
I actually have this mostly working

There is only one way to make it working with multiple files, and I used it in one application I created which I will probably post very soon, so you will be able to check it out. I think the base for the work is something Lexikos did on DDE (or it was Sean, I can't remember now...).

I look forward to your post regarding this.

majkinetor wrote:
Quote:
Could you elaborate a bit more?

Just add each song played in the history list. So if I want to hear something again from some big shuffle folder I listened yesterday, I will be albe to do it today by searching it in the history list. Ofc, I wouldn't suggest to be highest priority, just something you may want to play with if you have nothing else to do.

I see; I'll add it to my ToDo.

majkinetor wrote:
One very important suggestion:
Minibars position and ontop/visibility flag arent saved. This makes them usless atm as I need to fix them each time.

Hmmmm....both of these items should be saved. I just re-tested and it appears to be working here. I also had a couple of other folks test it out and they reported it working as well.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2009, 6:50 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
Quote:
I look forward to your post regarding this.

See Multi-Rename Script\inc\Shell.ahk

Quote:
Hmmmm....both of these items should be saved. I just re-tested and it appears to be working here. I also had a couple of other folks test it out and they reported it working as well.

I prolly executed from archive then. Sorry.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2009, 10:19 pm 
Offline

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
This build was mainly to get Trout working better in Win9x/ME systems.

v1.0.2 build 91
+ Added code to support Win9x/ME systems. Thanks to Drugwash and app103 for testing.
Notes:
1) Win9x/ME users will get the older slider controls for volume and seekbars.
2) Tag editing has been disabled under Win9x/ME.
3) freedb.org for CDs appears to work.
4) Last.fm appears to work as well.
5) Copy-to-clipboard functions do not copy in unicode.
! MIDI soundfont playback fix.
* Fixed text display for 120 DPI systems. Hopefully. (Thanks, majkinetor)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2009, 10:38 pm 
Offline

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
n-l-i-d wrote:
Very nice application! 8)

Thank you very much.

n-l-i-d wrote:
A couple of remarks:
- It would be nice if Trout had a radio-station "directory listing", like Screamer Radio has. Right now I have to add them manually.

One item on my ToDo list is to add a parseable directory that would build a menu dynamically based off of playlists and folders found in it. Would this be enough or did I misunderstand you?
n-l-i-d wrote:
- Trivial, but it would be nice if the program could recognize me inserting a MP3 CD/DVD with "Play audio CD in..." instead of an audio CD, and read and play the disc.
- Same issue: I play a MP3 CD/DVD. When I enable freedb search, it will try to recognize it (even though it will never find the correct data, since it is a burned MP3 DVD)

Did you try File, Add Folder and choosing the DVD-ROM root?
n-l-i-d wrote:
- Is there any way to replace the "<missing>" tags with empty tags or something else?

Under Tools, Options, General tab. You can set a custom missing tag string there.
n-l-i-d wrote:
- Could album-art be "enhanced", so that if there is no JPG in the folder, Trout will download it from the web somewhere (based on the tags it finds)?

This has been on the ToDo as well. However, the only site I know of with any sort of API to do this is Amazon. I admit I haven't looked too deeply into this.
n-l-i-d wrote:
- Lyrics are on the to do list. Would be great if it could be added, but I know there are issues with copyright with lyrics.

I helped out wontstoptalking with his Lyric Grabber app in IRC. I was going to merge that functionality into Trout. I was thinking a little separate window that could dock with the main window using maj's Docking module. Your thoughts?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2009, 10:44 pm 
Offline

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
SoggyDog wrote:
I love the Toaster Popup, but I'd like to be able to change where it pops from;
I work in a multiple monitor environment and the location of the pop is less than optimal.

Agreed. I need to add a position option.

SoggyDog wrote:
I understand that the idea behind the Minibar Controls is minimalism,
but I would like the option of scrolling the song title somewhere.

I have plans to extend the horizontal minibar with a title display. Currently, if you hover over the bar's icons, a tooltip should show the currently playing track.

SoggyDog wrote:
Maybe I've just overlooked it, but how about 'Always On Top'?

AoT of the main window? Or the minibars? If you mean the minibars, you can find the AoT setting by right-clicking the minibar's Trout icons.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2009, 10:46 pm 
Offline

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
majkinetor wrote:
See Multi-Rename Script\inc\Shell.ahk

Thank you. I'll definitely check this out.

majkinetor wrote:
Quote:
Hmmmm....both of these items should be saved. I just re-tested and it appears to be working here. I also had a couple of other folks test it out and they reported it working as well.

I prolly executed from archive then. Sorry.

So, it is working properly then? Also, would you mind checking out the latest build and see if your DPI issue is fixed? Thanks.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2009, 10:47 pm 
Offline

Joined: May 2nd, 2006, 11:16 pm
Posts: 800
Location: Greeley, CO
@skwire re:AoT
Yup... I had just overlooked it.

PS -
I signed up for an account on DonationCoder.

_________________
Image
SoggyDog
Dwarf Fortress:
"The most intriguing game I've ever played."


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2009, 10:49 pm 
Offline

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
SoggyDog wrote:
@skwire re:AoT
Yup... I had just overlooked it.


Ah, great!

SoggyDog wrote:
I signed up for an account on DonationCoder.


Nice. It's a fantastic community.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2009, 11:30 pm 
Offline

Joined: May 2nd, 2006, 11:16 pm
Posts: 800
Location: Greeley, CO
A couple of thoughts...

1)
I was just setting up 'Hoykeys' and remembered that, in some application I've used in the
past, you could set hotkeys by actually performing the hotkey combination on your keyboard
(rather than selecting modifiers then scrolling through a list).

2)
Also, regarding Hotkey setup... It lets you select the same hotkey for multiple functions
without error or warning. Might consider either a warning or removing the Key/Mouse item
from the list when the same modifiers are selected.

i.e. Ctrl-Win-a has already been used so, if Ctrl-Win is selected for the Modifier, then
the a no longer appears in the drop-down.

3)
This one's just a personal pref, so I really don't expect anything to be done about it, but,
I feel the m on the ''Play mode'' menu should be capitalized (as well as the m in ''Key/mouse''
in the Hotkey setup).

_________________
Image
SoggyDog
Dwarf Fortress:
"The most intriguing game I've ever played."


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 7th, 2009, 10:37 am 
Offline
User avatar

Joined: September 8th, 2008, 12:26 am
Posts: 1048
Location: Ploieşti, RO
Thank you very much skwire for the time and effort spent in fixing Win9x issues! It's been a pleasure assisting you and I'm always open for testing. 8)

I'm also using a multi-monitor environment (as you know) so advanced popup positioning would be great. If you want, I can send you my monitor/active window detection code from volOSD. ;)

_________________
AHK tools by Drugwash (AHK 1.0.48.05 and Win98SE)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 7th, 2009, 12:39 pm 
Offline

Joined: December 17th, 2007, 6:39 pm
Posts: 235
Location: Galati, Romania
Is ANYBODY going to help me with my project? Or should I struggle by myself? Please.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 7th, 2009, 1:27 pm 
Offline

Joined: March 16th, 2005, 10:33 pm
Posts: 969
Location: Frisia
skwire wrote:
One item on my ToDo list is to add a parseable directory that would build a menu dynamically based off of playlists and folders found in it. Would this be enough or did I misunderstand you?


That would be just fine. I think it would be trivial to parse the Screamer Radio xml file into a playlist file. No need to add that though, could be done with a seperate AHK script.

skwire wrote:
Did you try File, Add Folder and choosing the DVD-ROM root?


Yes, and that worked just fine, but it would be nice if the "Play Audio CD..." option would work (in such a case) too.

skwire wrote:
Under Tools, Options, General tab. You can set a custom missing tag string there.


Ah, ok, I missed that one.

skwire wrote:
This has been on the ToDo as well. However, the only site I know of with any sort of API to do this is Amazon. I admit I haven't looked too deeply into this.


Ok. I don't know about the Amazon API, but the Yahoo API seems to be disbanded. Here is another site that might work: AllCDCovers. Or maybe the Last.fm API could help with that one?

skwire wrote:
I was thinking a little separate window that could dock with the main window using maj's Docking module. Your thoughts?


That would be perfect. The option of having the lyrics window shown/popup without the main window would nice too, since I don't necessarily want to see the whole main window all the time.

Thanks again for this great application. An excellent way to "market" AutoHotkey. 8)

_________________
Image mirror 1mirror 2mirror 3ahk4.me • PM or Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 7th, 2009, 4:48 pm 
Offline

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
SoggyDog wrote:
I was just setting up 'Hoykeys' and remembered that, in some application I've used in the
past, you could set hotkeys by actually performing the hotkey combination on your keyboard
(rather than selecting modifiers then scrolling through a list).

AHK does have the standard hotkey control that you're describing. However, it doesn't recognise all of the keys nor any of the mouse actions. I did the hotkeys the way I did in order to give the maximum amount of flexibility possible. For instance, you can easily set a global hotkey to WinKey-Wheelup to advance a track. This is something that simply cannot be done with the standard hotkey control that is native to AHK. Make sense?

SoggyDog wrote:
Also, regarding Hotkey setup... It lets you select the same hotkey for multiple functions
without error or warning. Might consider either a warning or removing the Key/Mouse item
from the list when the same modifiers are selected.

Absolutely this needs to be done. It's one of those things that I seem to keep pushing back. =]

SoggyDog wrote:
This one's just a personal pref, so I really don't expect anything to be done about it, but,
I feel the m on the ''Play mode'' menu should be capitalized (as well as the m in ''Key/mouse''
in the Hotkey setup).

I changed them for you. =]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 7th, 2009, 4:51 pm 
Offline

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
Drugwash wrote:
Thank you very much skwire for the time and effort spent in fixing Win9x issues! It's been a pleasure assisting you and I'm always open for testing. 8)


You're welcome. As for the toaster positioning, I was more thinking of the user just dragging it to wherever they want and it would work from there. You know?


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, 2, 3, 4, 5, 6, 7 ... 13  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 10 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