Commit Graph

2458 Commits

Author SHA1 Message Date
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 5a9e871c12.

* Set up tmate

* Stronger patching of darkdetect is needed

* Revert "Set up tmate"

This reverts commit 4012051f93.

* 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
Etoh c0e8652c8c
Re-work room persistence (#487)
* Initial server-side room persistence implementation (#434)

* Added room permanence option to server

* Fixed error if roomsDirPath is None

* Sanitized filenames

* Delete room file on empty playlist

* Fixed position not saving when leaving and seeking, and position not loading after a restart

* Decoupled permanence check

* Added --rooms-timer option that limits the max lifespan of persistent rooms

* Assigned filename to variable to deduplicate calculation

* Freed up room when loading unwanted room from file

Co-authored-by: Assistant <assistant.moetron@gmail.com>

* Use sqlite for persistent/permanent rooms (#434)

* Add -temp rooms and persistent room notices

* Use system loanguage for servers

* Make room temp check case-insensitive

* Improve temp room check

* Fix controlled rooms

* Refactor how non-macOS/frozen initialLanguage is fixed

* Fix persistent room list

* Don't send dummy users to new console clients (#434)

* Allow hiding of empty persistent rooms (#434)

* List current rooms in join list

Co-authored-by: Assistant <assistant.moetron@gmail.com>
2021-12-09 16:23:57 +00:00
Assistant 148198b212
Added room permanence option to server (#434) 2021-11-29 21:53:09 +00:00
et0h e2605577f5 Add queue and select command (#472) 2021-10-28 01:25:25 +01:00
et0h 16b6623f36 Begin move from m3u/m3u8 to txt for playlist (#408) 2021-10-27 19:18:51 +01:00
et0h 625512fc1d Add deprecation notice for offset help (#435) 2021-10-27 19:12:10 +01:00
Luke Dashjr a593b850c1
Console: Document setting offset in help (#435) 2021-10-27 19:03:13 +01:00
daniel-123 0d9797e48d
Add Keywords entry to .desktop files. 2021-10-24 20:38:02 +02:00
daniel-123 9e3e1cb857
Remove Encoding from .desktop files as it's depreciated now. 2021-10-24 20:30:43 +02:00
Alberto Sottile 8f44c28c73 macOS build: upgrade to Python 3.9 and PySide2 5.15.2 2021-10-18 21:57:18 +02:00
Alberto Sottile 16168effc4 darkdetect: update vendor copy to 0.5.0 2021-10-18 21:56:44 +02:00
et0h 0b8c2ddc4b Remove redundant help button from dialogs (#403) 2021-10-18 20:36:27 +01:00
et0h 69621ee710 Fix room name case sensitivity UI issue (#403) 2021-10-18 20:30:31 +01:00
Ridan Vandenbergh bbcef5d82c
Allow .m3u/.m3u8 files to be played from network (#419) 2021-10-18 20:10:35 +01:00
Tremolo4 2bf3931f59
Trusted Domains: Allow trusting a domain regardless of HTTP basic auth credentials (#437)
* Trusted Domains: don't consider HTTP basic auth credentials part of the domain name

* Trusted Domains: hide "add as trusted domain" menu item if entry does not contain domain

* Trusted Domains: strip HTTP basic auth credentials also when adding as trusted domain via context menu
2021-10-17 13:44:07 +01:00
Ata Gülalan 1bbbab245f
Add LANG Parameter (#460)
If LANG parameter set, don't show language dialog.
Example usage: .\Syncplay-X.X.X-Setup.exe /S /LANG=1033
2021-10-17 13:40:57 +01:00
et0h d71b7fca78 Refactor MPC-HC player path code (#453) 2021-08-29 12:00:56 +01:00
Etoh 3b16b3762f
Upver to 1.7.0 (r100) 2021-08-29 11:42:45 +01:00
ImportTaste 366a686ab3
Support for LAV Filters Megamix (#457) 2021-08-29 11:18:55 +01:00
Etoh f7faa59246
Make Windows build 32-bit 2021-08-06 19:23:56 +01:00
daniel-123 49d6b824d8
Revert "Merge branch 'master' into master"
This reverts commit 173007e9b1, reversing
changes made to 6105da870a.
2021-08-02 18:26:25 +02:00
Daniel Wróbel 173007e9b1
Merge branch 'master' into master 2021-08-02 09:16:36 +02:00
Etoh 6105da870a Update issue templates 2021-08-01 19:37:27 +01:00
et0h cc2d5a3682 Add reference to GitHub discussions 2021-08-01 19:29:15 +01:00
Assistant 908c460e98 Remove references to IRC (#430) 2021-07-25 22:22:30 +01:00
Etoh 13c77c8859
Upver to 1.6.9 release 99 2021-07-25 12:19:19 +01:00
Etoh ebb7f073e8
Send 32-bit/64-bit context when updating 2021-07-25 12:15:09 +01:00
daniel-123 f558337b4c
Bundle libxcb1 into AppImage to fix #380 2021-07-21 18:46:11 +02:00
Daniel Wróbel acc8a05961
Merge pull request #432 from teohhanhui/fix/appimage-missing-deps
Bundle libgthread-2.0.so.0 into AppImage
2021-07-21 18:32:00 +02:00
Alberto Sottile 915be38008 Enable GitHub Actions on pull requests 2021-07-21 18:01:46 +02:00