Author Topic: Two Suggestions  (Read 2243 times)

Offline MajesticJG

  • Contributor
  • ***
  • Posts: 14
Two Suggestions
« on: January 21, 2009, 01:48:07 am »
I have just two suggestions for AltBinz:

1. Can we clean up the RSS filtering interface so I don't have to edit my filters like a text file?

2. Can we multi-thread the whole app (RAR, Decoding and Downloading ops) and possibly do a compile for Vista/XP x64? A version optimized for 64-bit multi-core CPUs would be quite a bit faster in the decoding and decompressing phases. I know there's a multi-core decoder available for download, but I'd like the whole process streamlined.

Thanks!

Offline Hecks

  • Contributor
  • ***
  • Posts: 2011
  • naughty cop
Re: Two Suggestions
« Reply #1 on: January 21, 2009, 07:51:33 am »
On 1., personally I like the fact that the filters *are* in a text file, since it means you can set them programatically with a script.  It's clean, simple and works.  Why add GUI complications?  For what benefit?

Offline karn

  • Contributor
  • ***
  • Posts: 18
Re: Two Suggestions
« Reply #2 on: February 06, 2009, 03:03:01 pm »
If you want a GUI for managing the filters - write one.  A simple .Net WinForms app to read/write the filter file would suffice and wouldn't take much work.

Offline d4f0rc3

  • Contributor
  • ***
  • Posts: 69
Re: Two Suggestions
« Reply #3 on: February 07, 2009, 07:58:08 pm »
par2 is already multicore isn't it? and rar can use multiple cores and has a x64 compile. maybe you could implement that if it isn't already http://www.rarlab.com/rar/unrar-x64.zip . I don't know how much work it is to compile altbinz itself for x64 but it would really benefit from the performance increase I guess.