Search found 18 matches

by denisb88
Tuesday 29 March 2016 19:42
Forum: PHP and all others
Topic: Show DENON AV reciever input in Text switch
Replies: 61
Views: 263721

Re: Show DENON AV reciever input in Text switch

Thanks, do you know how to commut HDMI sound to TV or AMP.
I have found this but I don(t knows how to use it.

Code: Select all

curl http://192.168.1.5/SETUP/VIDEO/HDMISETUP/f_video.asp?cmd0=radioHdmiDviInAssignAudio%2AMP
by denisb88
Tuesday 16 February 2016 19:05
Forum: Other questions and discussions
Topic: Harmony Hub - how to switch things off
Replies: 7
Views: 4603

Re: Harmony Hub - how to switch things off

Thanks tahoe, it works for me.
by denisb88
Sunday 14 February 2016 11:50
Forum: Python
Topic: Plex Status - Video, Audio, Photo, Play Progress
Replies: 115
Views: 25245

Re: Plex Status - Video, Audio, Photo, Play Progress

Thanks, it's exactly what I want with PlexPy
by denisb88
Sunday 14 February 2016 10:45
Forum: Python
Topic: Plex Status - Video, Audio, Photo, Play Progress
Replies: 115
Views: 25245

Re: Plex Status - Video, Audio, Photo, Play Progress

Yes, I understand, I have tried.
Do you thing if it's possible to keep only one ligne of each movie played in the log or it's to difficult to do ?
by denisb88
Sunday 14 February 2016 10:31
Forum: Python
Topic: Plex Status - Video, Audio, Photo, Play Progress
Replies: 115
Views: 25245

Re: Plex Status - Video, Audio, Photo, Play Progress

Thanks, I will try
by denisb88
Sunday 14 February 2016 9:37
Forum: Python
Topic: Plex Status - Video, Audio, Photo, Play Progress
Replies: 115
Views: 25245

Re: Plex Status - Video, Audio, Photo, Play Progress

When you click on Text icon, it seemed to me that I could see the movies had been played with the last script
by denisb88
Sunday 14 February 2016 0:10
Forum: Python
Topic: Plex Status - Video, Audio, Photo, Play Progress
Replies: 115
Views: 25245

Re: Plex Status - Video, Audio, Photo, Play Progress

And another error message now 'ascii' codec can't decode byte 0xc3 in position 3: ordinal not in range(128) Traceback (most recent call last): File "plex2.py", line 182, in <module> PlayString = urllib.quote(translate(PlayString).encode("utf-8")) File "plex2.py", line 109, in translate returnstring ...
by denisb88
Sunday 14 February 2016 0:06
Forum: Python
Topic: Plex Status - Video, Audio, Photo, Play Progress
Replies: 115
Views: 25245

Re: Plex Status - Video, Audio, Photo, Play Progress

I don't know why but there is no log of files played.
Before, with the older script, logging works but with the new script, no log is available.
by denisb88
Saturday 13 February 2016 16:10
Forum: Python
Topic: Plex Status - Video, Audio, Photo, Play Progress
Replies: 115
Views: 25245

Re: Plex Status - Video, Audio, Photo, Play Progress

Now everything works fine.
Great thanks from France ;-)
by denisb88
Saturday 13 February 2016 15:20
Forum: Python
Topic: Plex Status - Video, Audio, Photo, Play Progress
Replies: 115
Views: 25245

Re: Plex Status - Video, Audio, Photo, Play Progress

Thanks for all
As I don't know how to use # -*- coding: utf-8 -*-, I have just replace Arrêté with Arret and now everything works perfectly.
by denisb88
Saturday 13 February 2016 14:53
Forum: Python
Topic: Plex Status - Video, Audio, Photo, Play Progress
Replies: 115
Views: 25245

Re: Plex Status - Video, Audio, Photo, Play Progress

With the new script I get this error File "plex2.py", line 47 SyntaxError: Non-ASCII character '\xc3' in file plex2.py on line 47, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details with #Translation Array - It's also possible to specify custom search strings. Place them ...
by denisb88
Friday 12 February 2016 22:21
Forum: Python
Topic: Plex Status - Video, Audio, Photo, Play Progress
Replies: 115
Views: 25245

Re: Plex Status - Video, Audio, Photo, Play Progress

YES !!!
It works

Last thing : can I translate playing paused stopped at lines 174 176 178 and Movie at line 153 ?
In fact word begining with " and ending with " ?
by denisb88
Friday 12 February 2016 18:15
Forum: Python
Topic: Plex Status - Video, Audio, Photo, Play Progress
Replies: 115
Views: 25245

Re: Plex Status - Video, Audio, Photo, Play Progress

I'm sorry but it doesn't work I get Episode Paused: X-Files : Aux frontières du réel - Nouvelle génération - 1ère partie (0:00:18/0:44:40) IDLE u'\xe8' Traceback (most recent call last): File "plex2.py", line 164, in <module> PlayString = urllib.quote(PlayString) File "/usr/local/lib/python2.7/urll ...
by denisb88
Friday 12 February 2016 18:01
Forum: Python
Topic: Plex Status - Video, Audio, Photo, Play Progress
Replies: 115
Views: 25245

Re: Plex Status - Video, Audio, Photo, Play Progress

Thanks
I will try
by denisb88
Friday 12 February 2016 10:48
Forum: Python
Topic: Plex Status - Video, Audio, Photo, Play Progress
Replies: 115
Views: 25245

Re: Plex Status - Video, Audio, Photo, Play Progress

Thanks for all.
I will wait for escaping problem.
by denisb88
Thursday 11 February 2016 18:25
Forum: Python
Topic: Plex Status - Video, Audio, Photo, Play Progress
Replies: 115
Views: 25245

Re: Plex Status - Video, Audio, Photo, Play Progress

Thanks but when I search for "No media playing", the result is negativ.
If I replace a string, must the script be stopped and relaunched or no ?
If it must be stopped, how can I stop it on my synology ?
by denisb88
Thursday 11 February 2016 10:54
Forum: Python
Topic: Plex Status - Video, Audio, Photo, Play Progress
Replies: 115
Views: 25245

Re: Plex Status - Video, Audio, Photo, Play Progress

Thanks from France for this fast reply

Just another thing, how can I translate in french the message in Domoticz "Not Playing Media" ou "Playing Video" ?
by denisb88
Thursday 11 February 2016 8:40
Forum: Python
Topic: Plex Status - Video, Audio, Photo, Play Progress
Replies: 115
Views: 25245

Re: Plex Status - Video, Audio, Photo, Play Progress

Thanks for this great script. It works fine BUT only for english title. When I try to read movie with accents (I'm french), I get an error. u'\xe9' Traceback (most recent call last): File "/volume1/@appstore/domoticz/var/scripts/plex3.py", line 164, in <module> PlayString = urllib.quote(PlayString ...