Commit Graph

2347 Commits

Author SHA1 Message Date
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
Daniel Wróbel
7ba9a0fefe
Add missing libxcb-util to build environment 2021-06-25 11:43:48 +02:00
Daniel Wróbel
868c26383f
add libxcb manually 2021-06-25 11:41:06 +02:00
Daniel Wróbel
7cf5c0ebd6
Merge branch 'Syncplay:master' into master 2021-06-25 11:37:12 +02:00
Teoh Han Hui
184b8d9e47
Bundle libgthread-2.0.so.0 into AppImage 2021-06-20 05:52:55 +08:00
Atílio Antônio
9d1deebd85
Update pt_BR translation, fix typo (#422) 2021-05-24 12:17:01 +01:00
et0h
896d30430c Mark as 1.6.8 final (build 98) 2021-05-08 14:05:15 +01:00
Etoh
c19d4745b3
Mark as beta 1 (release 97) 2021-04-11 16:44:27 +01:00
Alberto Sottile
98ad0a9222
Add notice for Python in third party collection file (#404)
* Add notice for Python in third party collection file

* Convert third party notices file to plain text

* Adapt codebase to third party notices format change
2021-03-28 21:08:51 +01:00
Etoh
c063369e3c
Improve playlist advancement for VLC and mpv (#334) (#397)
* Advance playlist on end of file in mpv and VLC
* Update duration for streams to fix playlist advancement (#334)
2021-03-28 20:18:56 +01:00
Daniel Wróbel
77ce05d02d
Merge pull request #400 from Syncplay/update-mpv-jsonipc-vendor-code-2
Update mpv json ipc vendor code
2021-03-19 08:36:05 +01:00
Daniel Wróbel
674486781c
Remove the AppVeyor badge as we stopped using it. 2021-03-18 21:01:50 +01:00