{"id":13633904,"url":"https://github.com/bsdelf/mous","last_synced_at":"2026-03-09T08:31:39.544Z","repository":{"id":2440337,"uuid":"3410285","full_name":"bsdelf/mous","owner":"bsdelf","description":"Lightweight audio player \u0026 converter for FreeBSD/Linux/macOS","archived":false,"fork":false,"pushed_at":"2023-01-04T07:27:24.000Z","size":4696,"stargazers_count":72,"open_issues_count":5,"forks_count":17,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-22T22:27:46.689Z","etag":null,"topics":["audio","c-plus-plus","converter","ncurses","player","qt","socket-io","tag-editor"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bsdelf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-10T19:27:02.000Z","updated_at":"2025-05-10T19:37:38.000Z","dependencies_parsed_at":"2023-01-11T16:10:07.524Z","dependency_job_id":null,"html_url":"https://github.com/bsdelf/mous","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/bsdelf/mous","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsdelf%2Fmous","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsdelf%2Fmous/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsdelf%2Fmous/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsdelf%2Fmous/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bsdelf","download_url":"https://codeload.github.com/bsdelf/mous/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsdelf%2Fmous/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30287820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["audio","c-plus-plus","converter","ncurses","player","qt","socket-io","tag-editor"],"created_at":"2024-08-01T23:00:53.490Z","updated_at":"2026-03-09T08:31:39.521Z","avatar_url":"https://github.com/bsdelf.png","language":"C++","funding_links":[],"categories":["Applications","C++","Uncategorized"],"sub_categories":["Audio","Uncategorized","🎵 Audio (36)"],"readme":"\u003c!-- font font-family=\"monospace\" --\u003e\n\n# Mous Player\n\n[![CircleCI](https://circleci.com/gh/bsdelf/mous/tree/master.svg?style=svg)](https://circleci.com/gh/bsdelf/mous/tree/master)\n\n## Features\n\n- Lightweight\n- Extensible plugins\n- Reasonable dependencies\n- Support FreeBSD, Linux, macOS\n\n## Applications\n\n_1_. mous-qt\n\n- Foobar2000 like\n- Audio format conversion\n- Tag \u0026 cover art editor\n- Charset conversion\n- Qt 5 is the only dependency\n\n_2_. mous-ncurses\n\n- Client-server model\n- Vim like key binding\n- File explorer\n- Multi playlists\n- Low memory consumption\n- Play in background\n- Charset conversion\n- Ncurses is the only dependency\n\n_3_. mous-cli\n\n- Has no dependency at all\n\n## Plugins\n\n| Name      | Capability                    | Dependency            |\n| :-------- | :---------------------------- | :-------------------- |\n| alsa      | ALSA output                   | -                     |\n| oss       | OSS output                    | -                     |\n| coreaudio | Core Audio codec \u0026 output     | -                     |\n| sndio     | sndio output                  | sndio                 |\n| taglib    | audio meta-data read \u0026 write  | taglib                |\n| lpcm      | LPCM codec (\\*.wav)           | -                     |\n| mpg123    | MP3 decoding (\\*.mp3)         | mpg123                |\n| lame      | MP3 encoding (\\*.mp3)         | lame                  |\n| fdk-aac   | AAC codec (\\*.m4a, \\*.mp4)    | fdk-aac, mp4v2        |\n| alac      | ALAC codec (\\*.m4a, \\*.mp4)   | alac (bundled), mp4v2 |\n| wavpack   | WavPack codec (\\*.wv)         | wavpack               |\n| vorbis    | Ogg Vorbis codec (\\*.ogg)     | vorbis, vorbisfile    |\n| opus      | Ogg Opus codec (\\*.opus)      | opus, opusfile        |\n| flac      | FLAC codec (\\*.flac)          | flac                  |\n| mac       | Monkey's Audio codec (\\*.ape) | MAC (bundled)         |\n| libcue    | Cue sheet parser (\\*.cue)     | libcue                |\n\n## Install\n\nFreeBSD Ports:\n\n```\ncd /usr/ports/audio/mous/\nmake config\nmake install clean\n```\n\nFreeBSD pkg:\n\n```\npkg install audio/mous\n```\n\n## License\n\nThe 2-Clause BSD License\n\n## Screenshots\n\n### mous-ncurses\n\n![ncurses application 1](https://github.com/bsdelf/mous/raw/master/screenshot/ncurses-play.png)\n![ncurses application 2](https://github.com/bsdelf/mous/raw/master/screenshot/ncurses-explorer.png)\n\n### mous-qt\n\n![qt application 1](https://github.com/bsdelf/mous/raw/master/screenshot/qt.png)\n![qt application 2](https://github.com/bsdelf/mous/raw/master/screenshot/qt-conv.png)\n![qt application 3](https://github.com/bsdelf/mous/raw/master/screenshot/qt5-macos.png)\n\n## Donate\n\nWant to sponsor this project? Send a donation to Ethereum address:\n\n```\n0xffEebDBFdc9a524D6B1b605CAaC739aB2D411709\n```\n\n\u003c!--/font--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsdelf%2Fmous","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsdelf%2Fmous","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsdelf%2Fmous/lists"}