aircox-radiocampus/aircox
2020-05-20 15:20:27 +02:00
..
admin move port back to aircox app 2020-05-20 15:20:27 +02:00
locale/fr/LC_MESSAGES trad 2020-03-28 10:27:40 +01:00
management/commands fix issue #10 2020-05-20 12:42:43 +02:00
models move port back to aircox app 2020-05-20 15:20:27 +02:00
static/aircox update requirements 2019-09-30 14:07:29 +02:00
templates sanitize headlines 2020-02-18 19:55:33 +01:00
templatetags document translations 2020-01-06 14:15:49 +01:00
views fix issue #9 2020-05-20 12:09:04 +02:00
__init__.py website 2019-08-07 01:45:27 +02:00
admin_site.py fix issue #9 2020-05-20 12:09:04 +02:00
apps.py create aircox_streamer as separate application 2019-09-19 15:22:56 +02:00
converters.py work on pages, filters, lists 2019-09-09 02:47:57 +02:00
forms.py work on admin ui 2019-09-05 23:05:04 +02:00
middleware.py website 2019-08-07 01:45:27 +02:00
README.md work on website + page becomes concrete 2019-09-05 14:12:12 +02:00
serializers.py streamer as separate application; working streamer monitor interface 2019-09-21 17:14:40 +02:00
settings.py fix glitches 2019-10-11 16:23:00 +02:00
tests.py website 2019-08-07 01:45:27 +02:00
urls.py fix issue #9 2020-05-20 12:09:04 +02:00
utils.py work on logs, timetable, stats 2019-09-08 01:39:40 +02:00
viewsets.py update 2019-09-23 12:38:44 +02: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;
  • sound_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.
  • sound_quality_check: check for the quality of the file (don't update database);
  • streamer: audio stream generation and control it;

Requirements

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