You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to be an issue with the data stored in the database (CTDB). You should report to the database project https://github.com/gchudov/db.cue.tools/issues
The data was likely retrieved and duplicated from the old freedb while hosted by Magix (shut down March 31 2020).
You can see the space is included in the artist field in the CTDB database lYcNIiQQFNG6QWvSH1UwW_tWhWw-
Thanks for reporting the issue, when artist contains a trailing space.
The following exception occurs: System.IO.DirectoryNotFoundException: Could not find a part of the path ...
Background:
A directory name that has trailing spaces cannot be created without using \\?\ at the beginning of the path.
Using such a UNC path in the output path would work around the exception, e.g.: \\?\%music%\%artist%\[%year% - ]%album%\%artist% - %album%.cue
However, it is probably better to avoid trailing spaces in the artist or other fields.
On one cd the artist part of file path is padded with a ' ' in front of following ''. Raises an exception later.
![2023-05-28](https://private-user-images.githubusercontent.com/53431481/241567486-943a139f-c2cf-40d1-bcd6-5b51233d59bc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MzM3MzIsIm5iZiI6MTczODkzMzQzMiwicGF0aCI6Ii81MzQzMTQ4MS8yNDE1Njc0ODYtOTQzYTEzOWYtYzJjZi00MGQxLWJjZDYtNWI1MTIzM2Q1OWJjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDEzMDM1MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI1MzBmODk5M2ZjMzFmZjJhYWM1NzM2YzMyMzZjM2MzM2VhNGMwNzZiNDYwMDY1OWY1ZGViYTk3ZmEwY2E0OWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.q4IVfhHdM0mtoYdLmDcohZXfh8dBKSjpjcjVrFaR9gk)
The text was updated successfully, but these errors were encountered: