Search found 3411 matches
- Tue Nov 26, 2024 9:39 am
- Forum: Support
- Topic: New create subfolder setting cannot be switched off
- Replies: 5
- Views: 226
Re: New create subfolder setting cannot be switched off
Hopefully everything now works ok in v7.4.2
- Mon Nov 25, 2024 6:25 am
- Forum: Support
- Topic: New create subfolder setting cannot be switched off
- Replies: 5
- Views: 226
Re: New create subfolder setting cannot be switched off
I see, that in v6.1 when the option was still in Import it was unchecked by default. So probably it is better to have them both unchecked by default and not to interfere with the user settings. The only necessary option appears to be "Import as collection" as it may store nzb unrar etc. pa...
- Mon Nov 25, 2024 4:32 am
- Forum: Support
- Topic: New create subfolder setting cannot be switched off
- Replies: 5
- Views: 226
Re: New create subfolder setting cannot be switched off
I didn't notice your message initially. if ( last_version>=7000&&last_version<7500|| last_version>=6000&&last_version<=6110|| last_version<5991 ) bSaveSubdir=TRUE; //18 Nov 24 I thought the next version will be v7.5, but it went differently after two users came up with the issues ref...
- Mon Oct 28, 2024 8:51 am
- Forum: Search service
- Topic: Search brings back same results for anything?
- Replies: 2
- Views: 188
Re: Search brings back same results for anything?
Thanks for noticing that, I was running an updated server version to check it with the next release. I've restarted the previous server version, the newer one was only running for a few hours. Later: I've restarted everything again with the updated code, the only problem was if there were no results...
- Thu Oct 10, 2024 12:08 pm
- Forum: Support
- Topic: Show auto collections setting not stored on restart
- Replies: 2
- Views: 203
Re: Show auto collections setting not stored on restart
Whether auto collections are shown is governed by Edit menu->Properties->Newsgroups, the "Collections" combo box for the selected entry. Only the sort order may have the "Persist" setting, the rest are set to be fixed in Properties, otherwise it would be too confusing. Check mayb...
- Fri Oct 04, 2024 3:45 am
- Forum: Support
- Topic: Icons are occasionally blank
- Replies: 2
- Views: 227
Re: Icons are occasionally blank
It is related to the relatively recently added code to suppress flicker (so it is only in v7), there are two aspects, one for the newsgroup views, another for the task manager article view, at first I wrote the part for the newsgroup view code, then when adopting the code to do the same in the task ...
- Thu Sep 19, 2024 7:12 pm
- Forum: Search service
- Topic: Is search down?
- Replies: 2
- Views: 262
Re: Is search down?
It should work now, header download was suspended as no headers were coming to have an option to change server settings to prevent unnecessary newsgroup resets and excessive header download later, but it is fast to bring them up-to-date.
- Thu Sep 19, 2024 12:15 am
- Forum: Search service
- Topic: Is search down?
- Replies: 2
- Views: 262
Re: Is search down?
The router failed, it has been replaced a few hours ago, the server pings the website with the new ip, so if nothing extreme has been posted headers should be up to date.
The search service will be accessible when the incoming ports are configured, hopefully it won't take long.
The search service will be accessible when the incoming ports are configured, hopefully it won't take long.
- Thu Aug 15, 2024 1:20 pm
- Forum: Support
- Topic: UE Quits before finishing all tasks
- Replies: 3
- Views: 344
Re: UE Quits before finishing all tasks
The problem was exactly as described above, I forgot to adjust that option when adding asynchronous unpack. I've added 3 lines of code to prevent the program from exit when asynchronous unpack is running and because Microsoft changed something and Defender doesn't bog me any more with PUA submission...
- Wed Aug 14, 2024 6:21 pm
- Forum: Support
- Topic: UE Quits before finishing all tasks
- Replies: 3
- Views: 344
Re: UE Quits before finishing all tasks
Maybe I didn't check that option against the asynchronous unpack, if so, it was like that since May then. But this is so insignificant, since the option is rarely used. The effect would be the same as if to close the program while unpack tasks are still running and the tasks themselves are not lost....
- Fri Aug 09, 2024 10:29 am
- Forum: Development
- Topic: Release history v7.x
- Replies: 0
- Views: 2883
Release history v7.x
- v7.4.2 - - The options Edit menu->Properties->Save > Create subfolder out of nzb etc. name > Apply to > "Download&save" / "Download&save (auto)" were accidentally rechecked on every program restart. Moreover after double-checking the latter option in v6.1 (it was in the...
- Sun Jul 21, 2024 4:30 am
- Forum: Support
- Topic: Download and Save immediately with password?
- Replies: 1
- Views: 1784
Re: Download and Save immediately with password?
Judging by the post date it was a gap in my availability, just noticed the post without replies. Is it still relevant? There is an option in edit menu->properties->detect passworded rar files, if to uncheck it the download will continue (so it won't stop with the first part) and only unrar will fail...
- Wed Jul 10, 2024 4:33 am
- Forum: Support
- Topic: UnRAR progress bar inaccurate
- Replies: 6
- Views: 11832
Re: UnRAR progress bar inaccurate
Finally figured it out after encountering the issue when unraring a multipart file containing a large number of small files. The calculate file size function is called too early in the unrar source code (not sure if it is modified or the original code). Yes, it might be only for unrar 5 format, the ...
- Wed Jun 26, 2024 9:17 am
- Forum: Support
- Topic: Newsgroups are not shown
- Replies: 2
- Views: 300
Re: Newsgroups are not shown
I know, I just didn't want to pile up too many changes, it will be handled in the next release.
- Sun May 19, 2024 4:42 am
- Forum: Development
- Topic: Release history v6.x
- Replies: 0
- Views: 3867
Release history v6.x
Release history v7.x - v6.1.1 - - The compact binary import newsgroup type has been updated to remember the posted newsgroups, as this wasn't added at first to keep the code manageable internally. - When the Import as collection option was enabled in Edit menu->Properties->Search/Import in rare cas...