Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwdle committed Aug 17, 2024
1 parent 5f20be5 commit dc9402a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# MusicTools

A small collection of basic tools and scripts for bulk management of a local music library.
A small collection of basic tools and scripts for management of a local music library.

## Playlist Generator

This script allows you to quickly generate an m3u playlist containing all music in a given folder and subfolders.
This script allows you to quickly generate an m3u playlist containing all music in a given folder and subfolders. Has support for excluding files/folders using regex.
To learn more, execute the following from a shell in the same folder as this README:
```python3 generatePlaylist.py --help``` or ```python3 generatePlaylist.py -h```

Expand Down

0 comments on commit dc9402a

Please sign in to comment.