Warning: session_start(): open(/tmp/sess_14s80biue7qv2v90iaa1e9tuk6, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Kwooty openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (19) .- Knowledge Base  . 

Kwooty

   1.1.0  

KDE Usenet Application

Score 87%
Kwooty
zoom


Kwooty
zoom


Kwooty
zoom


Homepage:  Link
Downloads:  4861
Submitted:  Oct 26 2009
Updated:  Nov 16 2013

Description:

A friendly nzb usenet binary downloader.

Kwooty handles automatic file repairing archive extraction, multi-server support, smart par2 download, shutdown scheduler, etc...

How to build the project :
1. untar the archive
> tar xvfz kwooty-1.1.0.tar.gz

2. build and install:
> cd kwooty
> cd build
> cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
> sudo make install OR > su -c 'make install'

Full changelog is available at http://kwooty.sourceforge.net

Translations are welcome ! :D




Changelog:

Version 1.1.0:
--------------

- Nzb row and corresponding data folder renaming with "F2" shortcut
- Nzb row and corresponding data folder deletion by hitting "SHIFT+DEL" keyboard shortcut
- "Show/hide" menu bar action added and available from "CTRL+M" shortcut
- If there is no pending download, do not connect to servers when kwooty is launched from desktop session restoration
- Kwallet querying for server password is now performed after kwooty has been fully started
- Unrar 5 support




LicenseGPL
Source(kwooty-1.1.0.tar.gz)
Gentoo(kwooty ebuild for Gentoo (portage))
Arch(kwooty for ArchLinux (AUR))
Ubuntu(kwooty for ubuntu (Maik's PPA))
Ubuntu(kwooty for ubuntu (yuuki's PPA))
Send to a friend
Subscribe
Other  Content  from kwooty
Report inappropriate content



goto page:  1  2  3  4  5 

-
.

 Compilation error

 
 by mirzaD on: Oct 26 2009
 
Score 50%

Using Kubuntu jaunty, here is output of 'make' command:

In file included from /home/mirza/Downloads/Programi/kwooty/kwooty/build/src/kwooty_automoc.cpp:8:
/home/mirza/Downloads/Programi/kwooty/kwooty/build/src/moc_segmentmanager.cpp: In member function ‘virtual int SegmentManager::qt_metacall(QMetaObject::Call, int, void**)’:
/home/mirza/Downloads/Programi/kwooty/kwooty/build/src/moc_segmentmanager.cpp:75: error: invalid use of incomplete type ‘struct SegmentData’
/home/mirza/Downloads/Programi/kwooty/kwooty/build/src/../../src/segmentmanager.h:33: error: forward declaration of ‘struct SegmentData’
/home/mirza/Downloads/Programi/kwooty/kwooty/build/src/moc_segmentmanager.cpp:75: error: initializing argument 1 of ‘void SegmentManager::updateDownloadSegmentSlot(SegmentData)’
make[2]: *** [src/CMakeFiles/kwooty.dir/kwooty_automoc.o] Error 1
make[1]: *** [src/CMakeFiles/kwooty.dir/all] Error 2
make: *** [all] Error 2


Reply to this

-

 Re: Compilation error

 
 by kwooty on: Oct 26 2009
 
Score 50%

Hello MirzaD,

I sent you a message.

Could you try the following (assuming you are using KDE >= 4.2.x):

Open kwooty/src/segmentmanager.h, and uncomment the line
//#include \"data/segmentdata.h\" located at the top of the file.

Then go to kwooty/build and try to compile it again.

Please tell me if compilation succeed.

Thanks.


Reply to this

-
.

 Re: Re: Compilation error

 
 by mirzaD on: Oct 27 2009
 
Score 50%

Thank you compilation has passed without problems now. Great program BTW.

I only hoped that i could surf trough groups on server with this program, not download only from nzb.

Anyway you have my vote :)


Reply to this

-

 Errors

 
 by lestek on: Oct 27 2009
 
Score 50%

It's my output of 'make' command (Karmic Koala 9.10, KDE 4.3.2):

...
[ 15%] Building CXX object src/CMakeFiles/kwooty.dir/kwooty_automoc.o
In file included from /home/lestek/Dokumenty/instalki/kwooty/build/src/kwooty_automoc.cpp:4:
/home/lestek/Dokumenty/instalki/kwooty/build/src/moc_itemdownloadupdater.cpp: In member function ‘virtual int ItemDownloadUpdater::qt_metacall(QMetaObject::Call, int, void**)’:
/home/lestek/Dokumenty/instalki/kwooty/build/src/moc_itemdownloadupdater.cpp:73: error: invalid use of incomplete type ‘struct NzbFileData’
/home/lestek/Dokumenty/instalki/kwooty/build/src/../../src/itemdownloadupdater.h:32: error: forward declaration of ‘struct NzbFileData’
/home/lestek/Dokumenty/instalki/kwooty/build/src/moc_itemdownloadupdater.cpp:73: error: initializing argument 1 of ‘void ItemDownloadUpdater::decodeSegmentsSignal(NzbFileData)’
In file included from /home/lestek/Dokumenty/instalki/kwooty/build/src/kwooty_automoc.cpp:4:
/home/lestek/Dokumenty/instalki/kwooty/build/src/moc_itemdownloadupdater.cpp: In member function ‘void ItemDownloadUpdater::decodeSegmentsSignal(NzbFileData)’:
/home/lestek/Dokumenty/instalki/kwooty/build/src/moc_itemdownloadupdater.cpp:95: error: ‘_t1’ has incomplete type
/home/lestek/Dokumenty/instalki/kwooty/build/src/../../src/itemdownloadupdater.h:32: error: forward declaration of ‘struct NzbFileData’
make[2]: *** [src/CMakeFiles/kwooty.dir/kwooty_automoc.o] Error 1
make[1]: *** [src/CMakeFiles/kwooty.dir/all] Error 2
make: *** [all] Error 2


Reply to this

-

 Re: Errors

 
 by kwooty on: Oct 27 2009
 
Score 50%

Hi lestek,

I have updated kwooty to version 0.1.2 which should fix your issue.

Could you try to download this version and recompile it again ?

Thanks


Reply to this

-

 Re: Re: Errors

 
 by lestek on: Oct 27 2009
 
Score 50%

Everything OK now. Thanks!


Reply to this

-

 Re: Re: Re: Errors

 
 by kwooty on: Oct 27 2009
 
Score 50%

Glad to hear that ! :-)

I hope compilation issues are fixed now...


Reply to this

-

 Deb packages for ubuntu 9.10

 
 by StirlitzKyrlitz on: Oct 27 2009
 
Score 50%

http://download.ubuntu.pl/_Karmic_Koala_/kwooty/


Reply to this

-
.

 Good App

 
 by TaoFr on: Oct 29 2009
 
Score 50%

Installed and use under OpenSuse 11.1.
Really good app. Not yet detected a bug :( ! It is stable.
What a good idea to add "par repair" and decompress support.
IMHO, klibido's worthy successor.
Thx.


Reply to this

-

 Re: Good App

 
 by kwooty on: Oct 29 2009
 
Score 50%

Thanks for your comment, glad to see everything is OK for you !


Reply to this

-

 PKGBUILD for Archlinux

 
 by Kwarf on: Dec 8 2009
 
Score 50%

Hi
I really like this app, so I have created a PKGBUILD for all Archlinux users. I've uploaded it to aur and you can download it at http://aur.archlinux.org/packages.php?ID=32520.

However, I have found a minor bug. When I download an .nzb file (i use nzbs.org) I have to open it and change encoding in the xml tag to utf-8 or else Kwooty can't open it. I don't know if this has anything to do with your program or if it's caused by UUDeview.


Reply to this

-
.

 Re: PKGBUILD for Archlinux

 
 by kwooty on: Dec 10 2009
 
Score 50%

Hi kwarf !
Thanks for your packaging. :-)

About nzbs.org, the issue is that encoding type from nzbs.org nzb file is us-ascii and this type of encoding is not supported by Qt.

However, I have corrected this 'bug'. Can you send me you email, I will send you the patch in order to validate it ?

Xavier


Reply to this

-

 Awesome, though a suggestion..

 
 by mountainjew on: Mar 19 2010
 
Score 50%

I love this app, it has totally replaced Lotta + HellaNZB for me. Nice to add another native qt app to the list.

I have 1 suggestion. Could we possibly get a time remaining counter? It's kinda hard to tell how long is left on downloads at the minute.

I did have one issue where a 5GB file stopped at 99% and couldn't find out why. Where would the error logs be stored?

Thanks for the awesome program, keep up the good work :)


Reply to this

-
.

 Re: Awesome, though a suggestion..

 
 by kwooty on: Mar 19 2010
 
Score 50%

Thank you for your feedback, it's really motivating ! :)

About the time remaining counter, it's already scheduled for the next release and a free disk space indicator too !

About the download issue you encountered, I sent you a message in order to know if you could give me further info about that.

Thanks again for feedback :)


Reply to this

goto page:  1  2  3  4  5 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team