can you try opkg ?http://ge.tt/api/1/files/8bgtyN82/0/blob?download is still working for me
can you try opkg ?http://ge.tt/api/1/files/8bgtyN82/0/blob?download is still working for me
I just downloaded also.http://ge.tt/api/1/files/8bgtyN82/0/blob?download is still working for me
I've never had much luck installing a 'remote' file in one go, so I usually download and then install, but it should be possible to do it, as in this example :-can you try opkg ?
humax# opkg install http://hpkg.tv/hdrfoxt2/test/webif_1.0.17-4_mipsel.opk
yes that works, but what web address do you include for the file in this thread?I've never had much luck installing a 'remote' file in one go, so I usually download and then install, but it should be possible to do it, as in this example :-
Code:humax# opkg install http://hpkg.tv/hdrfoxt2/test/webif_1.0.17-4_mipsel.opk
they label films as series? what the hell?
Now it's in a package when the web-if was updated today I didn't have to edit toolbar.jim and its working correct.If you put all of this into a plugin you can make it upgrade safe such that you don't need to manually edit the toolbar.jim file.
humax# diff epg-Series-index.orig epg-Series-index.jim
--- epg-Series-index.orig
+++ epg-Series-index.jim
@@ -16,13 +16,7 @@
escape($(this).attr('class')) +
'&service=' +
escape($(this).attr('name'));
- $('#result_txt').load(url, function() {
- if ($('#results').is(":visible") == false)
- {
- $('#results').show('slow');
- $('#results').delay(3000).hide('slow');
- }
- });
+ $('#result_txt').load(url, function() {});
});
});
I have been away and refused to type the following on my 'phone screen! : )In shorthand I was looking for something like this...
$('#result_txt').load(url);
$('#result_txt').delay(3000);
$('#result_txt').set('');
$('#result_txt').load(url, function() {
$(this).delay(3000).empty();
});