| Summary: | does not change the number of digits in the filename from tags | ||
|---|---|---|---|
| Product: | [Applications] kid3 | Reporter: | 82d <akumail9> |
| Component: | general | Assignee: | Urs Fleisch <ufleisch> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.9.x | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | FreeBSD | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
82d
2023-07-02 15:33:09 UTC
The import does not change fields which seem to be unchanged, for example only the case (uppercase/lowercase characters) changed or the numbers are formatted differently. This is by design and is also the case for the "Tools/Number Tracks" action. If you want to change track number which are the same but formatted differently, you have to delete them before importing/renumbering.
You can control the format of the numbers in the file name as is described in the handbook:
%t %{track.n} Track with field width n (e.g. 001 for %{track.3})
The default is two digits, i.e. %{track} is the same as %{track.2}.
great, this works great. I apologize for not reading the documentation enough. |