TVTracker: crazy idea

November 12th, 2009 10:54 by ogrim

Now I have the great idea that I should write TVTracker from scratch in C++, using some cross-platform framework for the user interface. When I first wrote the application, I never thought I would extend it to support different types of media. If I am going to add support for a DVD type, I pretty much have to rewrite everything, stupid me. Also, I could get support for Mac OS.

No comments, yet

Tags:

TVTracker: note to self

November 5th, 2009 21:35 by ogrim

I get lost when I watch my MacGyver DVDs. I should add a DVD type to TVTracker, so I can count episodes on a disk (usually 5) and reset the count when I increment the disk number.

No comments, yet

Tags:

TVTracker 0.1.2

October 4th, 2009 21:16 by ogrim

New features:

-Day field for remembering when a new episode is released
-Highlighting episodes on release day

I removed the button for change max episode number in a season, but you can still modify it in the settings. Sadly, there is still no Mac OS support. I will look into building TVTracker with Java 1.5.x, which is available for Mac OS.

Download TVTracker 0.1.2

1 comment

Tags:

TVTracker – a simple tool for tracking your progession trough TV series

May 21st, 2009 22:00 by ogrim

When I’m watching TV series and such, I tend to forget where I am. This problem can be solved by the primitive method, as illustrated below.

This worked for a while, but I kept forgetting to pull out a pen everytime I had to update it. Also the method failed when I ran out of (or didn’t find) Post-It notes. The perfect soution for the computer age is of course to use an application. I’m sure there are similar applications out there, but I wanted to make my own. I called it TVTracker.

You add series with the text fields, the long one for name and the short one for the max number of episodes in the season. As we know this varies from show to show, and season to season, so you can change this later in the settings. The data is stored as XML, so you can easily view and edit it, or use it for some other purpose.

TVTracker is written in Java, and is available for any platform Java support. This means if works for Windows, GNU/Linux, Mac OS and others. I have only tested it in Windows, but there should not be any trouble with other platforms.

Plans for further development:
-style it to make it more attractive
-make the “add fields” hideable, and make a File->Add option in the menu
-selection for if the app should promt for saving and loading, or just do it

Download TVTracker here: http://ogrim.no/files/TVTracker.jar

It can be smart to save TVTracker to its own folder, because the XML file will be created where the application is saved.

Update!
Camilla from the comments have had some trouble getting TVTracker to run on a Mac. This was hard for me to test, as I don’t have access to one. However, it now seems like the problem was due to a Java version mismatch. TVTracker is build with Java version 1.6.0_13, so you need at least version 1.6.x.x. To check this, you need to open a command line or terminal window and type “java -version”. If you have 1.4.x.x or 1.5.x.x you need to upgrade. Please head over here to do so: http://www.java.com/en/download/

8 comments

Tags: