tplay icon indicating copy to clipboard operation
tplay copied to clipboard

A terminal ASCII media player. View images, gifs, videos, webcam, YouTube, etc.. directly in the terminal as ASCII art.

Results 18 tplay issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** From v0.5.0 the playback can restart/loop. This is currently controlled by a command line flag. It would be nice to...

enhancement
help wanted
good first issue

I was facing difficulties when building this because of the ffmpeg version, in the process I realized that version 6.1 was what worked correctly for me, apparently there is no...

Hi, Could the program close itself when video has ended ? it would be great to use it as a screen saver !

enhancement
help wanted

Add a "normal" display mode using this crate: https://github.com/atanunq/viuer

Subtitles would be nice on video or audio, just like mpv. Super cool project, has been waiting for it. __Keep doing it!__

**Describe the solution you'd like** A media player would be incomplete without an audio-only/music playback feature. **Additional context** Unknowns: what should be displayed in the terminal during playback?

enhancement
help wanted
good first issue

Example - `program link | tplay`

help wanted

**Describe the bug** running `tplay ` returns an error ``` [ERROR:[email protected]] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception: OpenCV(4.7.0) /builddir/build/BUILD/opencv-4.7.0/modules/videoio/src/cap_images.cpp:253: error: (-5:Bad argument) CAP_IMAGES: can't find starting number (in the...

bug

Ideally, pressing left/right would jump few (say... 5) seconds backward/ahead. This feature is not trivial because this is not a traditional media player. The video iterator used by opencv probably...

enhancement
help wanted

Currently the external dependencies include things like MPV and various packages to install in Ubuntu. With the default feature (rodio audio, which uses alsa) the user does not need to...

documentation
good first issue