Feat: Background music, score and limit songs by user #455
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @vicwomg, i've created some features that some users and my friends asked for.
I've also created the possibility for the user to change preferences in the
info.html
, that are stored in a file calledconfig.ini
, so it doesn't have to change them in the command line everytime.I've added a
sounds
folder inside thestatic
folder, to serve the sounds.== Background music ==
splash
screen is in the screen.--disable-bg-music
command line to disable it.--bg-music-volume
to set it's volume and a--bg-music-path
so that the user can change the default bg music.== Score ==
splash
screen.score.js
script and added afireworks.js
script to thestatic
folder.splash
screen so that it can be translated.--disable-score
command line to disable it.== Limit user songs by ==
--limit-user-songs-by
to set the desired limit.== User preferences ==
app
and thechange preferences
function inkaraoke
.There's more to do, and I hope to find some time to make it happen.
If you have any doubts don't hold to ask me.
Happy new year. :)