{"id":20765785,"url":"https://github.com/hakerdefo/moc-lyrics","last_synced_at":"2026-03-14T15:16:24.948Z","repository":{"id":32187733,"uuid":"35761225","full_name":"hakerdefo/moc-lyrics","owner":"hakerdefo","description":"Fetches lyrics of current song playing in moc music player.","archived":false,"fork":false,"pushed_at":"2021-11-11T18:05:12.000Z","size":12,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-01T15:01:30.414Z","etag":null,"topics":["bash","linux","lyrics","lyrics-fetcher","lyrics-finder","mocp","script","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hakerdefo.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":"2015-05-17T10:03:13.000Z","updated_at":"2022-06-21T01:05:30.000Z","dependencies_parsed_at":"2022-09-22T23:50:24.932Z","dependency_job_id":null,"html_url":"https://github.com/hakerdefo/moc-lyrics","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakerdefo%2Fmoc-lyrics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakerdefo%2Fmoc-lyrics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakerdefo%2Fmoc-lyrics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakerdefo%2Fmoc-lyrics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hakerdefo","download_url":"https://codeload.github.com/hakerdefo/moc-lyrics/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225029363,"owners_count":17409694,"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":["bash","linux","lyrics","lyrics-fetcher","lyrics-finder","mocp","script","shell"],"created_at":"2024-11-17T11:18:58.566Z","updated_at":"2026-03-14T15:16:19.910Z","avatar_url":"https://github.com/hakerdefo.png","language":"Shell","funding_links":["https://paypal.me/hakerdefo","https://www.buymeacoffee.com/hakerdefo","https://liberapay.com/hakerdefo/donate"],"categories":[],"sub_categories":[],"readme":"# moc-lyrics\nmoc-lyrics is a simple bash script that fetches the lyrics of current song playing in [MOC] (music on console) music player.\n\n\n### Dependencies :\n- Perl - Perl (Practical Extraction and Reporting Language) originally developed by Larry Wall is a family of high-level, general-purpose, interpreted, dynamic programming languages. [Perl] is available in repositories of almost every Linux distribution under the sun. Use your distribution's package manager to install it. Perl Module [URI::Escape] is needed.\n- Wget - [Wget] is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet\nprotocols. Most Linux distributions have Wget in their package repositories so you can easily install Wget via the package manager of your distribution in case it is not installed on your system.\n\n\n### Installation :\nVery easy.\n\nObtain sudo privileges and download [moc-lyrics-master.zip],\n\n```sh\nsudo -s\nwget --content-disposition https://github.com/hakerdefo/moc-lyrics/archive/master.zip\n```\n\nExtract it,\n\n```sh\nunzip moc-lyrics-master.zip\n```\n\nMake **moc-lyrics** executable and copy it to **/usr/local/bin/** directory,\n\n ```sh\nchmod 755 moc-lyrics-master/moc-lyrics\ncp moc-lyrics-master/moc-lyrics /usr/local/bin/\n```\n\nAnd finally clean up the leftovers and drop sudo privileges,\n\n```sh\nrm moc-lyrics-master.zip\nrm -rf moc-lyrics-master/\nexit\n```\n\n\n### Usage :\nRun moc-lyrics and it will fetch and print lyrics of the song currently playing in MOC music player.\n\n\n### Support :\n\nIf you like **moc-lyrics**, please consider supporting it, even the smallest contribution goes a long way. It is quick \u0026 easy via PayPal, Buy Me a Coffee or Liberapay:  \n\n[![Support via PayPal](https://cdn.jsdelivr.net/gh/twolfson/paypal-github-button@1.0.0/dist/button.svg)](https://paypal.me/hakerdefo)  \n[![\"Buy Me A Coffee\"](https://user-images.githubusercontent.com/1376749/120938564-50c59780-c6e1-11eb-814f-22a0399623c5.png)](https://www.buymeacoffee.com/hakerdefo)  \n[![Support via Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/hakerdefo/donate)  \n\n\n### Credits :\n[Federico Builes] - moc-lyrics wouldn't have been possible without wonderful [makeitpersonal] created by Federico.\n\n\n### License :\n[![Public Domain Mark](http://i.creativecommons.org/p/mark/1.0/88x31.png)](http://creativecommons.org/publicdomain/mark/1.0/)  \nThis work (\u003cspan property=\"dct:title\"\u003emoc-lyrics\u003c/span\u003e, by [\u003cspan property=\"dct:title\"\u003ehakerdefo\u003c/span\u003e](https://github.com/hakerdefo/moc-lyrics)), identified by [\u003cspan property=\"dct:title\"\u003ehakerdefo\u003c/span\u003e](https://hakerdefo.blogspot.com), is free of known copyright restrictions.\n\n[perl]:https://www.perl.org\n[URI::Escape]:http://search.cpan.org/dist/URI/lib/URI/Escape.pm\n[Wget]:https://www.gnu.org/software/wget/\n[moc-lyrics-master.zip]:https://github.com/hakerdefo/moc-lyrics/archive/master.zip\n[MOC]:http://moc.daper.net\n[Federico Builes]:https://github.com/febuiles\n[makeitpersonal]:https://github.com/febuiles/makeitpersonal\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhakerdefo%2Fmoc-lyrics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhakerdefo%2Fmoc-lyrics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhakerdefo%2Fmoc-lyrics/lists"}