https://github.com/tijn/pls-tool
A command line tool to show the information in a PLS playlist
https://github.com/tijn/pls-tool
Last synced: 10 months ago
JSON representation
A command line tool to show the information in a PLS playlist
- Host: GitHub
- URL: https://github.com/tijn/pls-tool
- Owner: tijn
- License: mit
- Created: 2017-09-24T20:51:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-19T10:52:29.000Z (over 8 years ago)
- Last Synced: 2025-02-22T19:14:02.447Z (over 1 year ago)
- Language: Crystal
- Size: 355 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pls-tool
A command-line tool to show the information in PLS files.
## Installation
- clone it
- compile it
- put the binary somewhere (~/bin or /usr/local/bin or ...wherever you like)
## Usage
```sh
$ ./pls --help
Usage: pls [OPTION]... PLS-FILE...
-a, --all Show all information (by default it only shows the file entries)
-h, --help Display this screen
-v, --verbose Verbose output (also outputs the filename of the pls)
```
### some examples:
By default it outputs all the files listed in the pls:
```sh
$ ./pls ~/Music/Radio/Indie_XL.pls
http://server-23.stream-server.nl:8438/
```
You can also show the other fields, titles and lengths if they are provided.
```sh
$ ./pls -a ~/Music/Radio/Indie_XL.pls
File: http://server-23.stream-server.nl:8438/
Title: (#1) Indie XL
Length: stream
```
## Development
Clone it and improve it.
## Contributing
1. Fork it ( https://github.com/tijn/pls-tool/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request
## Contributors
- [tijn](https://github.com/tijn) Tijn Schuurmans - creator, maintainer