https://github.com/cyruzin/trailer
Trailer is a cli tool that will quickly bring the trailers of any movie or tv show with a few commands.
https://github.com/cyruzin/trailer
cinema clitools go golang tmdb tmdb-api
Last synced: 5 months ago
JSON representation
Trailer is a cli tool that will quickly bring the trailers of any movie or tv show with a few commands.
- Host: GitHub
- URL: https://github.com/cyruzin/trailer
- Owner: cyruzin
- License: mit
- Created: 2019-04-17T20:54:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T19:41:40.000Z (over 3 years ago)
- Last Synced: 2025-08-14T13:30:02.332Z (11 months ago)
- Topics: cinema, clitools, go, golang, tmdb, tmdb-api
- Language: Go
- Homepage:
- Size: 93.8 KB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trailer
[](https://github.com/cyruzin/trailer/actions/workflows/build.yml) [](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)
Trailer is a cli tool that will quickly bring the trailers of any movie or tv show with a few commands.
## Download
Head to releases page and download the binary that suits you best.
## Usage
For Movies:
```sh
trailer movie john wick parabellum
```
For TV Shows:
```sh
trailer tv game of thrones
```
## Usage With Language Flag
For Movies:
```sh
trailer movie john wick parabellum --lang=pt-BR
```
For TV Shows:
```sh
trailer tv game of thrones --lang=pt-BR
```
## Build
Download needed packages. Type:
```sh
go mod download
```
Type the command below in the terminal to create the binary:
For Linux / Mac
```sh
make build
```
For Windows
```sh
make build-win
```