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, 4:18 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 ... 111 112 113 114 115 [116] 117 118 119 120 121 ... 222next
2876
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on October 12, 2011, 12:27 PM »
Hi Sfre, and welcome to the site.

Great job on Trout :Thmbsup: It's amazing and exactly what I was looking for.

Thanks.  If you don't mind me asking, where did you find out about Trout?  Wow, that rhymes.   :D

1. Could it be possible to add a queue to Trout? Also when you queue could a little number or something show up next to the song to show that I've queued it?

2. On the minibar where you have the love track button for last.fm, could that be moved to the actual player somewhere? and when you click on it can it love the song without taking you to the songs page where you manually have to love it?

3. With the album art viewer, even though it's small would it be possible to make the art a little more clear?

@1: I'm a little confused here.  You can easily add tracks to the main interface and Trout will continue playing them until it reaches the end of your list.  You can move tracks up and down through the list by highlighting the tracks in question and using ctrl-up and ctrl-down.

@2: Unfortunately, this was part of the last.fm API that I couldn't figure out and make work.  What you see is somewhat of a crappy compromise.  As for it being on the main player interface, you can right-click the last.fm icon and choose "Go to last.fm's track page."  Yeah, not too elegant.   :-[

@3: I'm going to bet you're experiencing some scaling issues with the album art.  If so, you're correct, I don't do any sort of image smoothing for two reasons: 1) To keep the CPU usage down and 2) the album art display is rather small and I'm not sure smoothing would do a whole lot of good anyway.  If you weren't aware, you can double-click the album art pic to bring it up in your default image viewer.

Thanks for the feedback. 
2877
DC Gamer Club / Re: Dungeon Defenders - A Tower Defense CO-OP RPG
« Last post by skwire on October 11, 2011, 12:32 AM »
...that close.   :P
2878
DC Gamer Club / Re: Dungeon Defenders - A Tower Defense CO-OP RPG
« Last post by skwire on October 11, 2011, 12:32 AM »
I believe you need 2500 posts to qualify

Hehehe...I didn't even realise that I was...
2879
DC Gamer Club / Re: Dungeon Defenders - A Tower Defense CO-OP RPG
« Last post by skwire on October 10, 2011, 02:17 PM »
I'll take one.  Do I qualify?   :D
2881
Living Room / Re: NAS Recommendations?
« Last post by skwire on October 08, 2011, 03:56 PM »
Yes, but in a house, it's simple enough to setup a share. And in a small office with a server, same thing.

Sure, but that mandates that the computer it's attached to has to be left on.  With a straight-up NAS unit, the power consumption is fairly minimal so leaving it on 24/7 usually isn't a big deal.  Also, NAS doesn't have to imply a RAID setup.  So, while single-disk NAS units may not have redundancy, they can still serve a useful purpose.
2882
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on October 07, 2011, 08:52 PM »
Website | Installer | Portable
v1.0.6 build 24 - 2011-10-07
    ! MOD, IT, S3M, & MIDI playback was broken.  (Thanks, Matera the Mad)
2883
Post New Requests Here / Re: IDEA: close tab with right click in opera
« Last post by skwire on October 07, 2011, 02:10 PM »
but it should not work when the cursor is inside text box, when text is selected, etc :D
I too think it's difficult, but thanks anyway!

Change it to use a modifier like ctrl-middle-click:  ^MButton:: SendInput, ^w
2884
Post New Requests Here / Re: IDEA: close tab with right click in opera
« Last post by skwire on October 07, 2011, 01:55 PM »
Here's an AHK snippet that will let you middle-click to close a tab in Opera:

Code: Autohotkey [Select]
  1.  
  2. #IfWinActive, Opera ahk_class OperaWindowClass
  3. {
  4.     MButton:: SendInput, ^w
  5. }
2885
Post New Requests Here / Re: IDEA: close tab with right click in opera
« Last post by skwire on October 07, 2011, 01:37 PM »
double click or even middle click would be the closest, but why single right click wouldn't be reliable?

Because, when working externally with a web browser, it's difficult (if not impossible) to know what type of control the mouse is over.  Programmatically, it all looks like one large control instead of individual text boxes, edit fields, etc.  Does that make sense?
2886
Living Room / Re: work bathroom story
« Last post by skwire on October 07, 2011, 11:55 AM »
If they're going to bring kazoos, I say you bring a trumpet or an air horn to make sure they ALL know you're about to perform some 45° angle-bombing.
2887
Post New Requests Here / Re: IDEA: close tab with right click in opera
« Last post by skwire on October 07, 2011, 11:51 AM »
@kalos: Your original request of a single right-click would be very difficult to do reliably.  How about a double-right-click or some other sort of modifier like ctrl-right-click, etc.?
2888
Living Room / Re: work bathroom story
« Last post by skwire on October 07, 2011, 10:55 AM »
I'm sure the DC Collective can come up with an appropriate retort.   :P
2889
Post New Requests Here / Re: IDEA - randomize image in an image folder
« Last post by skwire on October 06, 2011, 12:27 PM »
You could also modify some other attribute (date/time, etc.) randomly and then sort on that.
2890
Post New Requests Here / Re: IDEA - randomize image in an image folder
« Last post by skwire on October 06, 2011, 12:21 PM »
Does that make sense?

Sure, it does.  However, in Windows Explorer, what you want, as far as I know, cannot be done without renaming the files in a random order.
2891
stisev, what do you mean by "respects folder hierarchy?"
2892
Post New Requests Here / Re: IDEA - randomize image in an image folder
« Last post by skwire on October 05, 2011, 07:38 PM »
uhm no? I'm thinking about being able to arrange/sort them in an random order without having to re-name them.

Arrange/sort them in what?   :-[

perhaps some info on what you're using to view this 'list', and possibly how you're going to use it might be helpful?

Exactly.
2893
Post New Requests Here / Re: IDEA - randomize image in an image folder
« Last post by skwire on October 05, 2011, 08:04 AM »
I'm going to assume you're talking about a list of files, right?  If so, one way (the only way?) to randomise them is to prefix their names with numerals e.g.:

050-filename_1.jpg
103-filename_2.jpg
...
2894
N.A.N.Y. 2011 / Re: NANY 2011 Release: List Numberer
« Last post by skwire on October 05, 2011, 07:57 AM »
Website | Download
v1.0.9 - 2011-10-05
    ! Fixed a trailing carriage return issue.  (Thanks, Alex)

v1.0.8 - 2011-10-03
    + Added Unicode compatibility for Windows XP and later.  You may need
      to delete your config.ini file if the prefix and suffix don't appear
      to be saving properly.
    * Changed the copy-to-clipboard method to better handle various text
      editors.
    ! The \n and \r tokens weren't working properly in all cases.
2895
General Software Discussion / Re: How to quickly autonumber text lists?
« Last post by skwire on October 05, 2011, 07:53 AM »
Website | Download
v1.0.9 - 2011-10-05
    ! Fixed a trailing carriage return issue.  (Thanks, Alex)
2896
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on October 04, 2011, 08:11 PM »
I will assume you are using USB-based headphones?  If so, you're correct, Trout doesn't know how to handle that.
2897
The other link doesn't want to load.

This one?   http://fsl.sytes.net/dtt.html

If so, it works fine here.
2898
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on October 04, 2011, 03:25 PM »
Welcome to the site, DJAmbient, and thanks for your kind words.   :)
Pages: prev1 ... 111 112 113 114 115 [116] 117 118 119 120 121 ... 222next