Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Credits / prior work

This SmartTube integration is based on the **Voice Over Translation** ecosystem and Yandex browser VOT API behavior documented by these open-source projects:

| Project | Author / org | Role |
|---------|----------------|------|
| [voice-over-translation](https://github.com/ilyhalight/voice-over-translation) | [ilyhalight](https://github.com/ilyhalight) | Browser extension; UX and API flow reference |
| [vot-cli](https://github.com/FOSWLY/vot-cli) | [FOSWLY](https://github.com/FOSWLY) | CLI client; protobuf / request patterns |
| [vot.js](https://github.com/FOSWLY/vot.js) | [FOSWLY](https://github.com/FOSWLY) | `fail-audio-js` fallback for `AUDIO_REQUESTED` |

SmartTube TV code in `common/.../vot/` is a **new port** for Android TV (OkHttp + ExoPlayer), not a copy-paste of the extension source tree.

Yandex VOT endpoints are **unofficial** and may change without notice.
Loading