aircox/aircox
2024-04-30 20:03:11 +02:00
..
admin #132 | #121: backoffice / dev-1.0-121 (#131) 2024-04-28 22:02:09 +02:00
context_processors #132 | #121: backoffice / dev-1.0-121 (#131) 2024-04-28 22:02:09 +02:00
controllers #132 | #121: backoffice / dev-1.0-121 (#131) 2024-04-28 22:02:09 +02:00
forms #132 | #121: backoffice / dev-1.0-121 (#131) 2024-04-28 22:02:09 +02:00
locale/fr/LC_MESSAGES locale 2024-04-30 19:10:59 +02:00
management/commands #123: Sound Monitoring (#125) 2023-11-08 18:38:49 +01:00
migrations fix removed depedency 2024-04-30 19:40:14 +02:00
models fix up 2024-04-30 19:36:34 +02:00
serializers #132 | #121: backoffice / dev-1.0-121 (#131) 2024-04-28 22:02:09 +02:00
static fix locale 2024-04-30 18:33:32 +02:00
templates integrate tiptap text editor 2024-04-30 18:29:34 +02:00
templatetags #132 | #121: backoffice / dev-1.0-121 (#131) 2024-04-28 22:02:09 +02:00
tests #132 | #121: backoffice / dev-1.0-121 (#131) 2024-04-28 22:02:09 +02:00
views fix 2024-04-30 20:03:11 +02:00
__init__.py code quality 2023-03-13 17:47:00 +01:00
apps.py #132 | #121: backoffice / dev-1.0-121 (#131) 2024-04-28 22:02:09 +02:00
conf.py integrate tiptap text editor 2024-04-30 18:29:34 +02:00
converters.py Feat: packaging (#127) 2023-10-11 10:58:34 +02:00
filters.py #132 | #121: backoffice / dev-1.0-121 (#131) 2024-04-28 22:02:09 +02:00
middleware.py #132 | #121: backoffice / dev-1.0-121 (#131) 2024-04-28 22:02:09 +02:00
permissions.py #132 | #121: backoffice / dev-1.0-121 (#131) 2024-04-28 22:02:09 +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 #132 | #121: backoffice / dev-1.0-121 (#131) 2024-04-28 22:02:09 +02:00
utils.py Feat: packaging (#127) 2023-10-11 10:58:34 +02:00
viewsets.py #132 | #121: backoffice / dev-1.0-121 (#131) 2024-04-28 22:02:09 +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