Fix play with mplayer
This commit is contained in:
parent
6bf9330b62
commit
b30f2d5cc3
@ -1421,10 +1421,10 @@ class PlaylistTab(QTableWidget):
|
|||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
cmd_list = ['gmplayer', '-vc', 'null', '-vo', 'null', track_path]
|
cmd_list = ['gmplayer', '-vc', 'null', '-vo', 'null', track_path]
|
||||||
thread = threading.Thread(
|
thread = threading.Thread(
|
||||||
target=self._run_subprocess, args=(cmd_list,))
|
target=self._run_subprocess, args=(cmd_list,))
|
||||||
thread.start()
|
thread.start()
|
||||||
|
|
||||||
def _open_in_audacity(self, row_number: int) -> None:
|
def _open_in_audacity(self, row_number: int) -> None:
|
||||||
"""Open track in Audacity. Audacity must be already running"""
|
"""Open track in Audacity. Audacity must be already running"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user