ErsatzTV-Filler Api
Most of ErsatzTV-Fillers functions can be controlled via the Api.
Config Api
-
/api/config/readconfigjsonThis Api is used to return the config.json file contents.
-
/api/config/webtheme/loadThis Api is used to return the web theme (dark/light) in json.
Health Api
-
/api/healthThis Api is used to return the health check information that can be seen on the homepage.
Logs Api
-
/logs/loadThis Api is used to return the latest log file contents.
-
/logs/zipThis Api is used to retrieve a zip file of all all files in the logs folder.
Media Api
-
/media/:filenameThis Api is used to retrieve a file from the output folder where :filename is the name of the file you want to get.
Run Api
-
/api/run/weatherThis Api is used to begin manually running the Weather generation.
-
/api/run/newsThis Api is used to begin manually running the News generation.
-
/api/run/channel-offlineThis Api is used to begin manually running the Channel Offline generation.
-
/api/run/xmltvmergerThis Api is used to begin manually running the XMLTV Merger.
-
/api/run/vanitycardThis Api is used to begin manually running the Vanity Card generation.
XMLTVMERGE Api
-
/xmltvmerge/mergedxmltv.xmlThis Api is used to retrieve the merged xmltv file.