Files
aircox-radiocampus/aircox
2022-12-16 15:31:50 +01:00
..
2022-12-12 03:09:25 +01:00
2022-12-12 12:29:05 +01:00
2022-12-10 03:27:27 +01:00
2022-12-16 14:53:11 +01:00
2022-12-12 03:09:25 +01:00
2022-12-16 15:31:50 +01:00
2022-12-16 14:53:11 +01:00
2022-12-16 14:53:11 +01:00
2022-12-16 14:53:11 +01:00
2019-09-09 02:47:57 +02:00
2022-02-22 18:48:17 +01:00
2019-09-05 23:05:04 +02:00
2019-08-07 01:45:27 +02:00
2022-05-21 16:37:11 +02:00
2022-10-10 19:08:51 +02:00
2019-08-07 01:45:27 +02:00
2022-12-12 00:25:57 +01:00
2020-09-21 15:19:06 +02:00
2022-12-12 00:25:57 +01:00

Aircox

Aircox application aims to provide basis of a radio management system.

Architecture

A Station contains programs that can be scheduled or streamed. A Scheduled Program is a regular show that has planified diffusions of its occurences (episodes). A Streamed Program is a program used to play randoms musics between the shows.

Each program has a directory on the server where user puts its podcasts (in AIRCOX_PROGRAM_DIR). It contains the directories archives (complete show's podcasts) and excerpts (partial or whatever podcasts).

manage.py's commands

  • diffusions: update/create, check and clean diffusions based on programs schedules;
  • import_playlist: import a playlist from a csv file, and associate it to a sound;
  • sounds_monitor: check for existing and missing sounds files in programs directories and synchronize the database. It can check for the quality of file and update sound info.
  • sounds_quality_check: check for the quality of the file (don't update database);

Requirements

  • Sox (and soxi): sound file monitor and quality check
  • requirements.txt for python's dependecies