Hmmm yes I see that in the code, but its not happening, I`ve had things stuck in the queue for a day, never gets the status INTERRUPTED! even after a reboot
Where does 'queue startup' get called from, can't find it, neither can I find how dequeue is getting going!
I would suggest the following needs to be added to queue:
For process showing in dBase as running, file length and resolution and decryption status indicate process should last x, if that plus margin has elapsed, assume process has failed and abort.
Any 'running' processes in dBase at boot...
The Humax is connected via a Unmanaged Switch to the router, the PC is also connected to the router, all via LAN, its a stable connection.
The process was dead, it was simply the queue that thought it was still running! I had even deleted detectads, then rebooted, it was still in the queue...
I've had this YET again, this time it would NOT go away, whatever I did, checking, the cause this time was content sharing turned off yet again! (yes I have now belatedly added the boot settings package, thanks MymsMan)
So I have two queries, why is content sharing turned off not being...
Thanks for your excellent reply, detailed and clear.
I`ve checked the cron and yes both Scan and Deq are run every minute, and I assume as both are run independently together create the 2 aborts per minute, do they really need to run that often?
I have some peculiar behaviour today in my T2, viewing the auto.log I see:
386 04/01/2019 15:13:02 - Aborting, not yet time to run.
385 04/01/2019 15:12:02 - Auto de-queue processed 0 items in 0.162 seconds.
384 04/01/2019 15:12:02 - elapsed (minutes): 37 (<60)
383 04/01/2019...
The two detectads processes return different messages after auto-cropping, one is: x ad breaks cropped out the other: x ad breaks detected,
I suggest the following change to maintain consistency.
--- /mod/webif/plugin/detectads/detectads_orig.jim
+++ /mod/webif/plugin/detectads/detectads.jim...
Another simple change, instantly identify program type on the EPG through background effect, in this case I`m just identifying films:
The change means all programs will have a identifying style class so this can be extended.
If you prefer other colours, just change the css, the last colour in...
I've had another instance of Ad detect stuck in the queue, in this instance I know why the process baulked, I had deleted the file that was being processed, but why is the failure not immediately detected and why once a queue process is running can it not be deleted or stopped?
In this case...
You don't have to watch the page whilst it detects, just leave the tab open and use others, check back later to see if its finished. The auto crop did not work for me before as the bookmarks always needed adjusting, but with the padOut option it works well now so I will continue with that. There...
I had time so here's the mod for join
--- /mod/webif/html/browse/join/execute_orig.jim
+++ /mod/webif/html/browse/join/execute.jim
@@ -4,10 +4,20 @@
source /mod/webif/lib/setup
require ts.class pretty_size
+proc times {time} {
+ return [clock format $time -format "%T"]
+}
+
httpheader...
The following is an update to the previous mod on adjusting cropping bookmarks and only affects the detectads.jim file, it adds the automatic post crop bookmarks detailed here https://hummy.tv/forum/threads/automatic-edit-point-bookmarks-following-crop.9057/#post-127986 excepting the save is...
I should have added, if you don't copy the save file it won't break anything, the save function simply won't work, but you can still copy the displayed new bookmarks (eg 0 647 1391) and then paste those into the bookmaks bar in 'bookmarks' for the file.
If you do a 'manual' crop of a file the original is placed in a '_original' folder which seems the best way to me, but if you do a 'auto crop' with detect ads following detection the original stays in place and the cropped file named *.-crop.
Would it not be better if the detect ads auto...
The posted changes are of a patch file created by Meld
This site gives some useful info https://linuxacademy.com/blog/linux/introduction-using-diff-and-patch/
The current cropping creates a cropped file with no bookmarks, if your wishing to keep the file for a while before watching its useful to check the edit points haven't messed up the program before you delete the original file, but it can be awkward and time consuming to find those points.
The...
Hmmm yes I see that in the code, but its not happening, I`ve had things stuck in the queue for a day, never gets the status INTERRUPTED! even after a reboot
Where does 'queue startup' get called from, can't find it, neither can I find how dequeue is getting going!
I would suggest the following needs to be added to queue:
For process showing in dBase as running, file length and resolution and decryption status indicate process should last x, if that plus margin has elapsed, assume process has failed and abort.
Any 'running' processes in dBase at boot...
The Humax is connected via a Unmanaged Switch to the router, the PC is also connected to the router, all via LAN, its a stable connection.
The process was dead, it was simply the queue that thought it was still running! I had even deleted detectads, then rebooted, it was still in the queue...
I've had this YET again, this time it would NOT go away, whatever I did, checking, the cause this time was content sharing turned off yet again! (yes I have now belatedly added the boot settings package, thanks MymsMan)
So I have two queries, why is content sharing turned off not being...
Thanks for your excellent reply, detailed and clear.
I`ve checked the cron and yes both Scan and Deq are run every minute, and I assume as both are run independently together create the 2 aborts per minute, do they really need to run that often?
I have some peculiar behaviour today in my T2, viewing the auto.log I see:
386 04/01/2019 15:13:02 - Aborting, not yet time to run.
385 04/01/2019 15:12:02 - Auto de-queue processed 0 items in 0.162 seconds.
384 04/01/2019 15:12:02 - elapsed (minutes): 37 (<60)
383 04/01/2019...
The two detectads processes return different messages after auto-cropping, one is: x ad breaks cropped out the other: x ad breaks detected,
I suggest the following change to maintain consistency.
--- /mod/webif/plugin/detectads/detectads_orig.jim
+++ /mod/webif/plugin/detectads/detectads.jim...
Another simple change, instantly identify program type on the EPG through background effect, in this case I`m just identifying films:
The change means all programs will have a identifying style class so this can be extended.
If you prefer other colours, just change the css, the last colour in...
I've had another instance of Ad detect stuck in the queue, in this instance I know why the process baulked, I had deleted the file that was being processed, but why is the failure not immediately detected and why once a queue process is running can it not be deleted or stopped?
In this case...
You don't have to watch the page whilst it detects, just leave the tab open and use others, check back later to see if its finished. The auto crop did not work for me before as the bookmarks always needed adjusting, but with the padOut option it works well now so I will continue with that. There...
I had time so here's the mod for join
--- /mod/webif/html/browse/join/execute_orig.jim
+++ /mod/webif/html/browse/join/execute.jim
@@ -4,10 +4,20 @@
source /mod/webif/lib/setup
require ts.class pretty_size
+proc times {time} {
+ return [clock format $time -format "%T"]
+}
+
httpheader...
The following is an update to the previous mod on adjusting cropping bookmarks and only affects the detectads.jim file, it adds the automatic post crop bookmarks detailed here https://hummy.tv/forum/threads/automatic-edit-point-bookmarks-following-crop.9057/#post-127986 excepting the save is...
I should have added, if you don't copy the save file it won't break anything, the save function simply won't work, but you can still copy the displayed new bookmarks (eg 0 647 1391) and then paste those into the bookmaks bar in 'bookmarks' for the file.
If you do a 'manual' crop of a file the original is placed in a '_original' folder which seems the best way to me, but if you do a 'auto crop' with detect ads following detection the original stays in place and the cropped file named *.-crop.
Would it not be better if the detect ads auto...
The posted changes are of a patch file created by Meld
This site gives some useful info https://linuxacademy.com/blog/linux/introduction-using-diff-and-patch/
The current cropping creates a cropped file with no bookmarks, if your wishing to keep the file for a while before watching its useful to check the edit points haven't messed up the program before you delete the original file, but it can be awkward and time consuming to find those points.
The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.