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:14 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 ... 108 109 110 111 112 [113] 114 115 116 117 118 ... 222next
2801
N.A.N.Y. Challenge 2007 / Re: Volt - v0.0.6 - December 17, 2006
« Last post by skwire on November 10, 2011, 08:14 AM »
Nice find.  :Thmbsup: There is also Volumouse (and a new beta) from NirSoft.  I really should update Volt (one of my oldest apps) to support Windows 7.
2802
Finished Programs / Re: DONE: automated mp3 rip from video clip
« Last post by skwire on November 08, 2011, 03:37 PM »
You're welcome.  Did you have a chance to test it out?
2803
Finished Programs / Re: DONE: automated mp3 rip from video clip
« Last post by skwire on November 08, 2011, 01:03 PM »
May I ask if you can add one so that we're able to overwrite the default value of 160kbit or as an alternative to add it to the cli syntax (e.g. "-bitrate 192")

Here you go.  See included help.txt file for instructions.

Website | Download
    v1.0.3 - 2011-11-08
        + Added ability to specify audio bitrate of generated MP3 files.
          See included help.txt file for instructions.  (Thanks, highend01)
2804
Skwire Empire / Re: Request: /pause & /unpause switches
« Last post by skwire on November 08, 2011, 08:51 AM »
[/url]
At the moment I am wondering about using the WA /CLASS: commandline switch
to launch Trout and change the Trout class to something else ... like maybe "SkwiresTrout" ...
The /CLASS: switch does not seem to work with Trout now,
but I thought it might be a possibility given the WA API in Trout ... ???

This on-the-fly classname changing is not going to be possible in Trout.  To even get Trout to have the "Winamp v1.x" classname that it does use, I had to hex edit the BIN file used to create the executable.
2805
Post New Requests Here / Re: use AHK to determine CPU usgae of any given process?
« Last post by skwire on November 08, 2011, 02:34 AM »
In any case, the CPUtimes script reports the CPU usage to a TrayTip - not a variable.
I'm hoping to see a script example of how to have the CPU usage
of the active window reported to a variable ...

The GetProcessTimes(), GetSystemTimes() and GetIdleTimes() functions in that script return the data you want.  It's up to you to dump that data into a variable:

Code: Autohotkey [Select]
  1. myVar := GetSystemTimes()
  2. ; myVar will now contain the total CPU load at that moment.
  3. ; Now do whatever you need to do with the variable and data.

2806
Finished Programs / Re: DONE: Drop target to move files to predefined folders
« Last post by skwire on November 07, 2011, 07:05 PM »
Website | Download
v1.0.3 - 2011-11-07
    * If there is only one configured destination, the destination menu will no
      longer pop up (saving you a click).  (Thanks, P. Lazarov)
2807
General Software Discussion / Re: The new evolution of CircleDock?
« Last post by skwire on November 07, 2011, 01:15 PM »
Based on some of the language in the changelog (non-native-English usages, etc.), I'd say no.  I could be wrong, though.   ;)
2808
N.A.N.Y. 2012 / Re: Gentlemen (and Ladies), Start Your Engines!!
« Last post by skwire on November 07, 2011, 12:43 PM »
Now since there is a limit of only two pledge by each contributor

When did this rule get put in place?  I don't believe we've ever had a limit.  Submit all you like, IMO.
2809
Post New Requests Here / Re: use AHK to determine CPU usgae of any given process?
« Last post by skwire on November 07, 2011, 11:37 AM »
You can use SetTimer to constantly poll which window is active, get its CPU usage, and then act upon that value.  Alternately, you could use a ShellHook to watch which window is active.  There are pros and cons to both methods.

I have noticed that the CPU usage Trout reports for Trout.exe
does not agree with the CPU usage XP WTM reports for Trout.exe ..

Correct.  Trout reports what the BASS library is using.
2811
Nice find.  Eighteen bucks is a small price to pay for all that it's doing to save you time.   :D

Do you mind if I mark this thread as solved?
2812
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on November 04, 2011, 10:40 PM »
Whew!!  That was quick.  Works fine.  TYVM.  I'll keep an eye out for the other issue and thanks again.

Thanks for the report.  In the meantime, just treat all Trout hotkeys under Win98 as global.  I may end up disabling the "Local" feature for Win98.  It just depends on how big of a PITA this will be to fix.
2813
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on November 04, 2011, 10:18 PM »
I tracked that bastige down.  It was hardset in one of the third-party libraries that Trout uses.  Sheesh.  :-\ The interesting thing is why it didn't affect Win2000 and above in the same manner.

Now, as to the other hotkey issue, that is something I can look into.  As you can imagine, Win98 testing for Trout has been extremely minimal on my part but Drugwash has kept me honest over the years.   ;D  Anyway, try this latest build and see if it solves the Ctrl+C problem.  You're immortalised in the changelog forever now.   ;)

Website | Installer | Portable
v1.0.6 build 47 - 2011-11-04
    ! Under Win98, the Ctrl+C hotkey was being erroneously set.  (Thanks, dave1)
