topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday November 26, 2025, 11:21 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 ... 28 29 30 31 32 [33] 34 35 36 37 38 ... 222next
801
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on March 14, 2016, 02:34 PM »
skwire the off a day  dose it need a fix ?

This is a Yahoo issue; I cannot fix it.
802
Yes, it would be a Run action.  Your Target field would be c:\path\to\nircmd.exe and the Arguments field would be cdrom open j:

Of course, change the path and drive letter to suit your system.
803
Is there a command to eject CD/DVD?

Not natively, no.  However, you could call NirCmd from Splat to do that.
804
Skwire Empire / Re: Release: sStockQuote
« Last post by skwire on March 11, 2016, 02:11 PM »
Thanks for your reply.... all good points, and I simply have to agree with you  :Thmbsup:

Thank you for understanding and I hope you continue to get some use out of sStockQuote.   :D
805
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on March 11, 2016, 12:54 AM »
skwire so when it is 12 am my time east u s a  it should be off a day til 3 am ?

It appears to be that way.  *shrug*
806
Skwire Empire / Re: Release: sStockQuote
« Last post by skwire on March 10, 2016, 02:15 PM »
So would it be a hard programmer's trick to offer different choices for data providers?

Thank you for your message and feedback.   :Thmbsup:

If a provider has an accessible API, it's not really a matter of "hard" so much as it is one of time, effort, money, and desire.  Time for the time it takes to incorporate said API(s) into sStockQuote.  Note that each stock quote site's API is going to be different from the others.  That's where the effort part comes in; APIs are notorious for changing on a whim and trying to support multiple APIs/providers in one app gets messy quickly.  And, finally, money.  As you state, your preferred provider is a paid for type.  I just don't care enough (lack of desire) about stocks to invest money into paid sites just to develop against their APIs.   :-[

I chose Yahoo because 1) it's free (and easy enough) to develop against and 2) it's free for everybody to use.
807
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on March 10, 2016, 09:20 AM »
Yes, the five and ten-day forecasts come from a different part of the Yahoo ecosystem, so that's just how it is.  However, at least, it appears I have the dates right.
808
Post New Requests Here / Re: Filename randomizer
« Last post by skwire on March 10, 2016, 09:07 AM »
Out of sheer curiosity, may I ask why you do this?
809
Finished Programs / Re: DONE: Batch m3u8 creator - similar to createm3u
« Last post by skwire on March 09, 2016, 08:44 AM »
Wow, that was quick!
I have tested the new version, and it works perfectly. :D

Good to hear and thank you for testing.

If a album has two discs, i just rename the .mp3s to reflect the cd, e.g. Intromusic.mp3 to CD1_Intromusic.mp3, and put them alltogether in one folder.
Altrough if the album has more than two or three cds, i just rename the folder to something better than CD1.

I daresay most people use something like the following folder structure:

ArtistName
'--> AlbumName1
'--> AlbumName2
'--> AlbumName3
     `--> CD1
     `--> CD2


I do the following:

ArtistName
'--> AlbumName1
'--> AlbumName2
'--> AlbumName3 (CD1)
'--> AlbumName3 (CD2)


Basically, no subfolders for multi-disc albums.
810
Finished Programs / Re: DONE: Batch m3u8 creator - similar to createm3u
« Last post by skwire on March 08, 2016, 06:57 PM »
Hi, Sempfmaus, and welcome to the DonationCoder site.   :)

I have one request though, would it be possible to put a character in front of the name of the .m3u? (maybe trough the .ini file?)

See below for a new version with your added feature request.

Sorry for my poor english, and apologies for this wall of text, but i didnt know how i should make my request clear simpler. ;)

Your written English is wonderful  :Thmbsup: and much better than many native speakers I know.   ;)

And another thing which interests me .. if I can humbly ask which programming language do you use?

All my applications are written in AutoHotkey.



Website | Download
v1.1.0 - 2016-03-08
    + Added option to prepend a string to the generated playlist filenames.
      (Thanks, Sempfmaus)
811
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on March 08, 2016, 09:58 AM »
@sportman12: Try the v1.5.8 build I just uploaded and let me know if the the off-by-one issue is fixed for you, please.

http://skwire.dcmemb...weather/sWeather.zip
812
Hi, zarrafakt, and welcome to the DonationCoder site.   :)

Picking up on callumm's post above I have a problem getting Files2folder to work. I am using Vista SP2. I have tried unregistering and uninstalling but every time I use the right click menu on a file I get,
[ Invalid Attachment ]

Please note that I've never tested this program on any Vista install.  That said, after running the unregister file and attempting the install again, are you positive that you're:

  • Running the Files2Folder.exe file from a permanent location (folder) and not directly from the zip file?
  • Running the Files2Folder.exe file with Administrator rights?
813
Folks, are we certain this isn't a server-side MIME type issue?

Typically, PDFs have a server-side content-type of application/pdf which browsers can recognise and choose to display said PDF within the browser.  However, if PDFs are set as a content-type of application/octet-stream, most browsers would then simply download the file.  At any rate, it's something worth checking out and you should be able to see if this is the problem by looking at the headers returned in the links you're using for the PDFs.
814
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on March 02, 2016, 09:19 PM »
@Ath:  Please try this version and see if the off-by-one issue is fixed.

Website | Download
v1.5.7 - 2016-03-02
    * Extended degree floor icons from -25 to -75 degrees to account for
      extremely cold locations.
    ! Fixed (again?) off-by-one date in the extended forecasts (Thanks, Ath)
