mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-06 00:30:25 +01:00
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:
@@ -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\
|
||||
|
||||
12
docs/tables/pypad_instances.txt
Normal file
12
docs/tables/pypad_instances.txt
Normal 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
|
||||
Reference in New Issue
Block a user