-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi,
I tried just_playback and it worked! But I have a problem integrating it with my app.
When there is an instruction where a specific Windows component is used, it crashes.
Can't open tkinter filedialog, application freezes.
Also, my module ported from c++ to use the Taskbar Thumbnail Toolbar causes the application to terminate when the ThumbBarSetImageList() function is called.
Working on Windows 10 with Python 3.10.
Example
from just_playback import Playback
from tkinter import filedialog
playback = Playback()
playback.load_file('music-files/sample.mp3')
playback.play()
filedialog.askdirectory(title="Select folder")Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels