0.7.0
This application is a video recorder for a media server fitted with DVB video adapters. It works as a web server, so you have to use a web browser to schelule your recording sessions.
Yon can paralellize the recordings using multiple adapters. The PC can be shut down at the end of any recording. Furthermore, the PC can be started any number of times.
For example in the following screenshots, there is 3 recording sequences. In the first one, you have the following envents :
- the PC is started at sept 29, 2020 at 10:40 pm ;
- the recording of "Monsieur Batignole" starts at 10:45 pm till Sept 30, 0:40 am on adapter 0 ;
- the recording of "Banzaï" starts at 11:00 pm till Sept 30, 1:15 am on adapter 1 ;
- the PC is shut down at the end of the last recording.
Generation of the initial file :
- get the channels numbers ;
- insert them in the script tools/make-channels-conf.sh
- execute the script :
.. code_block:: tools/make-channels-conf.sh > transmitters/xx-place.conf
Generation of the channels configuration file :
.. code_block:: cd transmitters dvbv5-scan -F -I channel -O zap -o channels-place.conf xx-place.conf
These softwares are stored in the static directory. This is just a reminder on where they have been taken and what are the versions used here :
- JQuery - Version 3.5.1 ;
- Bootstrap 4 - Version 4.5.2 ;
- Popper- Version 2.5.1 ;
- Moment- Version 2.29.0 ;
- Tempus Dominus - Bootstrap 4 - Version 5.1.2 ;
- Font Awesome- Version 5.14.0 ;
Creation :
pybabel extract -F babel-mapping.ini -k _ -k _l --no-wrap -o locales/messages.pot . pybabel init -i messages.pot -d translations -l en pybabel init -i messages.pot -d translations -l fr pybabel compile -d translations
Update :
pybabel extract -F babel-mapping.ini -k _ -k _l --no-wrap -o locales/messages.pot . pybabel update -i messages.pot --no-wrap -d translations pybabel compile -d translations
I use the github version of aiohttp-babel because I use a feature that is not included in the latest release.