v0.2 - drop fingerprinting, add LUFS cart normalisation, playlist save/load, editable history with TXT+CSV export
This commit is contained in:
+1
-1
@@ -156,7 +156,7 @@ class CartSlot(QFrame):
|
||||
self.btn_eject.clicked.connect(self._eject)
|
||||
|
||||
def load_track(self, filepath: str):
|
||||
self.engine.load_track(self.cart_key, filepath)
|
||||
self.engine.load_cart_track(self.cart_key, filepath)
|
||||
name = os.path.basename(filepath)
|
||||
short = name[:28] + "..." if len(name) > 28 else name
|
||||
self.track_label.setText(short)
|
||||
|
||||
Reference in New Issue
Block a user