Commit graph

203 commits

Author SHA1 Message Date
d247707c11 Show advanced now ignores itself.
Honestly, how did this ever work?
2025-02-15 17:53:49 +01:00
284eb8c6b7 Improved logging
* added logging level critical
 * critical messages will be displayed in a popup
2025-02-15 16:35:07 +01:00
0265ddda71 Improved disconnect messaging 2025-02-15 13:47:31 +01:00
c2f2682cce Dependency alt-profanity-check is now optional due.
If it is present, it is used otherwise no profanity check is performed.
This is due to the complexity of installing alt-profanity-check and only
affects the server.
2025-02-15 11:34:31 +01:00
2ae5c7ac06 some automated reformatting 2025-02-15 11:29:03 +01:00
421392e1a8 Removed dedicated save button for config. Renamed the "Save and Start" button to "Connect" 2025-02-15 02:03:34 +01:00
bf48104acb Removed old code, that was commented out. 2025-02-15 01:44:23 +01:00
6d56fd7def Added max_duration option to youtube source 2025-02-15 01:44:23 +01:00
19c2db9a23 Buffering log message should now only appear once for each entry 2025-02-15 01:44:23 +01:00
bd7928a8ca Better handling of error message 2025-02-15 01:44:23 +01:00
eb479df689 Treat playback session as admin session on the server 2025-02-15 01:44:23 +01:00
8828733271 Removed option to build index. Filebased sources should always have an index 2025-02-15 01:44:23 +01:00
c381133252 Added is_valid check to sources. Filebased entries are valid, iff they appear in index. 2025-02-15 01:44:23 +01:00
9232f3870f Added function on the server side, to send logs directly to the playbackclient 2025-02-15 01:44:23 +01:00
8550387881 Added dedicated log tab 2025-02-15 01:44:23 +01:00
6975aefb23 Removed unused failed flag in DLEntry 2025-02-15 01:44:23 +01:00
57fab12f4e Check if entry is valid before returning 2025-02-15 01:44:23 +01:00
91dec5bcd9 Explicitly set QT_API to pyqt6 for qasync. Fixes #8 2025-02-13 12:48:45 +01:00
25cf546843 Initialize empty config when run via CLI, fixes #7 2025-02-13 11:01:06 +01:00
dcab27bf96 Changed logging label to logging textedit 2025-02-06 20:03:53 +01:00
391562fd3a Allow the suffix for youtube searches to be configurable. Fixes #3 2025-02-02 23:48:45 +01:00
0df93ac758 Add method apply_config to sources 2025-02-02 23:47:04 +01:00
de74d9ecd7 Specify if config options should be send to the server 2025-02-02 23:45:47 +01:00
dfbecc1517 Configure indexing of source 2025-02-02 23:44:30 +01:00
7488b260e1 MPV changed something, so audio_file does not work anymore :/
Audio is now loaded via a callback
2025-02-02 14:10:52 +01:00
1dcdb8d405 Put version checking a custom function 2025-02-02 12:28:35 +01:00
7b30100cb7 return -> return None
to satisfy mypy
2025-02-01 00:50:49 +01:00
56c200fa3a Explicitly annotate loglines 2025-02-01 00:50:34 +01:00
cc873fc4ff check compatible versions on connect (playback client) 2025-01-31 22:17:29 +01:00
979e1d385e Multiline logs in gui 2025-01-31 22:16:24 +01:00
02ec988f90 Searching and adding to the queue now emits an ID to the client 2025-01-31 16:42:10 +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