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
@@ -36,24 +36,24 @@ dotnet run -- -r ~/Downloads/Audio/
36
36
37
37
## Flags
38
38
39
-
| Flags | Description
39
+
| Flags | Description|
40
40
|---|---|
41
-
| -v, --view | View full tag data.
42
-
| -vs, --view-summary | View a summary of tag data.
43
-
| -u, --update | Update tag data using filename patterns from the settings.
44
-
| -u1, --update-single | Update a single tag in multiple files to a single, manually-specified value.
45
-
| -ug, --update-genres | Update the genres in all files automatically using the CSV specified in the settings.
46
-
| -um, --update-multiple | Update a single tag in multiple files with multiple values.
47
-
| -uy, --update-year | Update the year using media files' own dates of creation. (Must do before other updates, lest the creation date be modified by those updates.)
48
-
| -urt, --reverse-track-numbers | Reverse the track numbers of the given files.
49
-
| -uea, --extract-artwork | Extracts artwork from directory files if they have the same artist and album, then deletes the artwork from the files containing it.
50
-
| -ura, --remove-artwork | Removes artwork from files. (File size is not reduced, as padding remains.)
51
-
| -rt, --rewrite-tags | Rewrites file tags. (Can be helping in reducing padding, such as from removed artwork.)
52
-
| -r, --rename | Rename and reorganize files into folders based on tag data.
53
-
| -d, --duplicates | List tracks with identical artists and titles. No files are modified or deleted.
54
-
| -s, --stats | Display file statistics based on tag data.
55
-
| -g, --genres | Save the primary genre for each artist to a genre file.
56
-
| -p, --parse | Get a single tag value by parsing the data of another (generally Comments).
41
+
| -v, --view | View full tag data.|
42
+
| -vs, --view-summary | View a summary of tag data.|
43
+
| -u, --update | Update tag data using filename patterns from the settings.|
44
+
| -u1, --update-single | Update a single tag in multiple files to a single, manually-specified value.|
45
+
| -ug, --update-genres | Update the genres in all files automatically using the CSV specified in the settings.|
46
+
| -um, --update-multiple | Update a single tag in multiple files with multiple values.|
47
+
| -uy, --update-year | Update the year using media files' own dates of creation. (Must do before other updates, lest the creation date be modified by those updates.)|
48
+
| -urt, --reverse-track-numbers | Reverse the track numbers of the given files.|
49
+
| -uea, --extract-artwork | Extracts artwork from directory files if they have the same artist and album, then deletes the artwork from the files containing it.|
50
+
| -ura, --remove-artwork | Removes artwork from files. (File size is not reduced, as padding remains.)|
51
+
| -rt, --rewrite-tags | Rewrites file tags. (Can be helping in reducing padding, such as from removed artwork.)|
52
+
| -r, --rename | Rename and reorganize files into folders based on tag data.|
53
+
| -d, --duplicates | List tracks with identical artists and titles. No files are modified or deleted.|
54
+
| -s, --stats | Display file statistics based on tag data.|
55
+
| -g, --genres | Save the primary genre for each artist to a genre file.|
56
+
| -p, --parse | Get a single tag value by parsing the data of another (generally Comments).|
57
57
58
58
Passing no arguments will also display these instructions.
59
59
@@ -72,7 +72,7 @@ A sample settings file, which can you copy and paste if you wish, follows:
0 commit comments