Search found 100 matches

by LapinFou
September 1st, 2013, 3:42 am
Forum: Post-Processing Scripts
Topic: Synology Disk Station Auto Index
Replies: 3
Views: 8237

Re: Synology Disk Station Auto Index

You may have a look into my signature. I developed a script for Synology which correct special character issue but also optionally index the files.
:)
by LapinFou
February 19th, 2013, 11:12 am
Forum: Post-Processing Scripts
Topic: [Synology NAS] Fixed non-ASCII chars and more...(2020/09/11)
Replies: 122
Views: 531188

Re: [Synology NAS] Fixed foreign accents (2013/02/19)

I hope I'm done for today!!
;)
I'm waiting StreameR feedback.

The version 1.8 is out.
In fact the problem was, I should use cp850 decoding style instead cp437.
::)
by LapinFou
February 19th, 2013, 9:44 am
Forum: Post-Processing Scripts
Topic: [Synology NAS] Fixed non-ASCII chars and more...(2020/09/11)
Replies: 122
Views: 531188

Re: [Synology NAS] Fixed foreign accents (2013/02/18)

OK. Version 1.7 is out. The problem below is coming from the usage of Scandinavian code page + a hole in my detection function. The hole was punched. But unfortunately, I can not detect the difference between code 437 and 865 (Danish, Norwegian). So, with the fix below, the character will be badly r...
by LapinFou
February 19th, 2013, 4:54 am
Forum: Post-Processing Scripts
Topic: [Synology NAS] Fixed non-ASCII chars and more...(2020/09/11)
Replies: 122
Views: 531188

Re: [Synology NAS] Fixed foreign accents (2013/02/18)

Could you contact me by PM? I need the NZB file which is failing in order to do some testing at home and to fix the problem.
Unfortunately, so far, you must fix the file through a telnet session or wait for the version 1.7 which will surely fix the problem!!
;)
by LapinFou
February 18th, 2013, 4:56 pm
Forum: Post-Processing Scripts
Topic: [Synology NAS] Fixed non-ASCII chars and more...(2020/09/11)
Replies: 122
Views: 531188

Re: [Synology NAS] Fixed foreign accents (2013/02/18)

You are complety right. Now if you copy the file in your video share folder from windows, your file should be visible in:
/volume1/video/CharTranslator.py
Then from a telnet session use the command:
cp -rf /volume1/video/CharTranslator.py /usr/local/sabnzbd/var/scripts/
by LapinFou
February 18th, 2013, 1:13 pm
Forum: Post-Processing Scripts
Topic: [Synology NAS] Fixed non-ASCII chars and more...(2020/09/11)
Replies: 122
Views: 531188

Re: [Synology NAS] Fixed foreign accents (2013/02/16)

Hello StreameR, First could you try again with the updated version (1.6) below? I realized I've removed something which I should not, between version 1.4 and 1.5. Maybe this is the root cause of your problem. :) Then; if you still got the problem, could you contact me by PM in order to send me the N...
by LapinFou
February 16th, 2013, 11:15 am
Forum: Post-Processing Scripts
Topic: [Synology NAS] Fixed non-ASCII chars and more...(2020/09/11)
Replies: 122
Views: 531188

Tutorial update (2013/02/16)

The tutorial has been updated. I added more explanations about how options are working.
If you got any troubles, please post a message!!
O0
by LapinFou
February 16th, 2013, 10:00 am
Forum: Post-Processing Scripts
Topic: [Synology NAS] Fixed non-ASCII chars and more...(2020/09/11)
Replies: 122
Views: 531188

Version 1.8 Update (2013/02/19)

#!/usr/local/python/bin/python -OO #-*- coding: iso-8859-15 -*- # # If a file has been archieved under an ISO-8859 environment and unarchived # under an UTF8 environment, then you will get an encoding format problem. # The file will not be readable through SAMBA. # # Renaming script for SABnzbd run...
by LapinFou
February 8th, 2013, 8:24 am
Forum: Français
Topic: Freebox : ports ouverts mais pas d'accès en externe
Replies: 4
Views: 6231

Re: Freebox : ports ouverts mais pas d'accès en externe

Je ne suis pas chez Free. Peut-être que ce tuto peut-aider a correctement configurer ta FreeBox:
http://bulla.hd.free.fr/synology-freebo ... verse-dns/

Dans tous les cas, le lien que tu as donné ne fonctionne pas.
by LapinFou
February 8th, 2013, 8:15 am
Forum: Bug Reports
Topic: problems with new update 7.10
Replies: 15
Views: 15376

Re: problems with new update 7.10

Thanks for your answer and quick fix!!
;D
by LapinFou
February 8th, 2013, 5:57 am
Forum: Bug Reports
Topic: problems with new update 7.10
Replies: 15
Views: 15376

Re: problems with new update 7.10

Dear ShyPike,

I sow a 0.7.11 version has just been released. Does-it mean you localized an eradicated the issue which appeared in the 0.7.10 version? ???

Thanks!
;D
by LapinFou
February 5th, 2013, 2:40 pm
Forum: Bug Reports
Topic: problems with new update 7.10
Replies: 15
Views: 15376

Re: problems with new update 7.10

Email send!

;D
by LapinFou
February 5th, 2013, 10:55 am
Forum: Bug Reports
Topic: problems with new update 7.10
Replies: 15
Views: 15376

Re: problems with new update 7.10

I got the same problem.
I can send by PM a .nzb file which does have the problem.
by LapinFou
January 25th, 2013, 8:13 am
Forum: Français
Topic: Besoin d aide pour ds41j sabnzbd et sickbeard
Replies: 1
Views: 2953

Re: Besoin d aide pour ds41j sabnzbd et sickbeard

Essaye les SPK sur le site http://www.synocommunity.com/

Et pour du support/aide en Français:
http://www.nas-forum.com/forum/
by LapinFou
January 23rd, 2013, 5:09 am
Forum: Post-Processing Scripts
Topic: [Synology NAS] Fixed non-ASCII chars and more...(2020/09/11)
Replies: 122
Views: 531188

Re: [Synology NAS] Fixed foreign accents (2012/09/16)

Hello! First question, why not using the packages available here: http://www.synocommunity.com/ ? Synology Python package will NOT conflict with SynoCommunity one. Both can be installed at the same time. It is also much easier to install and update. To answer your questions: 1- The 1st line of the s...