2018-12-13 Fred Gleason <fredg@paravelsystems.com>

* Added a 'PYPAD_INSTANCES' table to the database.
	* Incremented the database version to 303.
	* Added a 'PyPAD Instances' button to the 'Edit Station' dialog
	in rdadmin(1).
	* Added a 'ListPyPAD Instances' dialog in rdadmin(1).
	* Added an 'Edit PyPAD' Instance' dialog in rdadmin(1).
This commit is contained in:
Fred Gleason
2018-12-14 16:17:42 -05:00
parent d781b694fb
commit dfa8ed93b2
24 changed files with 864 additions and 3 deletions

View File

@@ -73,6 +73,7 @@ EXTRA_DIST = audio_cards.txt\
panels.txt\
panel_names.txt\
podcasts.txt\
pypad_instances.txt\
rdairplay_channels.txt\
rd_airplay.txt\
rd_catch.txt\

View File

@@ -0,0 +1,12 @@
PYPAD_INSTANCES Table Layout for Rivendell
The PYPAD_INSTANCES table holds information about PyPAD script instances
being managed by rdpadengined(8).
FIELD NAME TYPE REMARKS
------------------------------------------------------------------------------
ID int(10) unsigned * Primary key, Auto Increment
STATION_NAME varchar(64) From STATIONS.NAME
SCRIPT_PATH varchar(191)
DESCRIPTION varchar(191)
CONFIG text