VLC-Scheduler
VLC-Scheduler copied to clipboard
Crash without closing option?
Currently the app crashes and closes its terminal windows before I have a chance to read anything about why it may be crashing.
Could a flag be added to not close on failure?
I am on Windows 10 running VLC 3.0.6 64 bit. I can see VLC open for a moment then close and on the terminal window I see the names of my files load but not enough time to read why it crashes.
I managed to grab a shot before it closed.
So now I just need to figure out what a endswith first arg must be str or a tuple of str, not list
means.
FYI I found my issue seems to be with the configuration options for playlist_extensions
.
# optional
playlist_extensions: ['.xspf', '.m3u']
If I comment out that line it works.
It might be easier to update the README with tips for debugging (ie.e run from a terminal).