Releases: quebin31/muso
Releases · quebin31/muso
2.0.0
1.5.2
What's new?
- Added support for M4A and M4P file types.
1.5.1
What's new?
muso
will use partial parsed mp3 id tag, if possible, whenever a parsing error happens.
1.5.0
What's new?
- Added support for optional flag in placeholders (using
?
) check README for instructions and caveats.
1.4.1
Fixes:
- Early fix of incoming bug in 1.4.0, if number length was greater than leading zeros value it would horribly fail.
1.4.0
What's new?
-
New parsing implementation for format string, this new implementation now allows us to configure leading zeros
{disc}
and{track}
. (See #5)The syntax to use it is as follows:
{disc:n}
where n indicates the total length that's going to be achieved by adding zeros. For example, using{disc:2}
will transform2
to02
. -
Better errors on wrong config file syntax or missing values.
1.3.0
What's new?
- Delete left empty directories after sorting.
- Ignore recently created/renamed paths by muso (after sort) on watch mode.
Fixes
- Output messages were printing in disorder.
1.2.0
What's new?
- New placeholder
{disc}
referring to Disk Number property.
Development
- Better tests for Metadata
1.1.0
What's new?
- New flag
--copy-service
. Easily copy service into your user systemd config dir.
1.0.0
Initial release.