Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakerdefo/moc-lyrics
Fetches lyrics of current song playing in moc music player.
https://github.com/hakerdefo/moc-lyrics
bash linux lyrics lyrics-fetcher lyrics-finder mocp script shell
Last synced: about 3 hours ago
JSON representation
Fetches lyrics of current song playing in moc music player.
- Host: GitHub
- URL: https://github.com/hakerdefo/moc-lyrics
- Owner: hakerdefo
- License: cc0-1.0
- Created: 2015-05-17T10:03:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-11T18:05:12.000Z (about 3 years ago)
- Last Synced: 2023-03-01T15:01:30.414Z (over 1 year ago)
- Topics: bash, linux, lyrics, lyrics-fetcher, lyrics-finder, mocp, script, shell
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# moc-lyrics
moc-lyrics is a simple bash script that fetches the lyrics of current song playing in [MOC] (music on console) music player.### Dependencies :
- 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.
- Wget - [Wget] is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet
protocols. 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.### Installation :
Very easy.Obtain sudo privileges and download [moc-lyrics-master.zip],
```sh
sudo -s
wget --content-disposition https://github.com/hakerdefo/moc-lyrics/archive/master.zip
```Extract it,
```sh
unzip moc-lyrics-master.zip
```Make **moc-lyrics** executable and copy it to **/usr/local/bin/** directory,
```sh
chmod 755 moc-lyrics-master/moc-lyrics
cp moc-lyrics-master/moc-lyrics /usr/local/bin/
```And finally clean up the leftovers and drop sudo privileges,
```sh
rm moc-lyrics-master.zip
rm -rf moc-lyrics-master/
exit
```### Usage :
Run moc-lyrics and it will fetch and print lyrics of the song currently playing in MOC music player.### Support :
If you like **moc-lyrics**, please consider supporting it, even the smallest contribution goes a long way. It is quick & easy via PayPal, Buy Me a Coffee or Liberapay:
[![Support via PayPal](https://cdn.jsdelivr.net/gh/twolfson/[email protected]/dist/button.svg)](https://paypal.me/hakerdefo)
[!["Buy Me A Coffee"](https://user-images.githubusercontent.com/1376749/120938564-50c59780-c6e1-11eb-814f-22a0399623c5.png)](https://www.buymeacoffee.com/hakerdefo)
[![Support via Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/hakerdefo/donate)### Credits :
[Federico Builes] - moc-lyrics wouldn't have been possible without wonderful [makeitpersonal] created by Federico.### License :
[![Public Domain Mark](http://i.creativecommons.org/p/mark/1.0/88x31.png)](http://creativecommons.org/publicdomain/mark/1.0/)
This work (moc-lyrics, by [hakerdefo](https://github.com/hakerdefo/moc-lyrics)), identified by [hakerdefo](https://hakerdefo.blogspot.com), is free of known copyright restrictions.[perl]:https://www.perl.org
[URI::Escape]:http://search.cpan.org/dist/URI/lib/URI/Escape.pm
[Wget]:https://www.gnu.org/software/wget/
[moc-lyrics-master.zip]:https://github.com/hakerdefo/moc-lyrics/archive/master.zip
[MOC]:http://moc.daper.net
[Federico Builes]:https://github.com/febuiles
[makeitpersonal]:https://github.com/febuiles/makeitpersonal