Problem with IC "MC1720 [MELODY]"
LadyCailinBot opened this issue ยท 3 comments
CRAFTBOOK-2993 - Reported by Tim.Hentschel
If the IC sign is powered with redstone, it's going to play the selected midi file. But when i turn off the redstone signal or remove the sign, its still playing to the end of the midi file. When i disconnect from my server and login again, the music has stopped.
I think it should work like this: When the sign is removed or the power is turned off, the music has to stop. If i reconnect, it should be still playing.
Version: 3.8-SNAPSHOT:3803-e037f90,master
Craftbukkit 1.7.9
Java 8u5
Comment by Tim.Hentschel
The problem with the redstone power fixed by removing the :START from the last line. So theres only the reconnect thing.
Comment by me4502
The first one isn't really a problem, it's a feature. That's what the :START attribute does.
As for reconnect, I presume you were the only one listening? If a java midi sequencer has no listeners it stops playing. If you have it set to loop, it will start the song from the beginning on reconnect, and IC's that do playlists will skip to the next song on reconnect.