2814
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on November 04, 2011, 09:04 PM »
One other oddity - unless I'm missing the obvious - is that upon a clean install of Trout, the VU-meter will display solid bars following the audio level; using the above configuration file, the bars are segmented as if the theme were enabled under XP (but we're still talking about Win98SE).

Set "Seekbar_Themed=1" to "Seekbar_Themed=0" in your config.ini (or remove the setting entirely).  Did you copy this config.ini from an XP/7 box?

Perhaps the Add URL function or the hotkeys option might be the source of the problem.

I'm at a loss as to why it's doing as it doesn't exhibit the issue under XP and Win7.  Trout sets very few hotkeys by default and none of them are Ctrl+C.
2815
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on November 04, 2011, 06:36 PM »
Did this just start recently?
2816
Post New Requests Here / Re: IDEA: Stalled Printer
« Last post by skwire on November 04, 2011, 01:57 PM »
Thank y'all for the assistance. I've downloaded the app from nogojoe

Did that app solve your issue?  If so, I'll mark this thread as solved.
2817
Thanks for those files.  I optimised the parser by a factor of five on my machine.  The original build took 124 seconds to complete through your file set.  This new build takes 20 seconds.  Give it a try and let me know how it works out for you.

DyNamaParser
2818
i don't really know. i would guess the number of ScheduleData files are governed by how many weeks of past tv listings we keep and the size is governed by the number of channels in the listings. the total size of all my ScheduleData*.xml files is 1.7gb.

Understood.  Well, if you want to, you could 7-zip your collection and FTP it to me so I can test (and possibly improve your parser) against it.
2819
http://www.autohotke...commands/_MaxMem.htm

AutoHotkey, by default, restricts the amount of memory per variable to 64 megs (but is easily changeable up to four gigs per variable).  This begs the question, though...  How large are the files he is running this on?   :tellme:  If you want, have him zip them up and send them to me for testing.

Here's a version that increases that to one gig per var:  DyNamaParser
2820
worked great! that is absolutely marvelous! extraordinary! i've wanted a program like this for years! thank you very much!  :Thmbsup:

You're very welcome.  I'm glad it worked for you.

was that much trouble? i'm going to have to look into AHK, it seems to be very powerful.

No trouble at all.  I like parsing snacks like this one.

oops, i did find a little error in it. in the ScheduleData-45133-OH34525R(All)-1321308000.XML file, the 50kb file, sample is a title that contains a comma:

Title="1,000 Ways to Die" CLetter="SPIKETV"

and the parser program cuts off the comma and everything in front of it: 000 Ways to Die

Doh.  :-[  Totally my fault.  Please re-download and see if this build fixes that issue.  DyNamaParser
2821
Please try this:  DyNamaParser

Run it, select your folder and let it work.  You can view the progress by hovering over the tray icon.  When it's done, it will pop up the standard save file dialog.  Please let me know how it works out for you.  Thanks.
2822
So, to recap, what you want is:

  • All titles extracted into a list.
  • UnHTML them.
  • Sort them.
  • Remove duplicates.
  • Spit this data out into a text file.

Questions:

  • I will assume that you would like to specify a root folder, have the program recurse through the subfolders, and build a list of all the titles in can find in all these Schedule*.XML files you have, right?
  • The original Schedule*.XML files are in UTF-16 format.  Would you like to keep that or convert them to something else?  UTF-8, etc.?
2823
Can you provide us with a few of those XML files?
2824
Coding Snacks / Re: Maximize Windows "partially" [finished]
« Last post by skwire on November 02, 2011, 11:02 AM »
Ideally, the script should be expanded to scan the .INI file to find the proper section and read the assignments rather than blindly copying values, but this will do for a quick&dirty workaround.

Change the following lines from:

Code: Autohotkey [Select]
  1. FileReadLine, DpLeft, %DC_Ini_Path%, 25
  2. FileReadLine, DpTop, %DC_Ini_Path%, 26
  3. FileReadLine, DpRight, %DC_Ini_Path%, 27
  4. FileReadLine, DpBottom, %DC_Ini_Path%, 28

To:

Code: Autohotkey [Select]
  1. IniRead, DpLeft, %DC_Ini_Path%, DockedPanel, DpLeft
  2. IniRead, DpTop, %DC_Ini_Path%, DockedPanel, DpTop
  3. IniRead, DpRight, %DC_Ini_Path%, DockedPanel, DpRight
  4. IniRead, DpBottom, %DC_Ini_Path%, DockedPanel, DpBottom

You will probably need to remove the following lines as well:

Code: Autohotkey [Select]
  1. topX := getValue(DpLeft)
  2. topY := getValue(DpTop)
  3.  
  4. DpRight := getValue(DpRight)
  5. DpBottom := getValue(DpBottom)


Untested, but it should work.
2825
Nice work, mouser.  Thanks for the shout outs.
Pages: prev1 ... 108 109 110 111 112 [113] 114 115 116 117 118 ... 222next