diff --git a/src/nendo/library/sqlalchemy_library.py b/src/nendo/library/sqlalchemy_library.py index edc20f7..1b12930 100644 --- a/src/nendo/library/sqlalchemy_library.py +++ b/src/nendo/library/sqlalchemy_library.py @@ -246,7 +246,7 @@ def _create_track_from_file( ) if "title" not in meta or meta["title"] is None: - meta.update({"title": os.path.basename(file_path)}) + meta.update({"title": os.path.splitext(os.path.basename(file_path))[0]}) resource = schema.NendoResource( file_path=self.storage_driver.get_file_path(