|
467bf48ffb
|
Change from pyqt to to pyside
|
2025-01-22 12:48:50 +01:00 |
|
|
935add9144
|
Add option for socketio admin ui
|
2025-01-01 13:03:06 +01:00 |
|
|
fdcae7edab
|
removed a line of debug code
|
2024-12-29 00:14:09 +01:00 |
|
|
d4af3c0afd
|
Added screenshots to readme and flatpak and version bump
|
2024-11-21 15:58:53 +01:00 |
|
|
02716a7723
|
Updated README and documentation and fixed mix up between left and right :/
|
2024-11-21 14:30:48 +01:00 |
|
|
948bb4da5c
|
Added configuration for the QR code
|
2024-11-21 14:16:13 +01:00 |
|
|
7fc5b26391
|
Removed imports
|
2024-11-18 22:05:04 +01:00 |
|
|
3fb43de576
|
Better handling of buffering and start_streaming
|
2024-11-18 22:04:31 +01:00 |
|
|
220f1e8779
|
Added windows support for libmpv
|
2024-11-18 19:02:34 +01:00 |
|
|
55bedf7aa3
|
cleaning up, preparing for windows tests
|
2024-11-18 18:15:13 +01:00 |
|
|
65a749b5f8
|
Added some types
|
2024-11-18 17:00:42 +01:00 |
|
|
95e8157277
|
Client starting and stopping from gui
|
2024-11-18 17:00:42 +01:00 |
|
|
089de1ff93
|
PyQt now also uses asyncio and its thread contains the main loop
|
2024-11-18 17:00:42 +01:00 |
|
|
bf2e854cdd
|
Closing the mpv window now disconnects the client
|
2024-11-18 17:00:42 +01:00 |
|
|
d4cf649735
|
Skipping playback now works reliably
|
2024-11-18 17:00:42 +01:00 |
|
|
824198acf6
|
skipping is more consistent, but still does not handle multiple rapid skips (edgecase)
|
2024-11-18 17:00:42 +01:00 |
|
|
f446733bb2
|
simplified external audio loading
|
2024-11-18 17:00:42 +01:00 |
|
|
63555dde87
|
most things work, only skipping song needs work
|
2024-11-18 17:00:42 +01:00 |
|
|
e51acd075a
|
Getting closer
|
2024-11-18 17:00:42 +01:00 |
|
|
15cc8f8147
|
Working in a buggy state... but more or less working
|
2024-11-18 17:00:40 +01:00 |
|
|
fc9b79172a
|
play entries and static images
|
2024-11-18 16:55:54 +01:00 |
|
|
b931c4d916
|
Initial libmpv interface
|
2024-11-18 16:55:43 +01:00 |
|
|
4320ecd560
|
Version 2.0.7
|
2024-11-18 13:48:01 +01:00 |
|
|
b37dd9f75b
|
Fixed ytsearch a bit more and fixed missing metainfo for direct yt links
|
2024-11-18 13:42:09 +01:00 |
|
|
838f91d480
|
Fixed broken search for youtube (hopefully)
|
2024-11-18 13:20:24 +01:00 |
|
|
8144c772f9
|
Version 2.0.6
|
2024-11-18 12:16:37 +01:00 |
|
|
dd12de4a7c
|
Downgrading yt-dlp and yarl dependencies due to problems
|
2024-11-16 11:33:02 +01:00 |
|
|
a99679eda5
|
Fixed a bug that could deadlock the player
|
2024-11-15 22:20:49 +01:00 |
|
|
02e77662ac
|
update syng-web
|
2024-11-15 22:13:35 +01:00 |
|
|
fdf72ac4f7
|
removed __cache__-thingy, that was only around to hold data from search results to forming the entries...
|
2024-10-14 18:26:59 +02:00 |
|
|
cd3e6d6d7c
|
decorators for server
|
2024-10-14 15:32:06 +02:00 |
|
|
8900251b1e
|
put server in an own class
|
2024-10-14 13:02:12 +02:00 |
|
|
3f6113dab1
|
(Server) Added moving entries to arbitrary positions
(web) Updated web, implemented drag and drop
|
2024-10-13 15:43:29 +02:00 |
|
|
a134a07bff
|
Version 2.0.3
|
2024-10-11 09:27:42 +02:00 |
|
|
c571e82105
|
Updated web-ui
fixes waiting-room
implemented proper kiosk mode
|
2024-10-11 01:11:07 +02:00 |
|
|
0f3a005792
|
More meaningful error if gui is not available
|
2024-10-10 23:45:43 +02:00 |
|
|
6030dc7ff6
|
Fixed Cannot open file '' error
|
2024-10-09 17:33:05 +02:00 |
|
|
fb12bdedd8
|
Moved away from this awful global client construction.
Client is now a class, that can be instantiated and contains its state.
|
2024-10-09 16:17:55 +02:00 |
|
|
e4204cee29
|
Add visibility toggle icons for password fields
|
2024-10-06 21:06:03 +02:00 |
|
|
7d608d99f2
|
Versionbump to 2.0.2
|
2024-10-06 17:21:37 +02:00 |
|
|
b16520c555
|
Windows Icons broken again... fixed (hopefully)
|
2024-10-06 16:28:02 +02:00 |
|
|
aeb41b2eae
|
made mypy and ruff happy
|
2024-10-06 14:55:27 +02:00 |
|
|
a60cc1922d
|
make chunk enumerating start at 0
|
2024-10-06 14:51:01 +02:00 |
|
|
b12276eb7c
|
Added server parts
|
2024-10-06 14:20:51 +02:00 |
|
|
ee85aaa46a
|
Update index files in the background
|
2024-10-06 14:19:05 +02:00 |
|
|
e4155140f1
|
Fixed local index file generation
|
2024-10-06 13:50:08 +02:00 |
|
|
f3ecc11eda
|
Fixed typing
|
2024-10-06 04:01:25 +02:00 |
|
|
3a2d6e43e0
|
Better shrink "Simple" GUI
|
2024-10-06 04:00:38 +02:00 |
|
|
e3265b0817
|
Fixed types and imports
|
2024-10-06 02:39:04 +02:00 |
|
|
c78a48bd10
|
Added Import/Export/Clear-Config buttons, hide advanced options by default
|
2024-10-06 02:30:23 +02:00 |
|