815
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on February 29, 2016, 03:22 PM »
So, Ath, your locations seem to display properly for me.   :huh:  I'm going to have to study this issue a bit more and see if it's something I can code around.
816
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on February 29, 2016, 12:46 PM »
Now that I'm at home and have updated sWeather, it is showing day 6-10 here (probably a networking issue at work, again :(), but the dates in the forecast are off by 1 day, as reported before. Maybe related to time-zone? I'm at GMT+1.

Ath, are all your locations off by one?  Also, would you be okay with sharing your config.ini and locations.lst with me?
817
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on February 29, 2016, 02:57 AM »
@Ath: FWIW, the 10-day forecast data is working fine for the locations I keep.  If you want to share the location you're having issues with, I can at least verify it's not an sWeather problem.

@sportman12: I appreciate your interest in sWeather but, as Ath stated, please have some patience.  I do try, but I'm not always able to respond to posts and PMs.  I travel a lot for my regular day job (sometimes weeks in a row) and I write these applications in my spare time.  Please understand that there really is no need to keep sending PMs to me or other users.

Website | Download
v1.5.6 - 2016-02-29
    * Changed timezone data source to the Time Zone DB at http://timezonedb.com
      Titlebar location times should be accurate again.
    ! Fixed off-by-one date in the extended forecasts (Thanks, sportman12)
818
N.A.N.Y. 2012 / Re: NANY 2012 Release: MPH (Media Player Hotkeys)
« Last post by skwire on February 29, 2016, 12:15 AM »
Hi, daniloco, and welcome to the DonationCoder site.   :)

In the last days a new version of AIMP (version 4) has been released.
As you might guess, MPH does'nt work with it  :(
This time the process name is simply AIMP.exe, no version number added to the name.
Could you please add it to the list of supported players?

Ask, and ye shall receive.   ;)   Cheers.

Website | Download
v1.1.3 - 2016-02-29
    + Added support for AIMP4 (http://www.aimp.ru).  (Thanks, daniloco)


819
Skwire Empire / Re: sweather ?
« Last post by skwire on February 23, 2016, 03:28 PM »

skwire in the Datetime  format location this dddd, MMMM d, H:mm tt if you delete it you get local time is this the way it works ?

Apologies, I forgot I added that option.  If you click the ? next to that option, you will be taken to a page that shows you what your options are for customising that string.  If you want to change to non-military time, use "h" or "hh" instead of the default "H". 

The feature is supposed to show the local time for whichever location you have displayed in sWeather.  Right now, that part is broken so it continues to display your local time no matter which location you have displayed.  Make sense?
820
Skwire Empire / Re: sweather ?
« Last post by skwire on February 22, 2016, 02:45 PM »
Hi, sportman12, and welcome to the DonationCoder site.

I installed sweather am not getting my Local time on sweather am getting Militay time how do I get my Local time only

There are a couple of places that sWeather displays times.  The titlebar local time feature is dependent on an external API which doesn't seem to be working anymore.   :(   There is also the timestamp that displays in the statusbar of the main window that shows the "Conditions as of:" data.  In either case, there is no way to change from the military time output.  Does this answer your question?

As for the non-working API, I'll try to check into it when I have some time.
821
Finished Programs / Re: DONE: turn IE proxy server on/off
« Last post by skwire on February 18, 2016, 10:18 AM »
I had to register to thank you for this perfect app. One click turns it on or off. Working fine on Windows Server 2012 R2. So awesome.  :Thmbsup:

Thanks for taking the time to register and welcome to the DonationCoder site.   :Thmbsup:  I'm glad the application is working well for you.
822
Finished Programs / Re: DONE: turn IE proxy server on/off
« Last post by skwire on February 16, 2016, 12:57 AM »
Hi, Ximinez, and welcome to the DonationCoder site.   :Thmbsup:

No worries ... I figured it out on my own!! (don't you just love when that happens?!)

I'm glad you figured it out as I was going to suggest you convert the PNG files to ICO files.   :)  Good to know it works on Windows 10, too.
823
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on February 12, 2016, 08:53 AM »
Hi, JanJ, and welcome to the DonationCoder website.   :Thmbsup:  Thank you for taking the time to post.

A little History....  For Years and Years I've used Weather Pulse and loved it.  I stuck with them during the 'no data' times, and then it came back....
And now it seems to have died altogether....  It will be missed....

Agreed.  WeatherPulse was my favourite weather app back in the day.

One of the things I loved about Weather Pulse was the individualized (per location) Radar Loop...    Is there any chance that this option may evolve in a later version of Sweather?

I liked that as well.  Unfortunately, the Yahoo Weather API does not offer anything similar.

I can see a donation to you folks for this program!   Thanks!!!

Donations are always welcome.  Thanks for the consideration.   :)


824
"Copy files" action does not seem to work.  :huh:

Thanks, Marius.   :up:

Website | Download
v1.1.1 - 2016-02-11
    ! Copy files functionality was broken.  (Thanks, neverlight)

825
N.A.N.Y. 2012 / Re: NANY 2012 Release: MPH (Media Player Hotkeys)
« Last post by skwire on February 06, 2016, 11:37 AM »
Hi, david842, and welcome to the DonationCoder site.   :D

I would definitely use this product if it covered all the video players that I use regularly. It would have to address the really difficult programming challenges of YouTube, UStream, and similar browser-based players, which all have buggy and incomplete user controls. I would definitely donate for that.

Unfortunately, I've no desire to even try and support browser-based players.  As King Lear said, "That way madness lies."
Pages: prev1 ... 28 29 30 31 32 [33] 34 35 36 37 38 ... 222next