mipops / dvrescue

Archivist-made software that supports data migration from DV tapes into digital files suitable for long-term preservation. Snapshot daily builds are at https://mediaarea.net/download/snapshots/binary/dvrescue/.
BSD 3-Clause "New" or "Revised" License
83 stars 19 forks source link

distinguish frame speed icon between no frame and stopped frame #817

Closed dericed closed 3 months ago

dericed commented 5 months ago
  1. here the deck is playing but not receiving frames and the frame speed icon shows "STOPPED" (black square)

    image
  2. Here the deck is stopped but dvrescue is receiving frames and the frame speed icon shows "STOPPED" (black square)

    image

I suggest to distinguish these. Leave the black stop from scenario two, but for scenario one let's have something else (when there's no frame and thus no frame speed). Maybe:

@libbyhopfauf any opinion? It would be good to make clearer that this icon is about what the received dv frames say is happening in regards to direction and speed.

dericed commented 3 months ago

I realize the frame speed icon is just representing the corresponding value of the csv. Could we distinguish these scenarios by adding an expiration time to the last received frame-speed value. Like the icon could show something only if the last csv value is less than one second old? That way no frames could be blank, but csv showing frame-speed=0 could be a black square (stop).

libbyhopfauf commented 3 months ago

I think the way you did this in the latest release is perfect! I'll add the new color coding and symbols to the documentation!