Changeset 41862
- Timestamp:
- Jan 31, 2018, 6:34:03 PM (3 years ago)
- Location:
- titan/plugins/tithek
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.c
r41465 r41862 123 123 status.listboxselectcol = convertcol("tithek_selectcol"); 124 124 125 if(getconfig("kino_url", NULL) == NULL) 126 addconfigtmp("kino_url", "kinos.to"); 127 125 128 // if(checkbox("WHITEBOX") == 1) 126 129 // screentithekplay("http://atemio.dyndns.tv/mediathek/mainmenu.crenova.list", "Operator - Mainmenu", 1); -
titan/plugins/tithek/tithek_settings.h
r41465 r41862 18 18 struct skin* vk_user = getscreennode(tithek_settings, "vk_user"); 19 19 struct skin* vk_pass = getscreennode(tithek_settings, "vk_pass"); 20 struct skin* kino_url = getscreennode(tithek_settings, "kino_url"); 20 21 struct skin* autoupdate = getscreennode(tithek_settings, "autoupdate"); 21 22 struct skin* b3 = getscreennode(tithek_settings, "b3"); … … 80 81 changeinput(vk_pass, "****"); 81 82 83 changemask(kino_url, "abcdefghijklmnopqrstuvwxyz"); 84 changeinput(kino_url, getconfig("kino_url", NULL)); 85 86 if(!file_exist("/mnt/swapextensions/etc/.codecpack") && !file_exist("/var/swap/etc/.codecpack") && !file_exist("/var/etc/.codecpack")) 87 kino_url->hidden = YES; 88 82 89 b3->hidden = YES; 83 90 b4->hidden = YES; … … 102 109 addconfigscreencheck("tithek_hid_xxx", hidxxx, NULL); 103 110 addconfigscreencheck("tithek_autoupdate", autoupdate, NULL); 111 addconfigscreen("kino_url", kino_url); 104 112 /* 105 113 if(amazon_user->ret != NULL && ostrcmp(amazon_user->ret, "****") != 0)
Note: See TracChangeset
for help on using the changeset viewer.