AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Trout - A BASS-driven audio player written in AHK
Goto page Previous  1, 2, 3, 4, 5 ... 11, 12, 13  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Petru



Joined: 17 Dec 2007
Posts: 139
Location: Galati, Romania

PostPosted: Fri Feb 06, 2009 5:02 pm    Post subject: Reply with quote

Thank you SKAN but I don't know why nobody wants to join me here. I hate working alone.
Back to top
View user's profile Send private message Yahoo Messenger
skwire



Joined: 18 Jan 2006
Posts: 267
Location: Conway, Arkansas

PostPosted: Fri Feb 06, 2009 5:49 pm    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
majkinetor



Joined: 24 May 2006
Posts: 4116
Location: Belgrade

PostPosted: Fri Feb 06, 2009 6:50 pm    Post subject: Reply with quote

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.
_________________
Back to top
View user's profile Send private message
skwire



Joined: 18 Jan 2006
Posts: 267
Location: Conway, Arkansas

PostPosted: Fri Feb 06, 2009 10:19 pm    Post subject: Reply with quote

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)
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
skwire



Joined: 18 Jan 2006
Posts: 267
Location: Conway, Arkansas

PostPosted: Fri Feb 06, 2009 10:38 pm    Post subject: Reply with quote

n-l-i-d wrote:
Very nice application! Cool

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?
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
skwire



Joined: 18 Jan 2006
Posts: 267
Location: Conway, Arkansas

PostPosted: Fri Feb 06, 2009 10:44 pm    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
skwire



Joined: 18 Jan 2006
Posts: 267
Location: Conway, Arkansas

PostPosted: Fri Feb 06, 2009 10:46 pm    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
SoggyDog



Joined: 02 May 2006
Posts: 626
Location: Greeley, CO

PostPosted: Fri Feb 06, 2009 10:47 pm    Post subject: Reply with quote

@skwire re:AoT
Yup... I had just overlooked it.

PS -
I signed up for an account on DonationCoder.
_________________

SoggyDog
Dwarf Fortress:
"The most intriguing game I've ever played."
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
skwire



Joined: 18 Jan 2006
Posts: 267
Location: Conway, Arkansas

PostPosted: Fri Feb 06, 2009 10:49 pm    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
SoggyDog



Joined: 02 May 2006
Posts: 626
Location: Greeley, CO

PostPosted: Fri Feb 06, 2009 11:30 pm    Post subject: Reply with quote

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).
_________________

SoggyDog
Dwarf Fortress:
"The most intriguing game I've ever played."
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Drugwash



Joined: 08 Sep 2008
Posts: 608
Location: Ploiesti, RO

PostPosted: Sat Feb 07, 2009 10:37 am    Post subject: Reply with quote

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. Cool

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. Wink
Back to top
View user's profile Send private message Yahoo Messenger
Petru



Joined: 17 Dec 2007
Posts: 139
Location: Galati, Romania

PostPosted: Sat Feb 07, 2009 12:39 pm    Post subject: Reply with quote

Is ANYBODY going to help me with my project? Or should I struggle by myself? Please.
Back to top
View user's profile Send private message Yahoo Messenger
daonlyfreez



Joined: 16 Mar 2005
Posts: 841
Location: Berlin

PostPosted: Sat Feb 07, 2009 1:27 pm    Post subject: Reply with quote

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. Cool
_________________
My AHK stuff on ahk.net / on DropBox (mirror) / @home (if online)
Back to top
View user's profile Send private message
skwire



Joined: 18 Jan 2006
Posts: 267
Location: Conway, Arkansas

PostPosted: Sat Feb 07, 2009 4:48 pm    Post subject: Reply with quote

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. =]
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
skwire



Joined: 18 Jan 2006
Posts: 267
Location: Conway, Arkansas

PostPosted: Sat Feb 07, 2009 4:51 pm    Post subject: Reply with quote

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. Cool


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?
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3, 4, 5 ... 11, 12, 13  Next
Page 4 of 13

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group