Andreas
Andreas
This has to do with #17 Something is fishy with `Track.RecordingDate` and with `Track.Description` when writing or removing `mp4` (`m4a`, `m4b`)
> You could also allow setting meta tags to empty strings. Yeah unfortunately I found multiple bugs in `spectre.console` (my console library for C#), reported them and the developers were...
> What about the --meta-remove-property? The spectre.console issues are not related to that bug right? Correct. I'll try to fix this next release. same for #32
Mmh I added a new issue describing the problem in atldotnet (see above). The problem is, that I did not find a way to really remove the property in every...
Ok, thanks. This is very useful feedback, since I do not own a Mac with M1. I'll try to give you more information to that as soon as possible.
Maybe have to do with this: https://github.com/dotnet/runtime/issues/49091 I did not find out wether or where @parkycai added a new issue... seems to be a problem with singlefile+ selfcontained publish, that...
> if it's related to m1 codesign, try following command: Thx, maybe it is possible to integrate this into the automated build process as long as this is not fixed...
> I'm not sure whether you need to do it again when the excutable is moved to another macos device, but sign with a certificate issued by Apple would like...
After a short research this looks like an issue in atldotnet (https://github.com/Zeugma440/atldotnet/issues/155) but this needs to be clarified... `Description` has no fallback in `tone`s wrapper `MetadataTrack`
Clarification: The main issue seems to be that ```c# Track.Description = ""; ``` Does NOT remove the description but keeps it as is. In some cases this seems to lead...