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

Function setDeviceID

src/system.go:299–312  ·  view source on GitHub ↗

Eindeutige Geräte ID für Plex generieren

()

Source from the content-addressed store, hash-verified

297
298// Eindeutige Geräte ID für Plex generieren
299func setDeviceID() {
300
301 var id = Settings.UUID
302
303 switch Settings.Tuner {
304 case 1:
305 System.DeviceID = id
306
307 default:
308 System.DeviceID = fmt.Sprintf("%s:%d", id, Settings.Tuner)
309 }
310
311 return
312}
313
314// Provider Streaming-URL zu Threadfin Streaming-URL konvertieren
315func createStreamingURL(streamingType, playlistID, channelNumber, channelName, url string, backup_channel_1 *BackupStream, backup_channel_2 *BackupStream, backup_channel_3 *BackupStream) (streamingURL string, err error) {

Callers 2

StartSystemFunction · 0.85
saveSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected