Search found 100 matches

by LapinFou
September 7th, 2020, 8:11 am
Forum: Post-Processing Scripts
Topic: [Synology NAS] Fixed non-ASCII chars and more...(2020/09/11)
Replies: 122
Views: 528174

Re: [Synology NAS] Fixed non-ASCII chars and more...(2013/10/02)

Ha! Yes. Thanks. ;D
I need to dig in the code. I've done it a long time ago. ::)
by LapinFou
September 7th, 2020, 7:44 am
Forum: Post-Processing Scripts
Topic: [Synology NAS] Fixed non-ASCII chars and more...(2020/09/11)
Replies: 122
Views: 528174

Re: [Synology NAS] Fixed non-ASCII chars and more...(2013/10/02)

Hi safihre, Thanks for your feedback. I'm planning to test it in the incoming days. I will post my results then. :) I read (long time ago), than the non-ASCII conversion could be included in the Deobfuscate.py . Do you know if something has been done? And, yes, it would be great to add it (after deb...
by LapinFou
September 7th, 2020, 7:27 am
Forum: Post-Processing Scripts
Topic: [Synology NAS] Fixed non-ASCII chars and more...(2020/09/11)
Replies: 122
Views: 528174

Version 2.0 Update (2020/09/07)

Hi folks, Here is my script converted in Python3. It should work with the latest SynoCommunity Sabnzbd 3.x version. Unfortunately, the " MoveToThisFolder " option is broken for now. It should be fix soon. ;D Any feedback will be very welcome. :) #!/usr/local/python3/bin/python3 -OO #-*- co...
by LapinFou
May 21st, 2019, 8:45 am
Forum: Bug Reports
Topic: ENGINE Error in HTTPServer.tick
Replies: 9
Views: 12303

Re: ENGINE Error in HTTPServer.tick

You are not alone !! :) I got the same issue with SABnzbd running on my Synology NAS. And yes, I'm also using a " Let's Encrypt " SSL connection: [21/May/2019:15:34:36] ENGINE Error in HTTPServer.tick Traceback (most recent call last): File "/volume1/@appstore/sabnzbd/share/SABnzbd/ch...
by LapinFou
October 7th, 2018, 5:01 am
Forum: Bug Reports
Topic: SABnzbd stuck at 450KB/s
Replies: 2
Views: 1692

Re: SABnzbd stuck at 450KB/s

OK, my mistake.
I found the problem when checking the config.ini file.
A speed limit was schedule during the day....

So, the bug was between the chair and the screen → myself ! ;D ::)
by LapinFou
October 7th, 2018, 4:04 am
Forum: Bug Reports
Topic: SABnzbd stuck at 450KB/s
Replies: 2
Views: 1692

SABnzbd stuck at 450KB/s

Hi folks, I'm running SABnzbd on my Synology NAS. The version is 2.3.5 . I noticed than my d/l was very sow. After checking the GUI, I saw that the d/l was limited to 450KB/s. ??? I checked the following parameter: General → Tuning → Maximum line speed Nothing is set... The field is blank. Something...
by LapinFou
November 24th, 2015, 2:37 pm
Forum: Post-Processing Scripts
Topic: [Synology NAS] Fixed non-ASCII chars and more...(2020/09/11)
Replies: 122
Views: 528174

Re: [Synology NAS] Fixed non-ASCII chars and more...(2013/10

OK. :)
FYI, the original script would have done the same job + checking non UTF-8 characters... ;)
by LapinFou
November 24th, 2015, 3:19 am
Forum: Post-Processing Scripts
Topic: [Synology NAS] Fixed non-ASCII chars and more...(2020/09/11)
Replies: 122
Views: 528174

Re: [Synology NAS] Fixed non-ASCII chars and more...(2013/10

You're welcome.
Did you noticed the "move" option? Maybe not useful in your case.
by LapinFou
November 23rd, 2015, 8:35 am
Forum: Post-Processing Scripts
Topic: [Synology NAS] Fixed non-ASCII chars and more...(2020/09/11)
Replies: 122
Views: 528174

Re: [Synology NAS] Fixed non-ASCII chars and more...(2013/10

OK, finally I've done a simple version of the script named IndexDLNA.py I just kept 2 options: - MoveToThisFolder : False by default. As explained you can move the completed SABnzbd downloaded file/folder, then index it in the DLNA. - IndexInSynoDLNA : True by default. I don't have time to test it. ...
by LapinFou
November 23rd, 2015, 8:22 am
Forum: Post-Processing Scripts
Topic: [Synology NAS] Fixed non-ASCII chars and more...(2020/09/11)
Replies: 122
Views: 528174

Re: [Synology NAS] Fixed non-ASCII chars and more...(2013/10

By the way, here is a direct download.
OneDrive link: CharTranslator.py
by LapinFou
November 23rd, 2015, 7:59 am
Forum: Post-Processing Scripts
Topic: [Synology NAS] Fixed non-ASCII chars and more...(2020/09/11)
Replies: 122
Views: 528174

Re: [Synology NAS] Fixed non-ASCII chars and more...(2013/10

(A) Yes. :) (B) Yes for the 1st part and no, don't remove all lines. The flag IndexInSynoDLNA is used inside those lines. (C) Well, I could, however I don't have much time right now. Anyway it won't harm to use the script as it is (expected " IndexInSynoDLNA = True "). If you do download o...
by LapinFou
June 26th, 2015, 9:51 am
Forum: Feature Requests
Topic: Email quota notifications for server
Replies: 5
Views: 5735

Re: Email quota notifications for server

English is not my native language, so I wasn't quite sure how to named it. Anyway, I'm glad you like the idea. ;D

By the way, thanks a lot for your hard work!!! :D
by LapinFou
June 26th, 2015, 8:07 am
Forum: Feature Requests
Topic: Email quota notifications for server
Replies: 5
Views: 5735

Email quota notifications for server

Hi folks, It would be very nice to have, just below "Retention time" in the server settings, an extra field where we can specified a "Downloaded data/Quota" argument. So, SABnzbd could send an email notification when the server reaches is quota. It would be very helpful, speciall...
by LapinFou
June 6th, 2014, 2:23 am
Forum: Post-Processing Scripts
Topic: [Synology NAS] Fixed non-ASCII chars and more...(2020/09/11)
Replies: 122
Views: 528174

Re: [Synology NAS] Fixed non-ASCII chars and more...(2013/10

With Sabnzbd you can used a "Watched folder". All nzb files saved in this folder will be automatically downloaded. To setup it, go in: config -> folders -> "Watched Folder" Field in "User Folders" section. For ex, in my config here are my setup: Temporary Download Folde...