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
- Host: GitHub
- URL: https://github.com/saecki/playlist-localizer
- Owner: saecki
- Created: 2020-03-31T17:07:19.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-02-03T13:23:50.000Z (5 months ago)
- Last Synced: 2026-02-04T03:49:33.318Z (5 months ago)
- Topics: cli, cli-app, m3u, m3u-playlist
- Language: Rust
- Homepage:
- Size: 72.3 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```