simple terminal radio station player in nim making life easier
Find a file
2024-04-01 16:37:59 +05:30
assets *downgraded nim version 2024-03-22 11:19:11 +00:00
doc *fixed code.json links *added religious.json *converted code to official styling guide 2024-03-14 22:32:38 +05:30
src * use getAppDir to make pnimrp run independently on from shell 2024-04-01 16:37:59 +05:30
COPYING *improved code for better error handling and more 2024-03-17 23:09:00 +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.nim * use getAppDir to make pnimrp run independently on from shell 2024-04-01 16:37:59 +05:30
pnimrp.nimble * use getAppDir to make pnimrp run independently on from shell 2024-04-01 16:37:59 +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.