generated from brennen/python_project
10 lines
261 B
Markdown
10 lines
261 B
Markdown
# Relative Playlist Maker
|
|
|
|
Recursively traverse a music folder containing tracks and playlist files that reference them, replacing absolute paths in the playlists with equivalent relative paths.
|
|
|
|
## Usage
|
|
|
|
```shell
|
|
python relative-playlist-maker.py ~/Music
|
|
```
|