Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mr.niki

Pages: 1 2 [3] 4 5 6
31
Поддержка русского языка / Re: tasker
« on: May 08, 2016, 04:35:03 PM »
your line is running
<form method="post" action="/form" accept-charset="UTF-8">

and possibly add  this
<form method="post" action="/form" accept-charset="UTF-8">
 to  tcp  plug-in?

Sorry for Google translator

32
Поддержка русского языка / Re: tasker
« on: May 08, 2016, 03:21:52 PM »
I tried to do it in the browser; google chrom
http://127.0.0.1:81/html/testpost.html
Action 2     OSD.ShowText&&привет
and I received the same
????????
so I thought at the Web server
but now everything is altered to
UDP Sender
vc.triggerevent&&sms&&%SMSRN&&%SMSRB
and everything works

33
Поддержка русского языка / Re: tasker
« on: May 08, 2016, 11:42:35 AM »
I use the names in English but peylaud nested values in Russian. It can be seen from the above example. For example, the names of contacts in the Russian and SMS text in Russian. I tried your method and it works thanks.

thanks for the help

34
Поддержка русского языка / tasker
« on: May 08, 2016, 02:34:18 AM »
Добрый день есть вопрос:
Я создал в таскере эвент при входящем звонке отправлять эвент в вокс с именем абонента  но получаю знаки  ?????  вместо имени  так как имя на Русском
Возможно как то добавить понимание Русского языка ?
если я правильно понял веб сервер  не может перекодировать полученную информацию
Для примера

vc.triggerevent:incoming??? pfone&&???

Hi I have a question:
I created in Tasker Event for an incoming call to send Event vox with the subscriber's name but got signs ????? instead of the name as the name in Russian
Maybe add something like an understanding of the Russian language?
if I understand correctly the web server can not transcode the information
For example

vc.triggerevent:incoming??? pfone&&???

vc.triggerevent:text&&?????&&hi   ?????==привет

35
можешь выложить примеры команд я не очень селен в программировании и за любую наводку где посмотреть почитать   я был бы благодарен
погода рассветы закаты время я сделал  могу дать пингование сделал  и многое другое но части нет

36
maybe it will help someone.
Sorry for the translation Google.
I installed xbmc on a raspberry 2.
Servers and synology and qnap.
To access the library through smb
it is necessary to enable the guest account (it is possible to set the password)
Only after that xbmc on raspberries will receive access to your library

37
(\w.+\\(.*?).(?:txt|docx|xlsx))

thank you specify what to look for, I tried it and it works. I do not know how to properly !!

38
yes it is an interesting option thanks but how to make it more universal?
https://youtu.be/x1TcNsHhkZ0

for example, in the video you can see how my team is working
with this line:
  (.*?).[txt,xlsx,docx]

39
if it is possible in the following versions , add the ability to delete a particular line of peyloud

40
HAPPENED
Look maybe you offer a true way


there was only one question:
  how to erase one specific line?
if you know
value and terms for this line

41

if I understand you correctly . I made this team , and it works, but with a small number of files
I try to add it to the main team

42
I work with different projects.
i has a specific folder where they are created.
peyloud there that I use to open.
example:
Open Projects apelsinka
 path d/ apelsinka
I rename it Fail Projects in apelsinka to projects 1256
plug it sees
and I would like to change the way in peyloud

and change the phrase

1 peyload = 50- 75 phrases
the way in almost all the same
d /Work/Projects 54.txt --- Projects 54
d /Work/Projects 55.txt --- Projects 55

or as I understand you are offering to erase peyload after renaming and re-scan the folder



how to remove line 1 or line 2 to replace it
1 line no longer exists

43
tell me how to do it.
there peyload: in which the phrase = filename and enter values = path to the file
example:
phrase-orange path - d / table / orange.txt
watcher plugin
creates event renaming
where I can take the file name as a new phrase to open the file.
But how to change the old phrase peyloud a new one?
Or completely delete (remove) a 1  line from  peyload?
You can consider the option cards.

44
Поддержка русского языка / Skype
« on: March 15, 2016, 02:05:53 AM »
Good afternoon , I used skype plugin and it worked fine . but then I started getting these messages while

"Skype.clsCancelled.cltOutgoingP2P"

How to solve this problem ?

Go back to previous versions of Skype?



more precisely plugin is unstable .
he can make a call , or make a call ( no errors ) ie command runs and the call does not occur

45
Поддержка русского языка / Re: Python
« on: March 03, 2016, 10:43:12 AM »
well as the output variable in the form :


from System.Collections.Generic import *
tmp = 'exempl'
vc.callAction("OSD.ShowText", List[str]"[tmp]&&5000&&-10", None)

or


from System.Collections.Generic import *
maptabel = "map1"
key = "key1"
value= 1982
vc.callAction("Map.Set",list[str]("[maptabel&&key&&value]"))

SystemError: MakeGenericType on non-generic type


Line: 5 >> vc.callAction("Map.Set",List[str]("[maptabel]&&[key]&&[value]"),None)
TypeError: Не удалось привести тип объекта "System.Char" к типу "System.String".


from System.Collections.Generic import *
maptabel = "map1"
key = "key1"
value= 1982
vc.callAction("Map.Set",str("maptabel&&key&&value"),None)
but it is wrong

Pages: 1 2 [3] 4 5 6