Autor Thema: RSS / News-Reader und Tools  (Gelesen 52367 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
QuiteRSS 0.18.2
« Antwort #180 am: 14 Juli, 2015, 12:18 »
Whats new:>>

Main Changes:

    Fixed: Application crash
    Fixed: Catefories. Popup menu item "Mark as Read"

https://quiterss.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
RSS Guard 2.5.1
« Antwort #181 am: 18 August, 2015, 05:20 »
Changelog
Added:

Key used for proxy/feed password coding is now stored in separate file. This file lies in the same directory as configuration file. If your use password-protected proxy/feeds, then make sure that NOBODY gets access to that file and your DB file in the same time.

Fixed:

Size of downloaded website artifacts is now not hidden by progress bar.
Auto-updating of feeds fixed, error was due to master mutex double locking. (issue #117)
Fixed some memory leaks which might appear when adding/editing categories/feeds.
[close]

https://bitbucket.org/skunkos/rssguard

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
NZBGet 16.0 r1420 Testing
« Antwort #182 am: 01 September, 2015, 16:45 »
Changelog
new option "FeedX.Backlog" to control the RSS feed behavior when fetched for the first time or after changing of URL or filter (#73);
increased limit for log-entries in history dialog from 1000 to 10000;
completion tab of download details dialog (and history details dialog) shows per servers article completion in percents; now there are also tooltips to show article counts;
do not reporting bad blocks for missing files (which are already reported as missing);
fixed: reporting of bad blocks for empty files could print garbage file names;
fixed: par-check did not work on UNC paths (Windows only) (#74);
fixed: config error messages were not printed to log or screen but only to stdout, where users typically don’t see them (#61);
fixed: development version-revision were not shown in "Check for Updates"-dialog (#46);
fixed: incorrect reading of UrlStatus from diskstate (#70);
fixed: crash if an nzb contains only par2-files (bug introduced in v16);
fixed: total articles wasn't reset when downloading again (#69);
fixed: crash on reload if a queue-script is running (#71);
fixed: mark as bad may return items to queue if used on multiple items simultaneously (#67).

ignored nzbs are now added to history and processed by queue scripts (#26):

when an nzb-file isn’t added to queue for some reason, the file is now also added to history (in addition to messages printed to log);
on one hand that makes it easier to see errors (as history items instead of error log messages), on the other hand that provides more info for extension scripts and third-party programs;
for malformed nzb-files which cannot be parsed the status in history is “DELETE: SCAN”;
for duplicate files with exactly same content status “DELETE: COPY”;
for duplicate files having history items with status “GOOD” and for duplicate files having hidden history items with status “SUCCESS” which do not have any visible duplicates - status “DELETE: GOOD”;
new values for field “DeleteStatus” of API-Method “history”: GOOD, COPY, SCAN;
new values for field “Status” of API-Method “history”: "FAILURE/SCAN”, ”DELETED/COPY”, "DELETED/GOOD” (they will also be passed to pp-scripts as NZBPP_STATUS);
new queue-script event NZB_DELETED;
new queue event “URL_COMPLETED”, with possible details: FAILURE, SCAN_SKIPPED, SCAN_FAILURE;

new advanced duplicate par-check mode (#64):

can be activated via option "ParScan=Dupe";
the new mode is based on the fact that the same releases are posted to Usenet multiple times;
when an item requires repair but doesn't have enough par-blocks the par-checker can reuse parts downloaded in other duplicates of the same title;
that makes it sometimes possible to repair downloads which would fail if tried to repair individually;
the downloads must be identifiable as duplicates (same nzb name or same duplicate key);
when par-checker needs more par-blocks it goes through the history and scans the download directories of duplicates until it finds missing blocks; it's smart enough to abort the scanning if the files come from different releases (based on video file size);
adjusted option "HealthCheck"; when set to "Delete" and duplicate par-scan is active, the download is aborted only if the completion is below 10%; that's to avoid deletion of damaged downloads which can be potentially repaired using new par-check mode;
downloads which were repaired using the new mode or which have donated their blocks to repair other downloads are distinguishable in the history details dialog with new status "EXPAR: RECIPIENT" or "EXPAR: DONOR"; a tooltip on the status shows amount of par-blocks received/donated;
new field "ExParStatus" returned by API-method "history";
to quickly find related history items use quick filter -exparstatus:none in history list;

improved quick filter (the search box at the top of the page) (#72):

now supporting OR, AND, NOT, parenthesis;
can search in specific fields;
can search in API-fields which are not shown in the table;
filters can be saved and loaded using new drop down menu;
for more info see documentation page Quick Filter;

queue script activity is now indicated in web-interface (#60):

items in download list may have new statuses “QS-QUEUED” (gray) or “QUEUE-SCRIPT” (green);
new values for field “Status” in API-method “listgroups”: QS_QUEUED, QS_EXECUTING;
the number of active (and queued) scripts are shown in the status dialog in web-interface; this new row is hidden if no scripts are queued;
active queue scripts accounts for activity indicator in web-interface (rotating button);
new field “QueueScriptCount” in API-method “status” indicates number of queue-scripts queued for execution including the currently running;
[close]

http://nzbget.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
NZBGet 16.0 r1439 Testing
« Antwort #183 am: 21 September, 2015, 13:17 »
Changelog
when adding nzb-files via web-interface it's now possible to change name and other properties (#76):

nzb-files in the upload-list are now clickable;
a click opens properties dialog where the name, password, duplicate key and duplicate score can be changed;
new setting to set tray icon behavior on Windows (#59);
new option "FeedX.FeedScript" to define per rss feed scripts; in addition to existing global option “FeedScript” (#18);
improvements in built-in web-server to fix communication errors which may occur on certain systems, in particular on OS X Safari (#77):
implemented graceful disconnect strategy in web-server;
added authorization via X-Auth-Token to overcome Safari’s bug, where it may stop sending HTTP Basic Auth header when executing ajax requests;
pp-script EMail.py now supports new TLS/SSL mode “Force”. When active the secure communication with SMTP server is built using secure socket on connection level instead of plain connection and following switch into secure mode using SMTP-command “STARTLS”. This new mode is in particular required when using GMail on port 465 (#20);
speed improvement in built-in web-server on Windows when serving API requests (web-interface) for very large queue or history (with thousands items);
better performance when deleting many items from queue at once (hundreds or thousands);

improved performance in web-interface when working with very large queue or history (thousands of items);

fixed: feed id wasn't passed to feed script from preview (bug introduced in v16) (#18);
fixed: when option ParScan was set to “Extended” the extra-files were not found (bug introduced in v16) (#64);
fixed: when option ParScan was set to “Dupe” the extra-files were not scanned in current directory (bug introduced in v16) (#64);
fixed: updating may fail if NZBGet was not installed on the system dr
[close]


http://nzbget.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
NZBGet 16.0 Final
« Antwort #184 am: 14 Oktober, 2015, 17:20 »
Changelog
moved project hosting to GitHub:

moved source code repository from subversion to git;
updated POSIX makefile to generate revision number for testing releases (#3);
updated Linux installer build script to work with git (#9);
adjusted function "check for updates" in web-interface (#47);
update-scripts for Linux installer and Windows setup fetch new versions from GitHub releases area (#27);
cleaned up project root directory, removed many unneeded files which were required by GNU build tools (#48);
added verification for setup authenticity during update on Linux and Windows (#51);

improvements in Linux installer:

improved compatibility with android;
added support for paths with spaces in parameter "--destdir";
auto-selecting "armhf"-architecture on ARM 64 bit systems (aarch64) (#35);

ignored nzbs are now added to history and processed by queue scripts (#26):

when an nzb-file isn’t added to queue for some reason, the file is now also added to history (in addition to messages printed to log);
on one hand that makes it easier to see errors (as history items instead of error log messages), on the other hand that provides more info for extension scripts and third-party programs;
for malformed nzb-files which cannot be parsed the status in history is "DELETE: SCAN";
for duplicate files with exactly same content status "DELETE: COPY";
for duplicate files having history items with status "GOOD" and for duplicate files having hidden history items with status "SUCCESS" which do not have any visible duplicates - status "DELETE: GOOD";
new values for field "DeleteStatus" of API-Method "history": GOOD, COPY, SCAN;
new values for field "Status" of API-Method "history": "FAILURE/SCAN", "DELETED/COPY", "DELETED/GOOD" (they will also be passed to pp-scripts as NZBPP_STATUS);
new queue-script event NZB_DELETED;
new queue event "URL_COMPLETED", with possible details: FAILURE, SCAN_SKIPPED, SCAN_FAILURE;

improved quick filter (the search box at the top of the page) (#72):

now supporting OR, AND, NOT, parenthesis;
can search in specific fields;
can search in API-fields which are not shown in the table;
filters can be saved and loaded using new drop down menu;
for more info see documentation page Quick Filter;

new advanced duplicate par-check mode (#64):

can be activated via option "ParScan=Dupe";
the new mode is based on the fact that the same releases are posted to Usenet multiple times;
when an item requires repair but doesn't have enough par-blocks the par-checker can reuse parts downloaded in other duplicates of the same title;
that makes it sometimes possible to repair downloads which would fail if tried to repair individually;
the downloads must be identifiable as duplicates (same nzb name or same duplicate key);
when par-checker needs more par-blocks it goes through the history and scans the download directories of duplicates until it finds missing blocks; it's smart enough to abort the scanning if the files come from different releases (based on video file size);
adjusted option "HealthCheck"; when set to "Delete" and duplicate par-scan is active, the download is aborted only if the completion is below 10%; that's to avoid deletion of damaged downloads which can be potentially repaired using new par-check mode;
downloads which were repaired using the new mode or which have donated their blocks to repair other downloads are distinguishable in the history details dialog with new status "EXPAR: RECIPIENT" or "EXPAR: DONOR"; a tooltip on the status shows amount of par-blocks received/donated;
new field "ExParStatus" returned by API-method "history";
to quickly find related history items use quick filter -exparstatus:none in history list;

queue script activity is now indicated in web-interface (#60):

items in download list may have new statuses "QS-QUEUED" (gray) or "QUEUE-SCRIPT" (green);
new values for field "Status" in API-method "listgroups": QS_QUEUED, QS_EXECUTING;
the number of active (and queued) scripts are shown in the status dialog in web-interface; this new row is hidden if no scripts are queued;
active queue scripts accounts for activity indicator in web-interface (rotating button);
new field "QueueScriptCount" in API-method "status" indicates number of queue-scripts queued for execution including the currently running;

added scripting support to RSS Feeds (#18):

new option "FeedScript";
new option "FeedX.FeedScript" to define per rss feed scripts; in addition to existing global option "FeedScript";
new option "FeedX.Backlog" to control the RSS feed behavior when fetched for the first time or after changing of URL or filter (#73);
new option "FlushQueue" ("yes" by default) to force disk cache flush when saving queue (#28);
quick toggle of speed limit; "Command/Control + click-on-speed-icon" toggles between "all servers active and speed-limit=none" and "servers and speed limit as in the config file" (#56);
new option "RequiredDir" to wait for external drives mount on boot (#21);
implemented cleanup for field "description" in RSS feeds to remove HTML formatting (#32);
hidden webui option "rowSelect" now works for feed view too (#19);
improved error message for password protected archives (#54);
increased limit for log-entries in history dialog from 1000 to 10000;
completion tab of download details dialog (and history details dialog) shows per servers article completion in percents; now there are also tooltips to show article counts;
do not reporting bad blocks for missing files (which are already reported as missing);

when adding nzb-files via web-interface it's now possible to change name and other properties (#76):

nzb-files in the upload-list are now clickable;
a click opens properties dialog where the name, password, duplicate key and duplicate score can be changed;
new setting to set tray icon behavior on Windows (#59);
improvements in built-in web-server to fix communication errors which may occur on certain systems, in particular on OS X Safari (#77):
implemented graceful disconnect strategy in web-server;
added authorization via X-Auth-Token to overcome Safari’s bug, where it may stop sending HTTP Basic Auth header when executing ajax requests;
pp-script EMail.py now supports new TLS/SSL mode "Force". When active the secure communication with SMTP server is built using secure socket on connection level instead of plain connection and following switch into secure mode using SMTP-command "STARTLS". This new mode is in particular required when using GMail on port 465 (#20);
speed improvement in built-in web-server on Windows when serving API requests (web-interface) for very large queue or history (with thousands items);
better performance when deleting many items from queue at once (hundreds or thousands);
improved performance in web-interface when working with very large queue or history (thousands of items);

integrated unit testing framework, created few first unit tests:

new configure parameter "--enable-tests" to build the program with tests;
use "nzbget --tests" to execute all tests or "nzbget --tests -h" for more options;

fixes in Linux installer:

fixed: installer may show wrong IP-address in the quick help message printed after installation (thanks to @sanderjo) (#42);
fixed: installation failed on certain WD NAS models due to Busybox limitations;
fixed: not working endianness detection on mipseb architecture (#55);
fixed: unrar too slow on x86_64 architecture (#57);
fixed: reporting of bad blocks for empty files could print garbage file names;
fixed: par-check did not work on UNC paths (Windows only) (#74);
fixed: config error messages were not printed to log or screen but only to stdout, where users typically don’t see them (#61);
fixed: incorrect reading of UrlStatus from diskstate (#70);
fixed: total articles wasn't reset when downloading again (#69);
fixed: crash on reload if a queue-script is running (#71);
fixed: mark as bad may return items to queue if used on multiple items simultaneously (#67);
fixed: updating may fail if NZBGet was not installed on the system drive (Windows only) (#78);
fixed: the program may hang during multithreading par-repair, only certain Linux system affected (#41);
fixed: active URL download could not be deleted (#33);
fixed: par-verification of repaired files were sometimes not skipped in quick verification mode (option "ParQuick=yes");
fixed: when parsing nzb-files filenames may be incorrectly detected causing certain downloads to fail (#45);
fixed: nzb-files containing very large individual files (many GB) may cause program to crash or print error "Could not create file ..." (#52)
[close]

http://nzbget.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
RSS Guard 2.5.2
« Antwort #185 am: 18 Oktober, 2015, 07:30 »
Whats new:>>

Show unread feeds only is now persistent.
Fixed crash when adding Adblock subscription.
Custom external web browser now correctly opens URLs on some operating systems. This seemed to primarily affect Linux distributions.
Categories are now not expanded when selected using "Go to next/previous item" in feeds list.

https://bitbucket.org/skunkos/rssguard

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
NZBGet 16.3
« Antwort #186 am: 31 Oktober, 2015, 10:30 »
Changelog
fixed: certain downloads may fail due to a bug in the workaround implemented in v16.2.

16.2
    implemented a workaround to deal with malformed news server responses, which may still contain useful data. One of the major usenet providers is affected by the issue recently; the workaround fixes download failures (#100).

16.1

    updated unrar shipped with Linux installer to 5.21;
    fixed issues with reverse proxies (#77);
    fixed unpack failure on older AMD CPUs, when installed via universal Linux installer (#89);
    fixed: when the program was started from setup the default directories were created with wrong permission (Windows only) (#95).
[close]

http://nzbget.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
MesNews 1.08.06.00
« Antwort #187 am: 08 November, 2015, 19:15 »
MesNews is a newsreader. It is a freeware developed in the Delphi 7 language. It works on all version of Windows ( 95, 98, NT, on 2000, XP, Vista, 7 and 8 ).

    multi-servers, multi-forums
    displaying of messages in text and html format
    sending in text and html format
    display of the servers / forums in a tree structure form, or with only a button per server
    three levels of synchronizations for the forums
    displaying of smileys in the pictures form ( animated gif)
    various steps of quotage in colour
    decoding of the messages in multipart, base64, yEncoded etc...
    selective filtering multioptions
    setting color of the messages according to criteria : name, email, subject, size, etc...
    random signatures
    random formulations text
    management of the XFaces
    speller
    plugins
    etc...

http://www.mesnews.net/gb/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
RSSme 1.21
« Antwort #188 am: 10 November, 2015, 21:15 »
RSSme is free, lightweight and user-friendly RSS editor. Support creation and editor of RSS feeds. Implements visual and user-friendly editor of posts.

Freeware

Latest Changes

- Many bug fixes

http://www.amlpages.com/rssme.shtml

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
SABnzbd 0.8.0 Beta 3
« Antwort #189 am: 27 November, 2015, 12:24 »
Latest Changes

Speedlimit corrections
Windows build now verifies https certificates
Windows build now supports TLS 1.2
Fixed bug that could lead to all NZBs being reported as duplicates
Skin improvements
unrar for Windows now 5.30

http://www.sabnzbd.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
NiouzeFire+ 1.8.0
« Antwort #190 am: 06 Dezember, 2015, 16:00 »
NiouzeFire+ is an easy to use application with integrated extracting capabilities that can help you read the latest news. It allows you to download articles at the maximum rate of your connection, then decode, repair (using PAR2 files) and extract automatically the rar files.

All those integrated features make it a must have for any UseNet member. Made to be the most easy to use as possible, convivial interface; therefore, it's suitable for both beginners and "professionals".

Freeware

Changelog

Evolutions:

Integration of the PAR2 library in NiouzeFire+,
Application title update while downloading for improved readability of the average speed,
Renaming duplicate files: 1.xxx instead of xxx.1,
Windows: icon animation in taskbar while downloading,
Download tab: added a Pause / Play NZB,
Binnews plugin improvement,
Intelligent proposal of the download title if search is done in NiouzeFire+,
Option : enable / disable automatic resize of the columns in the download list,
Added post age in "File Date" column of the download list,
Mail notifications: it's now possible to send mail in case of download success and / or error,
Option : if a password is detected in a RAR archive then it's possible to stop the current download,
Optimization of the synchronization process in case of connections closure.

Bug Fix:

Incoherent PAR2 files are now treated,
Pause on a connected server with holding connection configured: holding connection message is done every 10 seconds,
Better synchronization of icons in the download list,
Bug fixed: application closing when NiouzeFire+ is minimized and NZB file added,
Bug fix: web components are correctly displayed in integrated Web Browser (Check box, ...),
NiouzeFire+ don't close anymore if configured for a minimized launch and no server configured,
PAR2 optimizations.

[close]

http://www.ideosi.fr/solutions_eng.php

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
NZBGet 16.4
« Antwort #191 am: 09 Dezember, 2015, 19:00 »
Whats new:>>

fixed resource (socket) leak, which may cause “too many open files” errors with a possible crash (#118, #104);
fixed poor unrar performance on Mac OS X when unpacking to network shares.

http://nzbget.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
FeedTurtle 9.0
« Antwort #192 am: 11 Dezember, 2015, 16:00 »
FeedTurtle is a simple to use application that enables you to read RSS feeds from various sites and sort them into specific categories.

With FeedTurtle's RSS Manager you can manage and organize all your rss feeds with the user-friendly RSS bar, read your favourites rss feeds with a browser-like layout,  navigate the internet with the integrated Java web browser and store rss feeds inside the integrated database. Using the FeedTurtle's TV Show Manager you are able to organize your favourites TV shows,  download TV series from a large variety of torrents providers and get multimedia contents (music, images, banners, wallpapers...) about a TV show.

Licence: GPL

Changelog

TV Series Tab: Serial adding tab improved
TV Series Tab: Missing episodes count with TVDB improved
TV Series Tab: Restored transparency with nimrod
TV Series Tab: TVMaze tv guide improved and full schedule restored
TV Series Tab: FFMpeg updated with x265 support (Windows only)
TV Series Tab: some missing subtitle links in Subspedia
TV Series Tab: Serial Monitor performances improved
TV Series Tab: subtitle renaming issues with Itasa subtitles
TV Series Tab: TVMAze provider added as series information source
TV Series Tab: now it's possible to specify what subtitle formats to display in Subtitle Manager
TV Series Tab: 1080p subtitle button added to Itasa panel
Movies Tab: Movie Manager improved and with more functionalities
TV Series Tab: Subtitle Manager loosing transparency when "Show Images folder" option is selected
TV Series Tab: added codecs information in Subtitle Manager
General: menu bar not visible in Ubuntu
General: new FeedTurtle 9 theme
TV Series Tab: 1080p subtitle not downloaded with automatic downloads
TV Series Tab: some settings in TV Series settings menù not visible
General: now it's possible to change font size for all program everywhere

[close]

http://feedturtle.sourceforge.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
RSS Guard 3.0.0
« Antwort #193 am: 17 Dezember, 2015, 04:50 »
Changelog
Added:

    Brand new "service plugin system" - HIGHLY EXPERIMENTAL and REWRITTEN from scratch. Expect bugs and misunderstandings now! Major parts of RSS Guard were completely rewritten. Note that some functionality might be TEMPORARILY removed.
    Added ability to completely disable notifications.
    Added ability to hide status bar.
    Added ability to go to next unread message.

Fixed:

    Tiny Tiny RSS plugin now supports HTTP authentication (Basic, NTLM, Digest).
    Fixed bug with updating feed.
    Solved problem when user selects HUGE number of individual messages and marks them read/unread.
    Reselecting them after change may cause RSS Guard to hang.
    Better info in popup notification when many feeds are updated.
    Fixed obtaining of contents in RSS 2.0 feed entries.
    Improved popup informing about changes in newly installed version.
    Icons in notification popups are now smaller (22 x 22 pixels).
    Encoding selection widget in feed add/edit dialog now detects encodings via case insensitive string matching.
    When removing download item from download manager via DELETE key, then "Cleanup" button is correctly disabled.
[close]

https://bitbucket.org/skunkos/rssguard

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
RSS Guard 3.0.1
« Antwort #194 am: 19 Dezember, 2015, 10:45 »
Whats new:>>

Added:

Background color of notifications is now changeable. (issue #134)
Auto-update setting of individual Tiny Tiny RSS feeds can now be changed
RSS Guard is now useable as external RSS reader by common web browsers like Firefox etc. (issue #135)

Fixed:

Problem with adding/editing TT-RSS accounts. (bug #137)

https://bitbucket.org/skunkos/rssguard

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )