linux-show-player
linux-show-player copied to clipboard
Some suggestions (playlist, keyboards...)
I have some suggestions concerning ListLayout:
- [ ] add playlist. the application uses QTreeWidget to represent the cues. So we can add group of cues to seperate our cues as we can see in the image.
- [ ] I don't know if it was voluntary but I thought it will be good to add more features to shorten (especially editing, cloning)
- [ ] I don't know if it's my OS but I can't put color for the my cues in ListLayout (I think we can put it with QTreeWidgetItem)
- [ ] add a new view at the bottom that will be use to edit the standby cue (behaviours, pre/post, fade... not all things)

Hope it will help you !
I feel like the playlist thing was already requested a few hundred times e.g. #121
But I really like your other ideas, especially the idea about the second view might be helpful although I never felt the need of it yet. Colour tagging / marking would be awesome, I already missed that in the past.
Most of this has already been asked:
add playlist. the application uses QTreeWidget to represent the cues. So we can add group of cues to seperate our cues as we can see in the image.
As already pointed out #121 and probably other places. I'm well aware of the possibility, still, there need to be support for "cues-nesting" in the whole application
I don't know if it was voluntary but I thought it will be good to add more features to shorten (especially editing, cloning)
#110. A proper shortcut management should be implemented
I don't know if it's my OS but I can't put color for the my cues in ListLayout (I think we can put it with QTreeWidgetItem)
#36 and #73, I'll look into it
add a new view at the bottom that will be use to edit the standby cue (behaviours, pre/post, fade... not all things)
Something similar has been requested, some discussion has been done in #109.