mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 15:29:14 +02:00
what?
This commit is contained in:
@@ -50,6 +50,7 @@ class ProcessManager(ABC_ProcessManager):
|
|||||||
except subprocess.TimeoutExpired: process.process.terminate()
|
except subprocess.TimeoutExpired: process.process.terminate()
|
||||||
self.processes.clear()
|
self.processes.clear()
|
||||||
def test(self) -> bool:
|
def test(self) -> bool:
|
||||||
|
return True
|
||||||
proc = Popen(["ffplay"], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
|
proc = Popen(["ffplay"], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
|
||||||
|
|
||||||
start = time.monotonic()
|
start = time.monotonic()
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ import sys, signal, time, traceback, io
|
|||||||
import concurrent.futures
|
import concurrent.futures
|
||||||
from modules import *
|
from modules import *
|
||||||
from threading import Lock
|
from threading import Lock
|
||||||
|
import syslog
|
||||||
|
|
||||||
def prefetch(path):
|
def prefetch(path):
|
||||||
if os.name == "posix":
|
if os.name == "posix":
|
||||||
|
|||||||
Reference in New Issue
Block a user