An open API service indexing awesome lists of open source software.

https://github.com/saecki/playlist-localizer

A commandline tool to localize your m3u playlists
https://github.com/saecki/playlist-localizer

cli cli-app m3u m3u-playlist

Last synced: 4 months ago
JSON representation

A commandline tool to localize your m3u playlists

Awesome Lists containing this project

README

          

# playlist_localizer

### Usage
```
playlist localizer 0.3.0
Saecki
Finds the local paths to your playlists' songs.

USAGE:
playlist_localizer [OPTIONS]

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
-f, --format
The wanted output format [possible values: m3u, extm3u]

-g, --generate-completion
Generates a completion script for the specified shell
[possible values: bash, elvish, fish, powershell, zsh]

-m, --music-dir
The directory which will be searched for playlists and music files

-o, --output-dir The output directory which files will be written to
-e, --output-file-extension The file extension of the output playlist files
```