{"id":20607917,"url":"https://github.com/cobyj33/tmedia","last_synced_at":"2025-04-15T04:05:00.338Z","repository":{"id":59203039,"uuid":"522181622","full_name":"cobyj33/tmedia","owner":"cobyj33","description":"Linux C++17 Terminal Audio and Video Player","archived":false,"fork":false,"pushed_at":"2024-06-20T05:54:44.000Z","size":159525,"stargazers_count":6,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T17:25:37.916Z","etag":null,"topics":["ascii","ascii-art","ascii-art-representation","ascii-graphics","audio-player","cpp","curses","curses-based","ffmpeg","libav","main-project","media","media-player","ncurses","ncurses-tui","terminal","terminal-app","terminal-based","video-player"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cobyj33.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-07T10:29:35.000Z","updated_at":"2024-04-29T15:05:25.000Z","dependencies_parsed_at":"2023-10-17T05:25:43.452Z","dependency_job_id":"e4a845ff-7024-411f-9499-0762f1a8e4d6","html_url":"https://github.com/cobyj33/tmedia","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobyj33%2Ftmedia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobyj33%2Ftmedia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobyj33%2Ftmedia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobyj33%2Ftmedia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cobyj33","download_url":"https://codeload.github.com/cobyj33/tmedia/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224901309,"owners_count":17388950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ascii","ascii-art","ascii-art-representation","ascii-graphics","audio-player","cpp","curses","curses-based","ffmpeg","libav","main-project","media","media-player","ncurses","ncurses-tui","terminal","terminal-app","terminal-based","video-player"],"created_at":"2024-11-16T10:08:58.454Z","updated_at":"2024-11-16T10:08:59.182Z","avatar_url":"https://github.com/cobyj33.png","language":"C++","readme":"# tmedia\n\nC++ 17 Terminal Media Player\n\n## Example Output\n\n![example created in tmux](assets/readme/example-320.gif)\n![example colored output](assets/readme/colored_music_record-160.gif)\n![example vscode](assets/readme/vscode.png)\n![example volcano](assets/readme/volcano.gif)\n![example keybiard](assets/readme/keyboard_man.gif)\n![example audio-playback](assets/readme/audio_playing_tmedia_480.png)\n\n## Table of Contents\n\n- [Supports](#supports)\n- [Media Controls](#media-controls)\n- [Installing](#installing)\n  - [Dependencies](#dependencies)\n  - [Ubuntu/Debian Linux](#ubuntudebian-linux)\n- [Bug and Feature Reporting](#bug-and-feature-reporting)\n- [Acknowledgements](#acknowledgments)\n  - [Bundled 3rd-party libraries](#bundled-3rd-party-libraries)\n  - [Inspiration and Resources](#inspiration-and-resources)\n\n## Supports\n\n- Playing Audio and Video Files\n- Displaying Image files\n- Displaying Colored and Grayscale output\n- Audio and Video Controls (Seeking, Changing Volume, Muting, Pausing, Looping)\n- Playing multiple files\n- Reading directories for multiple files to play\n\n## Media Controls\n\n- Video and Audio Controls\n  - Space - Play and Pause\n  - Up Arrow - Increase Volume 5%\n  - Down Arrow - Decrease Volume 5%\n  - Left Arrow - Skip Backward 5 Seconds\n  - Right Arrow - Skip Forward 5 Seconds\n  - Escape or Backspace or 'q' - Quit Program\n  - '0' - Restart Playback\n  - '1' through '9' - Skip To n/10 of the Media's Duration\n  - 'L' - Switch looping type of playback (between no loop, repeat, and repeat one)\n  - 'M' - Mute/Unmute Audio\n- Video, Audio, and Image Controls\n  - 'C' - Display Color (on supported terminals)\n  - 'G' - Display Grayscale (on supported terminals)\n  - 'B' - Display no Characters (on supported terminals) (must be in color or grayscale mode)\n  - 'N' - Skip to Next Media File\n  - 'P' - Rewind to Previous Media File\n  - 'R' - Fully Refresh the Screen\n\nAll of these controls can also be seen when calling tmedia with no args or\nwith --help\n\n## Installing\n\nSee [BUILD.md](./BUILD.md) for information. Currently, Ubuntu 20.04 is the main\ntested \n\n## Bug and Feature Reporting\n\nIf there are any problems with installing or using tmedia, or any requested feature,\nplease leave an issue at the [github repo](https://www.github.com/cobyj33/tmedia)\nand I'll be sure to help. \n\n## Acknowledgments\n\n### Bundled 3rd-party libraries\n\n* [miniaudio](https://miniaud.io/) - Cross-platform audio playback ([github](https://github.com/mackron/miniaudio))\n* [Natural Sort](https://github.com/scopeInfinity/NaturalSort) - Natural Sorting and Comparison: For sorting directory files\n* [readerwriterqueue](https://github.com/cameron314/readerwriterqueue) - Lock free SPSC Circular Buffer for consistent realtime audio\n* [random](https://github.com/effolkronium/random) - \"Random for modern C++ with convenient API\" (README.md)\n\n### Inspiration and Resources\n\n* [ncurses 3D renderer](https://github.com/youngbrycecode/RenderEngine)\n  * [video-series](https://www.youtube.com/playlist?list=PLg4mWef4l7Qzxs_Fa2DrgZeJKAbG3b7ue)\n  * created by [youngbrycecode](https://github.com/youngbrycecode)\n* [Coding Video into Text by The Coding Train on Youtube](https://www.youtube.com/watch?v=55iwMYv8tGI)\n  * [The Coding Train](https://www.youtube.com/c/TheCodingTrain)\n* [How to Write a Video Player in Less Than 1000 Lines](http://dranger.com/ffmpeg/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobyj33%2Ftmedia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcobyj33%2Ftmedia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobyj33%2Ftmedia/lists"}