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:55 am
  • 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 ... 53 54 55 56 57 [58] 59 60 61 62 63 ... 222next
1426
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on April 10, 2014, 05:58 PM »
Found the problem with my 1st question, the reason for the folders not being deleted is that I removed the profile where they were and didn't deleted them first. I assumed that it would automatically delete their content.   :huh:

Well, it should and, obviously, my code is faulty!  Thanks for the bug report and I'll try to get this fixed in the next build.  In the meantime, if you want to clean up yourself, do the following:

  • Delete all numbered folders in the data folder.  Leave the TXT, BAK, and INI files alone, however.
  • Go to the Options tab and click the "Refresh all series data now" button.

1427
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on April 10, 2014, 01:32 PM »
Hi, vamiz, and welcome to the DonationCoder site.   :)

First of all, thanks for this great app, a big THANK YOU for all of your hard work!  :Thmbsup:

You're very welcome.  I'm glad you find it useful.

I've got to say that English is not my native language, so please be patient.  ::)

Your English is just fine.  Please don't worry.   :D

I have Windows 7 32 and I've been testing epcheck latest version 1.1.3 build 49, and so far so good, everything works as it is supposed to.
I've added, moved, copied and removed a lot of series and every other functions seems to work as intended. :D

Great, thanks for testing.

1 - A minor question - I went to "epcheck folder\data" and saw that the folders (numbered) containing the retrieved data (banners and xml files) for some series that I've deleted were still there...

I'll check into this.

2 - A bigger question :p lol - would it be possible to expand/collapse seasons? I mean series with lots of eps and/or seasons like, south park, simpsons doctor who and others, will fill up the right pane...

You make a good point.  However, programmatically, this would be somewhat difficult due to some AHK limitations.  This is why I added the "automatically scroll to bottom" option.
1428
General Software Discussion / Re: Internet Explorer Front End
« Last post by skwire on April 10, 2014, 07:27 AM »
is there some way to change either the font, or weight, or size of the fonts used in the IE interface?

If you hold down the control key and roll the mouse wheel, you should see the font size (zoom level) change in IE and most (all?) other browsers.
1429
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on April 09, 2014, 03:54 PM »
What I meant about a UK version is, The Mentalist for instance is shown as the US channel and time and often ahead of the UK airing.

I use the TVDB.com database for epCheck and it typically uses the channel/time of a given series' originating country.  In other words, UK-specific data is not there for an American series such as The Mentalist.  That is, unless you know how to get UK-specific data out of the TVDB.com.   :)
1430
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on April 09, 2014, 03:17 PM »
I just uploaded beta v1.1.3 build #49 which has the "copy to profile" addition.

http://skwire.dcmembers.com/apps/epcheck/epCheck_beta.zip
1431
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on April 09, 2014, 03:13 PM »
Version 1.1.3 build 47 is excellent. No bugs... (Windows 8 Pro, 64-bit)

Thanks for the report.

One suggestion: Option to remove column (Air time, Air date, Network...)

Just set them to zero-width.  That's all I'd do programmatically anyway.  =]
1432
Hi Jody, a clue to the paths issue

Please read this post.  It's an AutoHotkey bug.

https://www.donation....msg342772#msg342772
1433
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on April 09, 2014, 09:41 AM »
Any chance of being able to copy (as well as move) a series from one profile to another, so I can keep an eye on all my selected series?

Yes, that is in the works.

The other may not be so easy but was thinking about a UK version?

Hmmm...I'm not sure what you mean here.   :huh:  Could you please explain in a bit more detail?

Thanks for this brilliantantly useful prog.

You're very welcome.  I'm glad you find it useful.

How about placing in the program that the "Weekly" tab only shows the currently chosen profile.

I was initially against this but you're the second person to request it so I'll give it more consideration.
1434
Website | Download
v1.0.8 - 2014-04-09
    ! Using pipes in pattern strings would screw up their display in the
      dropdown list.  (Thanks, Christian)
1435
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on April 08, 2014, 10:26 PM »
Here's the latest epCheck beta build for testing.  The profiles feature turned out to be a lot more complicated than I initially envisioned.  If you come across issues, please try to tell me, step-by-step, how to reproduce them and I'll endeavour to get them fixed.

http://skwire.dcmembers.com/apps/epcheck/epCheck_beta.zip

  • The profiles feature is currently a BETA feature and needs some testing.  As such, there is a good possibility that it might not work as designed and your epCheck data might be lost or otherwise munged.  MAKE BACKUPS.
  • You must have at least one profile.  That said, a series can exist on multiple profiles.
  • When doing a series search, a series gets added to the currently active profile.

Here's the current changelog for this beta build:

   + Added a "Profiles" option that allows you to create multiple lists of
      series.  For example, you could create a Watched list, a Cancelled
      list, an Ended list, etc.  Check out the Options tab to create new
      profiles.  The profiles feature is currently a BETA feature and needs
      some testing.  As such, there is a good possibility that it might not
      work as designed and your epCheck data might be lost or otherwise
      munged.  Make backups.
    + Added the series air time (EST) and network to the both the series
      and weekly listviews.  (Thanks, Daniel P.)
    + Added status column to listviews.
    + Added icons to tab labels.
    + Added right-click search menu to the Search tab so you can now more
      easily find information on the search results.  (Thanks, kalvanotherwhen)
    * Changed "Load weekly view on startup" option to "Load weekly data on
      startup" to avoid confusion with the startup tab option.
      (Thanks, hamradio)
    ! Fixed some issues with the right-click web search menu.
    ! Episode display format was not saved and applied properly.  (Thanks,
      kalvanotherwhen)


