is this still being developed???

chrisallen511

19-11-2009 13:26:00

haven't seen the developer on the forums for awhile and wonder if this project is still being developed??

anyone know?

sstteevvee

19-11-2009 13:31:21

I'm still around.. Crazy busy with work and other projects at the moment, so haven't had any spare time to work on TVRename (or look at forum posts). :(

Also, after thetvdb's recent server move, it seems that the API that TVRename uses to get it's data has stopped working. I'll have a quick look into it tonight, figure out what they've changed, and see if I can easily fix it.

chrisallen511

19-11-2009 14:22:55

thanks for your reply. looking forward to any updates!

sellis

26-01-2010 03:36:08

Happy to see you plan a move to c#. I use VB.net mostly and find c++ a bit of a chore.

Been playing around with the source code (2.2.0a6) and added torrent auto search and download for missing episodes (like TED). Could not get a VB DLL I created for a standalone downloader to work in c++ so the solution is not very pretty but works well.

Now that I see you will be moving to c# I will wait and redo my code then instead of cleaning it up now. Maybe you can make use it then.

If I was any good at c++ I would offer to help convert to c#
Keep us updated.
Stan

sstteevvee

26-01-2010 21:06:46

Its good to see interest from other people, in developing new stuff for tvrename.. hopefully I'll have a bit more time and motivation soon, and get the conversion to C# done (and fix one bug that's annoying me :)). I've been doing a quite a bit of C# development recently, and am quite a fan of it. Its definitely easier and nicer than C++.NET!

lysp

02-02-2010 15:51:03

I'm looking forward to it.

Once it changes over to c# will be looking at offering a few changes myself.

sstteevvee

19-02-2010 19:04:42

C# conversion is going well.

More details are here: http://code.google.com/p/tvrename/issue ... l?id=69#c8

The worst of the conversion is done, it compiles, and runs for 10 seconds before crashing. :)

Flain

22-02-2010 14:25:48

Good to see there's still work happening! :) Hopefully when its C# more coders will jump on board and help out the project.

lysp

22-02-2010 16:40:55

Thanks for the great news Steve.

Will have a view of it within the next few days.

One further suggestion to this however. Once the conversion is working correctly, would it be possible to split this into logical folders and make the project a bit less 'flat'?

Thanks for the good work so far.

sstteevvee

22-02-2010 21:08:06

Yeah.. I'm hoping a few other people will get involved - that was the main motivation for turning it into C# - I'm fairly much done with it, having done all the features I want :)

I'll look at sorting the project out a bit, at least into UI, TVDB, and other internal structures.

Edit: Just to clarify, "fairly much done with it" means I probably won't be adding many new major features, but will fix bugs here and there, and still am more than willing to offer help and guidance to others who want to work on TVRename.

lysp

23-02-2010 12:09:41

I'm fairly much done with it, having done all the features I want :)

Always room for improvement.

Had a semi look through the code today, starting to get an understanding of how things are put together.

Possible suggestion - can you make a developers forum for people interested in contributing code to talk to each other?