Skip to content

Commit

Permalink
minor stuff and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mtillmann committed Mar 9, 2024
1 parent ebf3c13 commit 8c472b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mtillmann/chapters",
"version": "0.0.2",
"version": "0.0.3",
"description": "library that manages and converts chapters of multiple formats",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Supported formats:
| PodloveJson | Podlove Simple Chapters JSON | podlovejson | `json` | [source](https://github.com/podlove/chapters#:~:text=org/%3E-,Encode%20to%20JSON,-iex%3E%20Chapters) |
| MP4Chaps | MP4Chaps | mp4chaps | `txt` | [source](https://github.com/podlove/chapters#:~:text=%3Achapters%3E-,Encode%20to%20mp4chaps,-iex%3E%20Chapters) |
| AppleHLS | Apple HLS Chapters | applehls | `json` | [spec](https://developer.apple.com/documentation/http-live-streaming/providing-javascript-object-notation-json-chapters), partial support |
| Scenecut | Scenecut | scenecut | `json` | [source](https://github.com/slhck/scenecut-extractor#:~:text=cuts%20in%20JSON-,format,-%3A) |
| Scenecut | Scenecut format | scenecut | `json` | [source](https://github.com/slhck/scenecut-extractor#:~:text=cuts%20in%20JSON-,format,-%3A) |

## Installation

Expand Down
1 change: 1 addition & 0 deletions src/Formats/Scenecut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Float } from '../util'
import { Base } from './Base'

export class Scenecut extends Base {
supportsPrettyPrint = true
filename = 'scene-cuts.json'
mimeType = 'application/json'

Expand Down

0 comments on commit 8c472b4

Please sign in to comment.