In case you didn't get the message...MAKE BACKUPS.  Specifically, your epCheck data folder and the config.ini file.  I don't want to hear the crying if your data goes poof.
1436
Skwire Empire / Re: Skwire Empire Problems?
« Last post by skwire on April 08, 2014, 05:36 PM »
mouser kicked the tires and the site(s) should be back in business.  =]
1437
Skwire Empire / Re: Skwire Empire Problems?
« Last post by skwire on April 08, 2014, 05:14 PM »
:o  Is it just me, or has anyone else had problems getting to Skwire Empire?

Yep, looks like the dcmembers.com server is throwing its toys out of the pram.  Was there anything, in particular, that you needed from the site?
1438
General Software Discussion / Re: Working with excel row and columns
« Last post by skwire on April 08, 2014, 07:17 AM »
?

I banned the spammer (and his/her posts).
1439
Post New Requests Here / Re: Movie rental
« Last post by skwire on April 05, 2014, 10:15 PM »
Hi,taowa, and welcome to the DonationCoder site.   :Thmbsup:

I need software that will have a database of users and movies.
Then another interface where you can search then click rent and a price and a screen asking for a User ID pops up.
Preferably with accounts where each account has different privileges.

Ant Movie Catalog (has a rental/loan feature and is free)

http://www.antp.be/software/moviecatalog/features
http://www.antp.be/pic/moviecatalog_loans.png
1440
Who else should I add?

Brothersoft (unless they've changed their ways since I last checked).

And what's that one that shows a Sergeant icon?

MajorGeeks was clean last I knew.
1441
@lugosi84:  What you're asking for, programmatically, is pretty trivial.  However, there are some problems that I can foresee with your request.

  • You're basically asking for a keygen which, in most (all?) cases, is a no-no.
  • Depending on the number of positions you can make out, you might end up with many hundreds or thousands of combinations.
1442
I think he means the Windows OS registration key...as in the sticker on laptop is faded.  Not the keyboard...
1443
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on April 03, 2014, 03:21 AM »
My vote is to wait for the Profiles feature, then release.   :)

The part that's giving me the most trouble is the sending of series from one profile to another.  What I might do is disable that portion, include a note in the Options tab that that functionality is forthcoming, and release this version.  Not sure yet.

BTW, have you experienced any more of those nasty resize-related freezes with the current version you have?
1444
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on April 03, 2014, 02:00 AM »
Great work on V1.1.3 lots of excellent features it just keeps getting better.
-kalvanotherwhen (March 26, 2014, 09:52 PM)

Thanks.  It's getting a lot more complicated code-wise, too, especially with the forthcoming profiles thing.

Re: Search tab options. Add and sorting by columns seem to be the limit of functionality.
Please consider porting the "Web Search" option found in series tab, and weekly tab to search tab results.
-kalvanotherwhen (March 26, 2014, 09:52 PM)

This is a good idea and I've already added it to my dev build.

Hopefully this is not user error but sorting option S01E01 does not save for me.
-kalvanotherwhen (March 26, 2014, 09:52 PM)

Fixed in my dev build.  Thank you for the report.

Is it possible to set the default to load the newest shows at the top instead of bottom. With the option you have now to scroll to the bottom it is nice but, it would be nice for me if it just defaulted to the top with the older shows on the bottom. A per person choice.

Probably not going to happen.  It's a pain in the ass to do proper sorting with the Group option on.

With the new one and having profiles are we going to be bale to switch the shows from one list to another? IE once I finished watching a series and it is cancelled will I be able to movie it from the watch list to the cancelled list?

Yes, and that is the main reason for the aforementioned complexity.  Working with dynamic menus like this in AHK can be a pain in the ass at times.  Plus, I got a little frustrated with failing to get that functionality working properly and put epCheck aside for a bit to focus on some of my other apps.

I don’t think it's user error; I'm experiencing the same thing here.

Thanks for the confirmation.  I have this fixed in the next release.

Otherwise all is well! Looking forward to the next release!

So, I'm at a conundrum right now.  My current dev build has several fixes and tweaks in it but the profiles stuff is not fully implemented so I'm uncertain how I want to proceed.  I could disable the profiles stuff and release it but that would probably only serve to confuse folks.  Maybe if I include a note in the Options tab that the profiles stuff is not currently ready? 
1445
Find And Run Robot / Re: Microsoft Sculpt Comfort Keyboard
« Last post by skwire on April 01, 2014, 03:06 PM »
I have used the same keyboard for nearly fifteen years; the original Microsoft Natural Keyboard Pro.  I'm so used to it that I have a few extras stockpiled as potential replacements should this one fail.

800px-MS_Natural_Keyboard_Pro[1].JPG
1446
We've discussed this before and it's still as infuriating as ever.

Agreed, +1,  :up:, ad nauseum.  All my software is on their site(s) and has been mangled in this way.  One of the worst things about it is the thought that unknowing Joe User thinks that I allowed them to do this, i.e., sold out.  Grrr...sets my f'ing teeth on edge.
1447
General Software Discussion / Re: Firewalls and LAN
« Last post by skwire on March 26, 2014, 02:12 PM »
Is there a specific reason you want to firewall this XP box (its outgoing traffic, I presume) off from the internet?  I mean, it's already behind a router...
1448
General Software Discussion / Re: Splinter
« Last post by skwire on March 26, 2014, 02:06 PM »
Cool video, dmd7978. Really slick.  Kudos.   :Thmbsup:
Pages: prev1 ... 53 54 55 56 57 [58] 59 60 61 62 63 ... 222next