MCPcopy Index your code
hub / github.com/Threadfin/Threadfin / createM3UFile

Function createM3UFile

src/xepg.go:1774–1785  ·  view source on GitHub ↗

M3U Datei erstellen

()

Source from the content-addressed store, hash-verified

1772
1773// M3U Datei erstellen
1774func createM3UFile() {
1775
1776 showInfo("XEPG:" + fmt.Sprintf("Create M3U file (%s)", System.File.M3U))
1777 _, err := buildM3U([]string{})
1778 if err != nil {
1779 ShowError(err, 000)
1780 }
1781
1782 saveMapToJSONFile(System.File.URLS, Data.Cache.StreamingURLS)
1783
1784 return
1785}
1786
1787// XEPG Datenbank bereinigen
1788func cleanupXEPG() {

Callers 4

buildXEPGFunction · 0.85
updateXEPGFunction · 0.85
updateServerSettingsFunction · 0.85
processStartupWorkflowFunction · 0.85

Calls 4

showInfoFunction · 0.85
buildM3UFunction · 0.85
ShowErrorFunction · 0.85
saveMapToJSONFileFunction · 0.85

Tested by

no test coverage detected