2400 Commits

Author SHA1 Message Date
et0h
656936a4c7 Improve message consistency 2020-05-17 12:13:11 +01:00
kidburglar
fbd474cd8f
Add error message if SAN doesn't match hostname (#253)
* Add error message if SAN doesn't match hostname

* Add a better message for the error startTLS-server-certificate-invalid-DNS-ID and add the strings to the other languages
2020-05-17 12:03:39 +01:00
et0h
e831d4c83f Explain managed rooms and auto-authentication (#216) 2020-05-17 10:23:00 +01:00
et0h
734b425c7f Don't enable DPI scaling in Linux (#257) 2020-05-16 17:40:16 +01:00
et0h
dafaf93441 Fix typo noted in #282 2020-05-16 15:42:57 +01:00
et0h
a74fef08ca Ensure mpv playlist advancement works (even for MPVNet, #246) 2020-05-16 13:48:23 +01:00
et0h
5df3046287 Improve mpv error handling and display 'mpv-failed-advice' if load fails 2020-05-16 12:44:14 +01:00
prez
626f93ed6b
client: actually fix the wildcard matching (#312) 2020-05-16 11:49:12 +01:00
Etoh
793e55ddbc
Move to JSON IPC API for mpv using iwaltons3's library (#261) (#310)
* Separate mpv from mplayer, increase min mpv ver to >= 0.17, refactor

* Further separation of mpv from mplayer

* Fix reference to isASCII

* Add iwalton3's Python MPV JSONIPC library (Apache 2.0)

* Move to JSON IPC API for mpv using iwaltons3's library (#261)

* Add empty init in Python MPV JSONIPC to make py2exe happy

* Use managed version of Python MPV JSONIPC to improve initialisation reliability

* Set mpv min version to >=0.29.0 to ensure compatibility

* Allow mpv >=0.23.0 based on daniel-123's tests

* Update mpv compatibility message

* Revert to old OSC compat message

* Removed mpv option that's no longer used afer switching to IPC.

* Update python-mpv-jsonipc to v1.1.11

* Use python-mpv-jsonipc's mpv quit handler

* Shorten mpv paused/position update message

Co-authored-by: daniel-123 <wrobel.dan@gmail.com>
2020-05-15 19:23:57 +01:00
Daniel Wróbel
b58a7d56a2
Fixed typo 2020-05-15 18:58:15 +02:00
daniel-123
0e791559c5 Assume CA bundle is UTF-8 encoded to fix #292 2020-05-15 18:40:40 +02:00
Etoh
05f9a179dd
More reliably auto-identify as room operator (#216) 2020-05-14 00:02:59 +01:00
Noah Saso
7901542431
Fixed variables flipped around to resolve #281 (#311) 2020-05-13 23:25:29 +01:00
prez
9d7996d7fd
client: add simple wildcard matching mechanism for trusted domains (#306) to resolve #305 2020-05-02 16:36:34 +01:00
et0h
3125032e82 Add exception handling to media directory info update thread (#298) 2020-05-02 16:23:50 +01:00
Etoh
ff6a6ad5a5
Remove VLC --data-path to hopefully fix #301 & #302
Following suggestion from @bobismijnnaam in #301
2020-05-02 15:51:15 +01:00
Daniel Wróbel
d64ba14ac4
Update pythonpackage.yml 2020-05-01 00:16:48 +02:00
Daniel Wróbel
224d209952
Update pythonpackage.yml 2020-05-01 00:13:37 +02:00
Daniel Wróbel
488ea7e4ed
Update pythonpackage.yml 2020-05-01 00:12:04 +02:00
Daniel Wróbel
0a083e2f21
Update pythonpackage.yml 2020-05-01 00:07:40 +02:00
Daniel Wróbel
b5182a6988
Update pythonpackage.yml 2020-05-01 00:06:10 +02:00
Daniel Wróbel
45d035d9b9
Update pythonpackage.yml 2020-05-01 00:04:58 +02:00
Daniel Wróbel
4e1803b674
Update pythonpackage.yml 2020-05-01 00:04:03 +02:00
Daniel Wróbel
9dc226b9e9
Update pythonpackage.yml 2020-05-01 00:02:38 +02:00
Daniel Wróbel
0f00a88c0d
Update pythonpackage.yml 2020-04-30 23:59:12 +02:00
Daniel Wróbel
022aba6b98
Update pythonpackage.yml 2020-04-30 23:58:10 +02:00
Daniel Wróbel
ab95800386
Update pythonpackage.yml 2020-04-30 23:57:13 +02:00
Daniel Wróbel
bd253cbd82
Update pythonpackage.yml 2020-04-30 23:53:25 +02:00
Daniel Wróbel
17ccf4df38
Update pythonpackage.yml 2020-04-30 23:50:26 +02:00
Daniel Wróbel
c0891c2521
Update pythonpackage.yml 2020-04-30 23:46:37 +02:00
Daniel Wróbel
2211e8e782
Create pythonpackage.yml 2020-04-30 23:42:55 +02:00
Daniel Wróbel
b86d359f17
Merge pull request #1 from Syncplay/master
sync with upstream
2020-04-30 23:41:41 +02:00
Alberto Sottile
25314cb552 macOS app: get system language from QLocale
Fixes: #288
2020-04-26 18:11:15 +02:00
Atílio Antônio Dadalto
1daea64327
Add Brazilian Portuguese translation (#291)
* Add Brazilian Portuguese translation to Syncplay and its installer

* Add new 'pt_BR' language to 'language-argument'

* Fix NSIS arguments

Insert missing word

* Tweak and fix some strings
2020-04-19 18:56:57 +01:00
et0h
2143b7dcf1 Fixed trailing newlines breaking messages (#300) 2020-04-18 20:03:48 +01:00
Daniel Wróbel
5f552ce0df
Merge pull request #295 from FichteForks/pr/smart_osd_refresh
Work around performance regression in mpv's osd
2020-04-18 16:41:03 +02:00
Alexandria
ff5b669683
fix warning message (#297)
/usr/lib/syncplay/syncplay/ui/GuiConfiguration.py:323: SyntaxWarning: "is not" with a literal. Did you mean "!="?
2020-04-17 14:08:58 +01:00
FichteFoll
2d6d4b43ce
Work around performance regression in mpv's osd
In mpv-player/mpv@0728726251, a strcmp on
the previously displayed and the new text has been removed, causing
excessive GPU usage especially on idle frames when playback was paused.
I will submit a patch to upstream, but mpv versions 0.31 & 0.32 are
already affected by this.

See torque/mpv-progressbar#56 for a similar report to a different
script.
2020-04-14 16:59:15 +02:00
Viktor
23ca271ff9
German (de) translation update (#287)
* Update German translation

* Remove stray TODOs
2020-04-05 13:04:17 +01:00
Alberto Sottile
3c273417f8
Merge pull request #279 from palfrey/ruby-reinstall
Remove ruby reinstall workaround for openssl, as not needed
2020-03-22 19:29:02 +01:00
Tom Parker-Shemilt
10dfcb5db8 Remove ruby reinstall workaround for openssl, as not needed 2020-03-22 17:39:35 +00:00
Alberto Sottile
bcd2401e08
Merge pull request #274 from palfrey/build-badges
Add build status badges
2020-03-22 17:19:20 +01:00
Alberto Sottile
2a8de52175
Merge pull request #275 from palfrey/fix-osx-deploy
Fixes for OSX deploy issues
2020-03-22 17:18:22 +01:00
Tom Parker-Shemilt
6588d12cb7 Drop Xcode back to 8.3 2020-03-15 12:59:29 +00:00
Tom Parker-Shemilt
135d34b37d Install openssl version in line with Python version 2020-03-15 12:54:59 +00:00
Tom Parker-Shemilt
ff8e16976c Reinstall openssl, then install Python 2020-03-15 12:49:28 +00:00
Tom Parker-Shemilt
f53f4d3b81 Reinstall openssl 2020-03-15 12:40:15 +00:00
Tom Parker-Shemilt
0505cc247e Upgrade openssl 2020-03-15 12:34:27 +00:00
Tom Parker-Shemilt
7cc5b6cc6f Pyside needs Qt 5.13, but installs 5.9 for some reason 2020-03-15 12:21:59 +00:00
Tom Parker-Shemilt
a3f1daee06 Switch to upstream pyside 2020-03-15 12:17:06 +00:00