Skip to content

Commit ff1b3e5

Browse files
committed
store: add MovieBox-Tui to the catalog
A zero-config TUI for streaming movies and TV series in the terminal: search, full metadata (seasons/episodes/dubs/subs), instant playback via mpv. Crate verified on crates.io (moviebox-tui 0.1.2, bin moviebox-tui, MIT OR Apache-2.0); Multimedia, macos/linux/windows. The description notes the mpv runtime dependency, as the installer's toolchain pre-check only covers install toolchains, not an app's runtime deps. Catalog: 635 apps.
1 parent ea673ed commit ff1b3e5

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

assets/catalog.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3322,6 +3322,13 @@
33223322
"description": "A nice audio management Interface, similar to pavucontrol with the benefit of customizing everything",
33233323
"homepage": "https://github.com/schooldanlp6/marstui-rustio"
33243324
},
3325+
{
3326+
"name": "MovieBox-Tui",
3327+
"bin": "moviebox-tui",
3328+
"category": "Multimedia",
3329+
"description": "A zero-config TUI for streaming movies and TV series in the terminal: search, full metadata (seasons, episodes, dubs, subs), and instant playback via mpv. Requires mpv installed for playback.",
3330+
"homepage": "https://github.com/mesamirh/MovieBox-Tui"
3331+
},
33253332
{
33263333
"name": "mps-youtube",
33273334
"bin": "mps-youtube",

assets/recipes.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3469,6 +3469,16 @@
34693469
],
34703470
"verified": true
34713471
},
3472+
"MovieBox-Tui": {
3473+
"install": "cargo install moviebox-tui",
3474+
"method": "cargo",
3475+
"os": [
3476+
"macos",
3477+
"linux",
3478+
"windows"
3479+
],
3480+
"verified": true
3481+
},
34723482
"mps-youtube": {
34733483
"install": "pipx install mps-youtube",
34743484
"method": "pipx",

0 commit comments

Comments
 (0)