peertube-plugin-sponsorblock 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,7 @@ Allow PeerTube instances to leverage the crowdsourced SponsorBlock database to i
12
12
 
13
13
  Phase 1 (client-side skip), Phase 2 (admin dashboard & periodic sync), and Phase 3 (permanent removal) are implemented.
14
14
 
15
- See the [User Guide](USER_GUIDE.md) for installation and usage instructions.
15
+ See the [User Guide](https://git.ut0pia.org/jbl/peertube-plugin-sponsorblock/src/branch/develop/USER_GUIDE.md) for installation and usage instructions.
16
16
 
17
17
  ## Features
18
18
 
@@ -80,12 +80,12 @@ See the [User Guide](USER_GUIDE.md) for installation and usage instructions.
80
80
 
81
81
  ## Documentation
82
82
 
83
- - [User Guide](USER_GUIDE.md) — Installation, configuration, and usage guide for instance administrators
84
- - [Development Guide](DEVELOPMENT.md) — Development setup, project structure, testing, and contributing
85
- - [Changelog](CHANGELOG.md) — Version history and release notes
86
- - [TODO](TODO.md) — Roadmap, planned features, and known issues
87
- - [Research](RESEARCH.md) — State-of-the-art research and PeerTube plugin capabilities
88
- - [Technical Analysis](TECHNICAL_ANALYSIS.md) — Technical analysis of permanent segment removal with FFmpeg
83
+ - [User Guide](https://git.ut0pia.org/jbl/peertube-plugin-sponsorblock/src/branch/develop/USER_GUIDE.md) — Installation, configuration, and usage guide for instance administrators
84
+ - [Development Guide](https://git.ut0pia.org/jbl/peertube-plugin-sponsorblock/src/branch/develop/DEVELOPMENT.md) — Development setup, project structure, testing, and contributing
85
+ - [Changelog](https://git.ut0pia.org/jbl/peertube-plugin-sponsorblock/src/branch/develop/CHANGELOG.md) — Version history and release notes
86
+ - [TODO](https://git.ut0pia.org/jbl/peertube-plugin-sponsorblock/src/branch/develop/TODO.md) — Roadmap, planned features, and known issues
87
+ - [Research](https://git.ut0pia.org/jbl/peertube-plugin-sponsorblock/src/branch/develop/RESEARCH.md) — State-of-the-art research and PeerTube plugin capabilities
88
+ - [Technical Analysis](https://git.ut0pia.org/jbl/peertube-plugin-sponsorblock/src/branch/develop/TECHNICAL_ANALYSIS.md) — Technical analysis of permanent segment removal with FFmpeg
89
89
 
90
90
  ## Research highlights
91
91
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "peertube-plugin-sponsorblock",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Automatically skip or remove sponsor segments in videos imported from YouTube using the SponsorBlock API",
5
5
  "license": "AGPL-3.0",
6
6
  "engine": {