👋Welcome
Welcome to NameNumerizer!
Welcome to NameNumerizer! It's a library that lets you numerize all the tracks that are found in the folder of your choice. It renames all the tracks to the format that has the track number prior to the artist and the song name. For example:
To use this library, go to any page in the left side of the screen.
Currently, the console application only supports numerizing the tracks that are in these formats: .mp3, .wav, .ogg, .aac
. However, we hope to expand the support in the future. Meanwhile, use the core library provided.
Installation
This library is very easy to install. It's available at NuGet. Just follow these steps:
Open your project file (
.csproj
or.fsproj
)Place the
PackageReference
line on a property group like so:<PackageReference Include="NameNumerizer" Version="x.x.x" />
...where
Version
is the current version of the library
Run a package restore using
dotnet restore
If you follow these steps correctly, you should be able to use the NameNumerizer functions.
Last updated