![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
JSPF CLI is a command line utility (CLI) relying on the JSPF format to convert and validate playlist files.
JSPF CLI is a robust command line tool (CLI) relying on the JSPF format to convert and validate playlist files.
Supports conversion between: jspf
,xspf
,m3u8
,m3u
,pls
JSPF is an open format used to describe a list of multimedia files (audio or video), created by Xiph. It is both simple and flexible, making it a good choice for programming purposes.
This module was originally developed for Spiff Radio, which uses JSPF as a fundamental part of its architecture.
Validation is done using a JSON Schema based on the XSPF specifications.
$ npm install -g jspf-cli
jspf-cli convert [options] <path_in> <path_out>
-i <file>
: Path to the input file [required].-o <file>
: Path to the output file [required].--force <boolean>
: Force conversion even if the validation fails. Invalid values will be stripped [default is false
].--format_in <format>
: The input format. If omitted, the tool will use the extension of the input file.--format_out <format>
: The output format. If omitted, the tool will use the extension of the output file.Convert a m3u8
playlist to a xspf
one
jspf-cli convert -i "path-to-input-file.m3u8" -o "path-to-output-file.xspf"
jspf-cli validate [options] <path>
-i <file>
: Path to the input file [required].jspf-cli validate -i "path-to-input-file.xspf"
This tool is licensed under the GNU General Public License (GPL).
[1.0.8] - 2024-09-28
FAQs
JSPF CLI is a command line utility (CLI) relying on the JSPF format to convert and validate playlist files.
The npm package jspf-cli receives a total of 3 weekly downloads. As such, jspf-cli popularity was classified as not popular.
We found that jspf-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.