Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wuvt/johnny-six
Simple radio automation system built with Liquidsoap
https://github.com/wuvt/johnny-six
liquidsoap radio radio-automation radio-station
Last synced: 2 months ago
JSON representation
Simple radio automation system built with Liquidsoap
- Host: GitHub
- URL: https://github.com/wuvt/johnny-six
- Owner: wuvt
- License: gpl-3.0
- Created: 2015-12-03T08:47:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T22:42:32.000Z (11 months ago)
- Last Synced: 2024-07-31T07:16:23.286Z (5 months ago)
- Topics: liquidsoap, radio, radio-automation, radio-station
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 7
- Watchers: 11
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-openness - Johnny-Six - Simple radio automation system built with Liquidsoap (Community Radio and Broadcasting / Software and Tools)
README
# johnny-six
This is the automation system for WUVT-FM powered by Liquidsoap. It schedules
all traffic (station IDs, PSAs, etc.) in compliance with FCC regulations and
supports playing different playlists depending on the day and time. It also
supports logging track metadata to the main site using the Trackman API.The following traffic is scheduled to play at the first break after the
scheduled time:
* The station ID played at the top of the hour
* The statement of ownership played at midnight (instead of the station ID)
* Underwriting played at :00 and :30
* Public service announcements played at the :15 and :45 (or within 6 minutes)
* Promotional messages played at :30Liner tracks are also injected every 5 songs; these are intended to remind the
listener what station they are listening to and typically include the call sign
or a slogan.## Configuration Notes
You should never use NFS or other types of remote filesystems. Liquidsoap has
support for HTTP, HTTPS, and FTP for all types of sources, so if you need
network support, use one of those instead. For more information, refer to the
[Liquidsoap documentation](http://liquidsoap.fm/doc-svn/sources.html).## License
Copyright (c) 2015-2016 mutantmonkeyThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .