2387 Commits

Author SHA1 Message Date
powerjungle
534f7f2af5
server: add options to choose the address to bind to
Sometimes a user might want to bind to localhost only for testing
or have multiple interfaces per IP version and only one must be used.
2023-02-24 20:19:55 +01:00
powerjungle
5f20fe2365
server: new options to choose certain IP versions
On some setups, IPv6 or IPv4 might be disabled in the OS.
In my case IPv6 is disabled and this causes errors when starting the server.
2023-02-24 19:58:12 +01:00
powerjungle
9f74ce27c6
refactor: remove unused imports 2023-02-24 19:04:21 +01:00
Etoh
e1bcf12a1a Fix localhost connection breaking mpv chat (#545) 2023-02-19 17:34:44 +00:00
Etoh
0307cda850
Don't detect SMPlayer as mplayer2 (#584)
Syncplay does not support SMPlayer, so it shouldn't be detected as mplayer2 or anything else.
2023-02-07 20:22:01 +00:00
Etoh
0c8c865def
SecondaryOSD is now OSDType 2022-12-29 09:57:05 +00:00
Alberto Sottile
c02e692000 Actions macOS: unpin cryptography 2022-11-27 22:24:21 +01:00
Alberto Sottile
fa06378b6d darkdetect: update vendor copy to v0.7.1 2022-11-06 19:19:52 +01:00
Alberto Sottile
7a949b8ccd Actions macOS: pin cryptography 2022-11-06 00:01:29 +01:00
Alberto Sottile
af0d0006f1 SyncplayClient: explicitly pass certifi as trustRoot for Twisted
- py2app: include pem in the bundle
- requirements: add pem
- SyncplayClient.start: explicitly use certifi store as trustRoot
2022-11-05 23:45:51 +01:00
Alberto Sottile
2aa73122ab macOS: bundle PySide6 and create a universal2 app
- macOS build: add arch checker for the bundle
- Actions macOS: restrict env to universal2 step
- Actions macOS: universal2 for zope.interface
- Actions macOS: universal2 for cffi and cryptography
- macOS build: ad-hoc sign again bundle after altering it
- macOS build: symlink instead of copy libshiboken6
- vendor.Qt: restrict warnings to QT_VERBOSE
- GHA: re-enable all jobs
- GHA macOS: use Python installer to build universal2 app
- Actions macOS: build Python with pyenv
- Older pyenv version is used...
- Abandon pyenv action
- Bump image to macOS-12
- One more attempt with pyenv
- Try with the official Python installer
- Must run as root
- Switch back to python3 calls
- Manually update PATH
- Momentarily disable other jobs
- Restore app cleaner
- ui: add support for PySide6
- vendor.Qt: "support" PySide6
- Update vendored Qt.py to 1.3.7
- Update requirements_gui
2022-11-05 23:40:30 +01:00
Etoh
e9f506f713 Refactor: Make language list alphabetical in code 2022-09-30 14:27:46 +01:00
Etoh
c144b2440d
Add languages to docs 2022-09-30 13:59:18 +01:00
Etoh
7b110c8fe8 Refactor: Auto-generate languages in language-argument 2022-09-30 13:58:35 +01:00
Etoh
19372ad38c Refactor: Move installer text to top of messages_ 2022-09-30 13:16:01 +01:00
Etoh
e27c30e759
Refactor: Move installer text to messages_ files (#551) 2022-09-24 20:52:50 +01:00
Alberto Sottile
7223b49652 buildPy2app: explicitely exclude tkinter 2022-08-22 13:57:47 +02:00
Etoh
a3197562eb
Add Esperanto translation from Tirifto contributed under Apache 2.0 license (#548) 2022-07-31 16:35:33 +01:00
Vik
5e39caab94
Update messages_ru.py (#541) 2022-07-02 19:08:48 +01:00
Vik
84599dec8d
Update messages_en.py (#540)
- typo correction
2022-07-02 19:07:51 +01:00
Etoh
f555c1d7a1
Fix permanent room deletion bug (#526) 2022-05-15 11:35:40 +01:00
Joshix-1
e581fc3417
improve paused at german translation (#527) 2022-05-13 22:04:06 +01:00
Etoh
6790f9ee43
Build sqlite3 with Windows server to fix #526 2022-04-29 10:49:36 +01:00
anmo
ddf8f922f5
Made Hungarian chars usable from MPV: ő and ű (#525) 2022-04-23 22:33:46 +01:00
Etoh
6e0af8578e
Installer should list French but not Polish 2022-04-13 20:10:25 +01:00
Etoh
cff0f979ab
Mark as 1.7.0 beta 1 2022-04-13 18:53:07 +01:00
Radif Tazetdinov
c560984d80
Add missed stub for commandList-notification/queueandselect (#522) 2022-04-10 09:46:03 +01:00
Radif Tazetdinov
b7b80df01b
Add /next command (#518)
* Add next command

* Add /next command to English and Russian /help list

* Add commandlist-notification/next stubs
2022-04-09 12:34:46 +01:00
Etoh
c89b73cbd7 Tweak wording of pause notification (#521) 2022-04-07 16:57:03 +01:00
Grace Lovelace
2ef85706c6
Print timestamp when pausing. (#521)
* Try printing a timestamp when the movie is paused.

* Prettyprint timestamp

* Update message for all languages.
2022-04-07 16:51:06 +01:00
Etoh
7a1752fc59
Update build.yml 2022-04-06 19:28:20 +01:00
Etoh
74fc46c1d2
Pin setuptools ver on mac to fix package discovery 2022-04-06 19:24:46 +01:00
danfai
9757e61808
Fixes converting lines to array (#515)
if condition was false convertMultilineStringToList returned "" instead
of an empty list.
2022-04-06 19:02:23 +01:00
Etoh
1fe36437a2
Missing space 2022-04-06 18:38:20 +01:00
Etoh
4a45b8a45e
Add media player version to issue template 2022-04-06 18:29:32 +01:00
Etoh
e4322e1093
Fix #504 disconnected monitor bug (#505)
* Fix #504 disconnected monitor bug
2022-03-04 14:07:46 +00:00
Etoh
1404d58740
Remove mpv fallback warning spam 2022-02-12 16:12:50 +00:00
powerjungle
619dc3abd7
Fixed server argument max-username-length not working (#506) 2022-02-12 16:05:36 +00:00
lryanner
be854973aa
Added Simplified Chinese Translation. (#500)
* Add Chinese Translation
2022-02-12 13:44:31 +00:00
Bruno Russi
27c74e3fe1
Update PT-BR translation (#497) 2022-02-12 10:35:53 +00:00
Irides
5b93aeb20e
Correct persistance argument type (#496)
The current documentation specifies directories, likely as a result of the original design before use of a database, but the arguments expect files. This simply clarifies the documentation to match the code itself.
2022-01-13 00:50:30 +00:00
et0h
bed4986979 Add Windows Store mpv.net path support (#494) 2022-01-02 12:49:56 +00:00
Etoh
b760ee662a
Remove extra , 2021-12-21 15:48:24 +00:00
Etoh
4e7c651d2d
Add French TL stubs for new messages 2021-12-21 15:45:57 +00:00
SoSie
842ac9ea65
Added French Translation (#455) 2021-12-21 15:39:57 +00:00
et0h
7083d8cbbc Fix room not deleting bug (#434) 2021-12-12 12:59:02 +00:00
Etoh
a57ea6dec5
Use space for blank INI 2021-12-12 12:34:00 +00:00
Etoh
1f4f5ca7ce
Fix Windows build fail 2021-12-12 12:24:57 +00:00
Florian Badie
566f90b47f
fix persistent rooms condition (#492) 2021-12-11 08:03:27 +00:00
Etoh
d60efabbad
Windows dark mode (#483)
* Add Dark Mode support for Windows

* Only use dark mode if enabled

* Actions: debug Windows build

* Don't error if dark mode is unavailable

* Revert Actions: debug Windows build

* darkdetect: update vendor copy to 0.5.1

* Revert "Don't error if dark mode is unavailable"

This reverts commit 5a9e871c12312c55355a9eb75df15c66bb4238ac.

* Set up tmate

* Stronger patching of darkdetect is needed

* Revert "Set up tmate"

This reverts commit 4012051f9328c52ab6d1297ede111ab48fad1f2d.

* Fix EXE by using Windows darkdetect directly

* Add try wrap to Windows darkmode check

* darkdetect: update vendor copy to 0.5.2

* Revert to public darkdetect API

Co-authored-by: Alberto Sottile <asottile@gmail.com>
Co-authored-by: Alberto Sottile <alby128@gmail.com>
2021-12-09 16:24:40 +00:00