Skip to content
Snippets Groups Projects
Verified Commit c623e212 authored by Miniontoby's avatar Miniontoby :writing_hand_tone1:
Browse files

Update readme, fix issue with musicsheet

parent d3f7955f
No related branches found
No related tags found
No related merge requests found
......@@ -7,18 +7,19 @@ Sheet music, lyrics and more sharing web platform for churches and other live pe
Web app for sharing the lyrics for the services
- [X] You can then create teams
- [X] Within team, owner can use the songs
- [X] Within team, leader can create playlist
- [X] Within playlist, leader can add songs
- [X] Lyrics as main item
- [X] Add your own music sheets
- [X] Support commonly used ChordPro format
- [ ] Even 'linking' them to the lyrics
- [ ] If the text is large, it scrolls to it
- [X] If the text is large, it scrolls to it
- [ ] Make recordings of yourself singing/playing it, so that the rest can practice (such as for the drummers, for example)
- [ ] With a practice 'view' (maybe)
- [X] Add an liveview with a share key, like at Kahoot
- [ ] Allow the leader to control/scroll
- [ ] Add an remote API for external programs
- [ ] Add an integration with my SongTextProjector so that it would sync to the songtext on the screen
- [X] Allow the leader to control/scroll -> actually all users can scroll it now...
- [X] Add an remote API for external programs
- [X] Add an integration with my SongTextProjector so that it would sync to the songtext on the screen
......
......@@ -15,6 +15,7 @@ export default function injectSocketIO(server) {
else next(new Error('Not Authorized'));
});
/*
io.engine.on("headers", (headers, request) => {
if (!request.headers.cookie) return;
const cookies = parse(request.headers.cookie);
......@@ -23,7 +24,6 @@ export default function injectSocketIO(server) {
}
});
/*
socketioAuth(io, {
authenticate: function (socket, data, callback) {
//get credentials sent by the client
......
......@@ -90,7 +90,7 @@
disabled={working}
/>
<TextField
id="file"
id="content"
type="textarea"
placeholder={$_('fields.musicsheet.content.placeholder')}
label={true}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment