Skip to content

Commit 3982836

Browse files
author
tom
committed
fix: remove mac assets, update Windows mpv text to vlc
1 parent 787d201 commit 3982836

3 files changed

Lines changed: 9 additions & 72 deletions

File tree

README_macOS.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

src/ui/main_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@ def init_help_troubleshooting(self, parent):
12891289
fixes_frame.pack(fill=tk.X, pady=10)
12901290

12911291
common_text = """
1292-
• Video won't play? Ensure mpv is installed and working: run 'mpv --version' in a terminal.
1292+
• Video won't play? Ensure mpv (Linux) or VLC (Windows) is installed and working.
12931293
• No alarms firing? Check the 'Next Alarm' text on the ALARMS tab. If it says 'None', try re-setting the alarm.
12941294
• Linux - Cron issues? Ensure crontab access by running 'crontab -l' in a terminal.
12951295
- 'no crontab for user' = you have access (no entries yet).

tommytasks.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# LINUX:
2-
Change Brightness when user is added tothe video group
3-
2+
Change Brightness when user is added tothe video group more indebth research and testing on other systems
3+
opening url broke in linux
4+
The test individual actions doesn't behave the same as when played from cron, the url on linux trying to open chrome works only in the sequence editor
45

56
# Windows:
6-
make sure it uses vlc and doesn't check or mention mpv
7-
Look at how to use an installer to make it easy
8-
9-
10-
11-
# MacOS:
12-
Try to get a first version into a .app
13-
look at MPV?
7+
Audio shows VLC screen
8+
one time alarm doesn't delete after run
9+
videos show under application
10+
next run text is hidden on short displays
11+
Whole scaling is wack and not relative, but that can be fixed later
1412

1513

1614

0 commit comments

Comments
 (0)