Files
aircox-radiocampus/aircox/controllers
Thomas Kairos f7a61fe6c0 Feat: packaging (#127)
- Add configuration files for packaging
- Precommit now uses ruff

Co-authored-by: bkfox <thomas bkfox net>
Reviewed-on: rc/aircox#127
2023-10-11 10:58:34 +02:00
..
2023-10-11 10:58:34 +02:00
2023-10-11 10:58:34 +02:00
2023-10-11 10:58:34 +02:00
2023-10-11 10:58:34 +02:00
2023-10-11 10:58:34 +02:00
2023-10-11 10:58:34 +02:00

aircox.controllers

This module provides the following controllers classes:

  • log_archiver.LogArchiver: dumps and load gzip archives from Log models.
  • sound_file.SoundFile: handle synchronisation between filesystem and database for a sound file.
  • sound_monitor.SoundMonitor: monitor filesystem for changes on audio files and synchronise database.
  • sound_stats.SoundStats (+ SoxStats): get audio statistics of an audio file using Sox.
  • diffuions.Diffusions: generate, update and clean diffusions.
  • playlist_import.PlaylistImport: import playlists from CSV.