This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| while | |
| ( | |
| ( | |
| ((Now >= T['11:50:00']) and (Now <= T['11:52:00'])) and | |
| ((DayOfWeek(NOW) = Monday) or (DayOfWeek(NOW) = Tuesday) or (DayOfWeek(NOW) = Wednesday) or (DayOfWeek(NOW) = Thursday) or (DayOfWeek(NOW) = Friday)) and (Flag = 1) | |
| ) or | |
| ( | |
| ((Now >= T['12:20:00']) and (Now <= T['12:22:00'])) and | |
| ((DayOfWeek(NOW) = Monday) or (DayOfWeek(NOW) = Tuesday) or (DayOfWeek(NOW) = Wednesday) or (DayOfWeek(NOW) = Thursday) or (DayOfWeek(NOW) = Friday) and (Flag = 1)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| while ((Now >= T['12:00:00']) and (Now <= T['12:35:00']) and (Flag = 32)) do | |
| begin | |
| // Ab hier alles im While | |
| Liner := CAT['bett_temperaturen'].ChooseSong(smRandom, NoRules); | |
| Aux2.Volume := 40; | |
| Aux2.Queuesong(Liner) | |
| PAL.WaitForTime(StartTime1230); | |
| Queue.Clear; | |
| Cat['Popmusik_Poprock'].QueueTop(smRandom, NoRules); | |
| Cat['Programmpromos'].QueueTop(smRandom, NoRules); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :local apiPath "https://uablacklist.net/subnets_mikrotik.txt" | |
| :local tempFile "uablacklist.txt" | |
| :local listName "uablacklist" | |
| /log info "fetching UA blacklist registry ($apiPath)..." | |
| :put "fetching UA blacklist registry ($apiPath)..." | |
| /tool fetch url=$apiPath dst-path=$tempFile | |
| /log info "removing existing $listName..." | |
| :put "removing existing $listName..." |
NewerOlder