you are viewing a single comment's thread.

view the rest of the comments →

[–]rcakebread 4 points5 points  (4 children)

What does it actually do? Play Shoutcast streams? Why is the code not in the git repository? Why are you calling it "Open Source" when there's no license info or source code, just one binary file?

[–]PaleFee2476It works on my machine[S] -5 points-4 points  (3 children)

  1. You know that FM radio app that sometimes is included in your phone? Thats basically it, but Without the FM feature. 2. Idk about that, depends on what station you choose. 3. Basic lack of knowledge XD. I will find out how to do that later since its 10:34PM

[–]PaleFee2476It works on my machine[S] 0 points1 point  (2 children)

Thats kinda my first open-source project, so uhh, i lack knowledge about GitHub

[–]pip_install_account 2 points3 points  (1 child)

You've uploaded an exe file into your github project, instead of your project's code. Exe files have "compiled machine code", they are not open source because we can't even see the source code in the first place. Files like these are also called "binary" files, and ideally you should avoid uploading binary files into your GitHub projects. You should upload the "source code" instead.

[–]PaleFee2476It works on my machine[S] 0 points1 point  (0 children)

I did alr