AutoHotkey Community

It is currently May 27th, 2012, 12:29 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 194 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9 ... 13  Next
Author Message
 Post subject:
PostPosted: February 14th, 2009, 5:59 am 
Offline

Joined: May 2nd, 2006, 11:16 pm
Posts: 800
Location: Greeley, CO
skwire wrote:
What do you all think?

Assuming that the root of this issue stems from initiating a MiniBar from the main GUI, then changing the MiniBar status from the tray, then I'd say go for it. It's nice to be able to access all the features from this menu, but it is redundant and does make the menu feel a bit heavy. I rarely see a full feature set included in an applications tray menu.

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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 14th, 2009, 7:29 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
The work you have done on this script is exemplary; I see how much it's improved since the early betas ;) I'm glad you finally posted it on this forum.

_________________
GitHubScriptsIronAHK Contact by email not private message.


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

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
Titan wrote:
The work you have done on this script is exemplary; I see how much it's improved since the early betas ;) I'm glad you finally posted it on this forum.

Thanks, Titan, much appreciated. =]


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

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
Code:
v1.0.2 build 106
    + Added "Explore here" option to the Edit/context menu.  [Thanks, apfel]
    + Added an option for specifying a custom file manager in regards to the 'Explore here'
      feature.  It's under the Tools, Options, General tab.  You use the $file_p token for
      the path.  I use Altap Salamander as my file manager of choice so I have the
      following specified:
     
      C:\apps\file\Salamander\salamand.exe -L "$file_p"
     
      This would open Altap Salamander with the left pane at the path of the currently
      focused song.  If a custom file manager is not specified, the path is simply "run"
      and Windows Explorer will most likely display (unless you have some other file manager
      specified as default on your system).
    * Cut the tray menu back down the basics as it was getting out of hand.


If the cut-down tray menu causes heartburn, by all means, speak up.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 15th, 2009, 2:53 pm 
Offline
User avatar

Joined: September 8th, 2008, 12:26 am
Posts: 1048
Location: Ploieşti, RO
I'm having a small problem: although I specified a dash ( - ) for the missing tag in Options, the actual list still shows <missing>. This happens in previous builds; haven't checked b103 or b106 yet.

Have I mentioned a Refresh List option already? Would be good to have, since I often move files around, adding to certain folders and removing from others.

Will try latest build right away.

[EDIT]
Forgot to mention: in Options > Toaster, the 4 color previews (font/background) are using progressbars. However, my system has progressbars skinned and cannot be overridden, resulting in same background bitmap regardless of the settings.

I'd suggest replacing progressbar controls with ListViews (-E0x200 +Border -hdr +ReadOnly). Those should work just fine in all OS versions.

[EDIT 2]
First time I try to change fonts - won't work. Anything other than default MS Sans Serif, s8 would result in microscopic text or completely absent, regardless of the chosen size. I got lots of installed fonts and they all work in other applications. Especially wanted to try Arial Unicode MS for the Unicode tags.

_________________
AHK tools by Drugwash (AHK 1.0.48.05 and Win98SE)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 15th, 2009, 3:41 pm 
Offline

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
Drugwash wrote:
I'm having a small problem: although I specified a dash ( - ) for the missing tag in Options, the actual list still shows <missing>. This happens in previous builds; haven't checked b103 or b106 yet.

A dash seems to work fine here. Do other custom strings work for you?

Drugwash wrote:
Have I mentioned a Refresh List option already? Would be good to have, since I often move files around, adding to certain folders and removing from others.

There was some discussion regarding this on the DC thread; no consesus was made, however. I did add a "Remove dead entries" a while back.

Drugwash wrote:
I'd suggest replacing progressbar controls with ListViews (-E0x200 +Border -hdr +ReadOnly). Those should work just fine in all OS versions.

I'll look into this.

Drugwash wrote:
First time I try to change fonts - won't work. Anything other than default MS Sans Serif, s8 would result in microscopic text or completely absent, regardless of the chosen size. I got lots of installed fonts and they all work in other applications. Especially wanted to try Arial Unicode MS for the Unicode tags.

This is a Win9x issue only as it works fine in 2k/XP/Vista. I'll look into it. That being said, I'd be shocked if unicode tags worked in 9x/ME.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 15th, 2009, 5:02 pm 
Offline
User avatar

