Florian Badie
b09fb90b34
Console improvements ( #327 ), including work from #316 and #319
...
* add videos to playlist from chat
* add urls to playlist
* add files in media directory to playlist
* add commands to show the playlist and select an index
* add command to delete files from the playlist
* show selected index in playlist
* fix adding files with queue command in GUI mode
* start indexing the playlist at 1
or at least that's what it would look like to the user
* start all commands related to playlist with `q`
Co-authored-by: kiscs <csandras05@gmail.com>
2020-09-13 16:45:38 +01:00
et0h
ad48498367
Reduce disruption when connecting with a path specified ( #315 )
2020-05-25 10:57:38 +01:00
Etoh
466e8533d6
Add secure connection icon to press for cert details
2019-02-16 00:06:43 +01:00
Daniel Ahn
2d143aefca
Final Spacing changes for PR
2018-07-24 09:05:49 -07:00
Daniel Ahn
ac4da59479
Revert "Revert "Code Syntax Refactoring""
...
This reverts commit 51fba3722f653156eca30d45cb07846fb725a777.
2018-07-23 14:12:09 -07:00
Alberto Sottile
51fba3722f
Revert "Code Syntax Refactoring"
2018-07-23 22:32:47 +02:00
Daniel Ahn
4dea39a068
Add more pycodestyle fixes
2018-07-20 12:57:00 -07:00
Alberto Sottile
b827a57cab
2to3 conversion and initial VLC support
2018-04-24 00:44:19 +02:00
albertosottile
6f172d9803
Merged upstream changes
2018-04-11 12:24:38 +02:00
Etoh
f5c6b8fcf9
Make repl.lua copyright notice more prominent
2018-01-14 17:54:18 +00:00
Etoh
c7e7114d37
Fix UTF-8 time issue ( #131 )
2017-04-16 00:05:53 +01:00
Et0h
23c1496ce4
Add feature list to protocol - make server specify supported features so client knows what to disable
2016-07-03 21:12:28 +01:00
Et0h
a3324a80f3
Merge in abhsag24's chat code
2016-07-03 16:40:12 +01:00
Et0h
0888ead8e6
When watched file is found, update playlist and load file
2016-02-07 10:01:20 +00:00
Et0h
3b6f8fd414
Move to top when shuffling + avoid random index switch bug
2016-01-29 15:30:21 +00:00
Et0h
3afa12b910
Initial playlist current file indicator
2015-10-24 16:25:15 +01:00
Et0h
d742b04fed
Update playlist UI on external change and show message
2015-10-02 00:23:56 +01:00
Et0h
a8275032a2
Add min user requirement to autoplay, make settings persistent (and settable via INI), and tooltips
2015-02-02 00:24:33 +00:00
Et0h
90f7719322
Add 'auto-play when everyone is ready' feature + make readiness pushbutton more prominent
2015-01-03 15:47:32 +00:00
Et0h
4d61e7f038
Move consoleUI to messages.py + make non-English messages Unicode
2014-12-30 12:44:23 +00:00
Et0h
38fcb10abc
Rename 'RE (ready)' command to 'T' (toggle) in ConsoleUI & add English help text (+RU/DE placeholders)
2014-12-30 12:03:24 +00:00
Uriziel
db91c348a4
Added 'readiness' toggle to protocols and console UI
2014-12-06 16:14:24 +01:00
Et0h
fc5f1e62c9
Properly update userlist on auth
2014-10-21 23:29:20 +01:00
Et0h
b47c8a00b3
Allow user to specify name of controlled room
2014-10-20 23:44:47 +01:00
Et0h
a06b691f29
Rename 'i'/'identify' to 'auth' to avoid confusion with 'l'/'list'
2014-10-17 15:39:22 +01:00
Et0h
68d163e476
Add console support for controlled rooms
2014-10-15 02:07:33 +01:00
Et0h
64d78637a5
Improve controller UI code
2014-10-15 01:30:29 +01:00
Uriziel
358109ad21
Made most of client-side changes regarding controlled rooms
2014-09-07 16:01:06 +02:00
Uriziel
d6d09e403c
Applied fix: "Remove redundant parameters"
2014-07-03 00:20:31 +02:00
Et0h
b6f755785f
Make getMessage locale optional and take precedence
2014-07-01 13:04:15 +01:00
Etoh
26479cf7f2
Add critical error flag support to consoleUI.py
2013-06-25 13:15:55 +02:00
Uriziel
5ad04f8bb3
Main window saves geometry properly.
2013-06-12 16:37:19 +02:00
Uriziel
3346372e7d
Reworked userlist
...
For further, GUI way of presenting it.
2013-06-11 21:21:12 +02:00
Uriziel
b317a618e0
First attempt to merge syncplay with PySide
2013-06-07 21:16:45 +02:00
Uriziel
f4af2127a8
Full UTF8 support added ( #66 );
...
Server probably won't run on python 2.6 anymore
2013-01-16 18:37:16 +01:00
daniel-123
c0d644c4da
Added missing imports.
2013-01-05 23:22:03 +01:00
daniel-123
9dd4f7cc0f
Implemented getMessage across syncplay.
2013-01-05 23:17:18 +01:00
Uriziel
224c2667d5
All consatnts exported to separate file
2012-12-29 12:37:54 +01:00
Uriziel
c1d09490bf
Little message update
2012-12-27 20:41:22 +01:00
Etoh
92d2a55910
Update consoleUI.py - Rationalize rel offset code
2012-12-27 16:16:58 +00:00
Etoh
829e097b07
Update consoleUI.py - Reverse rel offset logic
2012-12-27 14:46:42 +00:00
Etoh
a4ebfd039a
Update consoleUI.py - Fix extract seek sign line
2012-12-27 14:38:31 +00:00
Etoh
2d70ec5e2d
Update consoleUI.py - Process relative offset sign
2012-12-27 14:32:47 +00:00
Etoh
192153ab63
Update consoleUI.py - Allow / sign for rel offset
2012-12-27 14:31:09 +00:00
Etoh
9305b5e97b
Update consoleUI.py -executeCommand use grpsymlink
2012-12-27 14:29:08 +00:00
Etoh
3d5112fa1d
Update consoleUI.py - Del regex from extractSign
2012-12-27 14:24:33 +00:00
Etoh
8d2b9a04cf
Update consoleUI.py - Rename extractRegexSign
2012-12-27 14:23:18 +00:00
Etoh
3138bf765c
Update consoleUI.py - Rename extractRegexSign refs
2012-12-27 14:22:00 +00:00
Etoh
bb6b058562
Update consoleUI.py - Use groupname in tryadvcmds
2012-12-27 14:20:15 +00:00
Etoh
dfe23966f2
Update consoleUI.py - Remove seek warning comment
2012-12-27 14:16:20 +00:00