FrancescoCeruti / linux-show-player

Linux Show Player - Cue player designed for stage productions
https://linux-show-player.org
GNU General Public License v3.0
204 stars 49 forks source link

Option to hide cue number #246

Closed eroszanchetta closed 2 years ago

eroszanchetta commented 2 years ago

It would be nice to have the option of hiding the cue number from the list layout.

I use Linux Show Player for theatre production and sometimes I "inherit" old scripts where the various cues are already numbered (because other systems like VLC or even CD players had been used previously), I normally type the cue number in the description but it's confusing to have two conflicting numbers side by side. Also, when you add a cue somewhere in the middle, the following cues are renumbered accordingly, adding to the confusion. I know that probably it would be best not to use numbers at all, but that's just how many people like to work.

I think adding the option to hide the cue number (i.e. "#") column (or any other column for that matter) from the list layout could be an easy solution for users who might be in the same situation.

clemradio commented 2 years ago

Hum I think that’s already a feature at least in development version

s0600204 commented 2 years ago

Indeed it is (it was added as part of d07470a925083).

Note that the showfile format has changed: you cannot open a file written by LiSP 0.5.x in LiSP 0.6; you'll have to (re)build the showfile from scratch.

And there exists an open issue and PR (#69, #210) for implementing the ability to hide any column in the List Layout.