Joined: September 8th, 2008, 12:26 am
Posts: 1048
Location: Ploieşti, RO
Quote:
A dash seems to work fine here. Do other custom strings work for you?
Ah, it's not a realtime setting; the playlist needs to be cleared and reloaded. It works that way but it'd really be ideal if it were refreshed with the new setting upon closing the Options panel.

Somehow related, it would look nicer IMHO if the track number (#) and Year columns would have the text centered; currently # column is right-aligned and Year is left-aligned. Just a personal opinion though.

Quote:
I did add a "Remove dead entries" a while back.
Half usability. It doesn't add new items to the list. ;)

Quote:
I'd be shocked if unicode tags worked in 9x/ME.
Please don't be shocked; I know my baby can do lots of things that others consider as impossible. ;) When there's a will, there's a way and I intend to find it. 8)

_________________
AHK tools by Drugwash (AHK 1.0.48.05 and Win98SE)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 16th, 2009, 5:30 am 
Offline

Joined: November 11th, 2005, 3:13 am
Posts: 202
i like the player very much but the tag editing could do some tweaks. currently when i save the edited tags it saves the file with time-stamp changed.

normally i use Mp3Tag which has this option called 'Preserve file modification time when saving tags' where the time-stamp remains unchanged. so i was wondering if this behavior can be included in Trout as well, if it's not too much of a hassle.

thanks


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

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
badmojo wrote:
normally i use Mp3Tag which has this option called 'Preserve file modification time when saving tags' where the time-stamp remains unchanged. so i was wondering if this behavior can be included in Trout as well, if it's not too much of a hassle.


Sure, easily done. Thanks for the feedback.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 17th, 2009, 1:43 am 
Offline

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
Code:
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]


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

Joined: March 16th, 2005, 10:33 pm
Posts: 969
Location: Frisia
I have some cosmetic issues with Trout when I click "up" (on the "up-side" of the vertical scrollbar, I get this:

Image

When I click "down", I get this.

Image

I don't get it when I use the scrollbar arrows, or drag the handle.

Win XP, SP3, default font settings, no theme.

One suggestion: Would it be possible to save the column settings? In my case, the playlist is sorted on artist-name and then artist-album (default), which is what I want, but I want to have the title in the second column, so I drag it after Trout has loaded. Now I have to do this every time Trout starts.

Still enjoying your program very much, can't wait for (possible) video support. 8)

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


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

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
daonlyfreez wrote:
I have some cosmetic issues with Trout when I click "up" (on the "up-side" of the vertical scrollbar, I get this:

Please redownload and add this to your config.ini under the Settings section: Force_Listview_Refresh=1
Please let me know if that helps.

daonlyfreez wrote:
One suggestion: Would it be possible to save the column settings? In my case, the playlist is sorted on artist-name and then artist-album (default), which is what I want, but I want to have the title in the second column, so I drag it after Trout has loaded. Now I have to do this every time Trout starts.

This needs to be done. However, this type of change will require some serious re-working of code. Unless, of course, somebody knows how to programtically move columns.

daonlyfreez wrote:
Still enjoying your program very much, can't wait for (possible) video support. 8)

Thanks. Video support? Man... =] =] =]


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

Joined: March 16th, 2005, 10:33 pm
Posts: 969
Location: Frisia
Ok, that helped a bit. Now it looks like this:

Image

Yes, video support :wink:

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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 17th, 2009, 5:33 pm 
Offline
User avatar

Joined: September 8th, 2008, 12:26 am
Posts: 1048
Location: Ploieşti, RO
Thank you for the latest 9x fixes, everything works fine. :wink:

_________________
AHK tools by Drugwash (AHK 1.0.48.05 and Win98SE)


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

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
daonlyfreez wrote:
Ok, that helped a bit. Now it looks like this:

Download and try again, please. You may see flickering but I think this is the only way to solve it. Please let me know if that's any better. Now, earlier, you said you weren't running a them but, based on your screenshots, you are running some sort of theme.

daonlyfreez wrote:

Yep, I've seen this. However, I still have a lot to add on the audio side before I even consider video.

@Drugwash: Good to hear. =]


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bon, maul.esel, SKAN and 5 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