simple terminal radio station player in nim making life easier
Find a file
2024-03-16 22:53:31 +05:30
assets *fixed code.json links *added religious.json *converted code to official styling guide 2024-03-14 22:32:38 +05:30
doc *fixed code.json links *added religious.json *converted code to official styling guide 2024-03-14 22:32:38 +05:30
src *badLink bug progress *httpsNeverUsed bug fixed *casting event->event_id works 2024-03-16 22:53:31 +05:30
COPYING add more 2021-09-10 17:47:48 +05:30
LICENSE Create LICENSE 2021-09-04 06:56:03 +05:30
nim.cfg *fix hideCursorBug in notes 2022-05-03 11:06:38 +05:30
pnimrp.nimble * move gitea to github 2022-01-29 17:34:50 +05:30
readme.rst [LAST_COMMIT]*add links *add BadLinkCheck *rm checkHttpsOnly var link 2022-06-05 22:22:56 +05:30

======
pnimrp
======

this is a simple, portable terminal-based radio/music station
player. this project was meant to be a rewrite of pmrp, as a
learning exercise.

.. warning ::
  this project is not maintained anymore, it may be unarchived
  and remaintained later in fhe future. it is time to move on.

| see doc/user.rst for a basic level user usage documentation.
| see doc/installation.rst for installation instructions.

Note
----
All of the out-of-code Documentation is written in RST, so
these can be viewed in a typical text editor or can be used
to generate HTML source by running::
  nim rst2html file.rst

then use a web browser to open htmldocs/file.html

Cites
-----
- pmrp -> https://github.com/hakerdefo/pmrp
   code was referenced and links were used.

- libmpv -> https://github.com/mpv-player/mpv
   api library was used for playback.

- c2nim -> https://github.com/nim-lang/c2nim
   helped wrapping objects.