morrolinux / mpradio

Morrolinux's Pirate radio (PiFmRDS / PiFmAdv implementation with Bluetooth and mp3 support) - Stream music to your car's FM radio or use it as a Bluetooth speaker via headphone jack
GNU General Public License v3.0
107 stars 17 forks source link

Remove gore from source code #22

Closed Kezii closed 6 years ago

meloncello commented 6 years ago

keziolio :3

morrolinux commented 6 years ago

Due to few “major” upcoming changes, no merge is even needed.
Here’s what’s going to happen:

DEL fsrun.cc
(replaced and improved by need2recompile.sh and its service) need2recompile() —> (remove all references)

EDIT player.cc replace ALL replaceable system calls with C++ library calls (unlink() instead of rm, etc..)

EDIT settings_provider.cc replace crudini (unix ini parser) with inih (native C++ ini parser)

Thanks for your interest thought.

StefanoBelli commented 6 years ago

You should consider to reopen and merge this pull request.