inxomnyaa / PocketRadio

A lightweight .NBS song player for PocketMine Servers
https://poggit.pmmp.io/ci/inxomnyaa/PocketRadio/~
GNU General Public License v3.0
38 stars 9 forks source link

doesnt work #12

Closed jaylac2000 closed 4 years ago

jaylac2000 commented 4 years ago

doesnt add any commands or plugin data

inxomnyaa commented 4 years ago

Have you got the poggit build?

Any errors in the console?

is the config generated?

Note at me: upgrade readme file

SamuelPozzobon commented 4 years ago

ErrorException: "fopen(Smells Like Teen Spirit.nbs): failed to open stream: No such file or directory" (EXCEPTION) in "/root/HubPE/virions/libnbs-master/src/xenialdan/libnbs/NBSFile" at line 106

and the nbs file is orrible.. It sounds very bad (with zmusicbox it works perfect)

inxomnyaa commented 4 years ago

zmusicbox does not support multiple sounds at one tick (or to be precise: layers) sadly. It was a great inspiration when creating the plugin though. If i remember correctly, this nbs file is really old anyways, and still uses redstone tick speed 🤷🏻‍♂️. I will try to create and add better files in the future.

ErrorException: "fopen(Smells Like Teen Spirit.nbs): failed to open stream: No such file or directory" (EXCEPTION) in "/root/HubPE/virions/libnbs-master/src/xenialdan/libnbs/NBSFile" at line 106 I will check that out ASAP and fix it. Expect a fix for that today

inxomnyaa commented 4 years ago

Checked the sounds, appears the pitch is messed up 🤔

Can you check if the error still happens on the build 9? https://poggit.pmmp.io/ci/thebigsmileXD/PocketRadio/PocketRadio/dev:9

inxomnyaa commented 4 years ago

Closing since patched after rewrite. Pitch is now correctly calculated, fopen bug is resolved (also happened upon song selection)