mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-28 22:01:24 +00:00
Video Player (#149)
* Basic Video Player * Fixes and Comments * Fixed Bug Where Video's Audio did not stop when switching to a Image. * Redo on VideoPlayer. Now with rounded corners. * Fixed size not being correct when first starting video player. * Ruff Check Fix * Fixed Sizing Issue, and added Autoplay option in right click menu. * Autoplay Toggle and Fixed Issue with video not stoping after closing library. * Ruff Format * Suggested Changes Done * Commented out useless code that cause first warning. * Fixed Album Art Error * Might have found solution to Autoplay Inconsistency * Ruff Format * Finally Fixed Autoplay Inconsistency * Fixed Merge Conficts * Requested Changes and Ruff Format * Test for new check * Fix for PySide App Test * More typing fixes and a few other changes. * Ruff Format * MyPy Fix * MyPy Fix * Ruff Format * MyPy Fix * MyPy and Ruff Fix * Code Clean-Up and Requests completed. * Conflict Fixes * MyPy Fix * Confict Fix It appears one of the commits from main fixed the autoplay issue.
This commit is contained in:
3
.github/workflows/apprun.yaml
vendored
3
.github/workflows/apprun.yaml
vendored
@@ -32,7 +32,8 @@ jobs:
|
||||
libxcb-render-util0 \
|
||||
libxcb-xinerama0 \
|
||||
libopengl0 \
|
||||
libxcb-cursor0
|
||||
libxcb-cursor0 \
|
||||
libpulse0
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user