aircox/aircox
2024-04-28 21:35:44 +02:00
..
admin cleanup admin 2024-04-28 00:27:26 +02:00
context_processors context_processors: prevent a null station error when no default station is defined 2024-02-28 17:19:21 +01:00
controllers rm file 2024-04-19 15:06:23 +02:00
forms M2M list editor; users list & group mgt; add missing files 2024-04-27 21:05:36 +02:00
locale/fr/LC_MESSAGES i18n 2024-04-28 20:58:45 +02:00
management/commands #123: Sound Monitoring (#125) 2023-11-08 18:38:49 +01:00
migrations M2M list editor; users list & group mgt; add missing files 2024-04-27 21:05:36 +02:00
models fix tests 2024-04-28 21:35:44 +02:00
serializers M2M list editor; users list & group mgt; add missing files 2024-04-27 21:05:36 +02:00
static cleanup 2024-04-28 00:30:28 +02:00
templates streamer: integrate, fix, ui change 2024-04-28 18:59:33 +02:00
templatetags M2M list editor; users list & group mgt; add missing files 2024-04-27 21:05:36 +02:00
tests fix tests 2024-04-28 21:35:44 +02:00
views fix tests 2024-04-28 21:35:44 +02:00
__init__.py code quality 2023-03-13 17:47:00 +01:00
apps.py cleanup admin 2024-04-28 00:27:26 +02:00
conf.py M2M list editor; users list & group mgt; add missing files 2024-04-27 21:05:36 +02:00
converters.py Feat: packaging (#127) 2023-10-11 10:58:34 +02:00
filters.py cleanup admin 2024-04-28 00:27:26 +02:00
middleware.py grid and mobile 2024-02-12 14:41:09 +01:00
permissions.py fix tests 2024-04-28 21:35:44 +02:00
README.md code quality 2023-03-13 17:47:00 +01:00
test.py Feat: packaging (#127) 2023-10-11 10:58:34 +02:00
urls.py i18n 2024-04-28 20:58:45 +02:00
utils.py Feat: packaging (#127) 2023-10-11 10:58:34 +02:00
viewsets.py M2M list editor; users list & group mgt; add missing files 2024-04-27 21:05:36 +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;
  • 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