The webVTT standard (nearly the same as the older SRT subtitles) allows to add subtitles to a video. We could use this in openQA to show which keys were pressed at that point in the video, in which line of code we were or on what event we waited. This could make debugging easier and might be instructive to users, too.

code is in github with an example rendering on the server

Looking for hackers with the skills:

perl subtitles

This project is part of:

Hack Week 12

Activity

  • over 10 years ago: xgonzo liked this project.
  • over 10 years ago: bruclik liked this project.
  • over 10 years ago: bmwiedemann added keyword "perl" to this project.
  • over 10 years ago: bmwiedemann added keyword "subtitles" to this project.
  • over 10 years ago: mlin7442 liked this project.
  • over 10 years ago: bmwiedemann started this project.
  • over 10 years ago: bmwiedemann originated this project.

  • Comments

    Be the first to comment!

    Similar Projects

    Create a page with all devel:languages:perl packages and their versions by tinita

    Description

    Perl projects now live in git: https://src.opensuse.org/perl

    It would be useful to have an easy way to check which version of which perl module is in devel:languages:perl. Also we have meta overrides and patches for various modules, and it would be good to have them at a central place, so it is easier to lookup, and we can share with other vendors.

    I did some initial data dump here a while ago: https://github.com/perlpunk/cpan-meta

    But I never had the time to automate this.

    I can also use the data to check if there are necessary updates (currently it uses data from download.opensuse.org, so there is some delay and it depends on building).

    Goals

    • Have a script that updates a central repository (e.g. https://src.opensuse.org/perl/_metadata) with metadata by looking at https://src.opensuse.org/perl/_ObsPrj (check if there are any changes from the last run)
    • Create a HTML page with the list of packages (use Javascript and some table library to make it easily searchable)

    Resources