webgui
webgui copied to clipboard
Add Mover Status 6.13
Initial code for 6.10+
Example View

Very nice! I like it.
@limetech these changes will be pending your mover and move changes needed to made mover.ini in state dir.
Gist for my current test mover script https://gist.github.com/SimonFair/91d54c983a8c9b09c0d803baa25f01ac
it's baaaaaaaaaaack
@limetech Started creating a php version of the mover script to allow status to show file name and current action. But I still need to look at is the progress for each file. Can you provide details of now to get the ioctl from move so I can update the nchan for parity_list to get the progress. Or if you have another way you would like to progress let me know.
WIP https://gist.github.com/SimonFair/5e1f318b20e43afc01dcf29a78aee2c1

any info from @limetech when or if this PR get merged?
Wow this looks amazing!
Bump, this would be a great feature
Any news on this one?
@limetech I have update the processing to allow lines to be hidden, i.e. file being changed.
writestatus() { echo "TotalToArray=${TOTALTO}" > $MOVERSTATUS echo "RemainToArray=${TO}" >> $MOVERSTATUS echo "TotalFromArray=${TOTALFROM}" >> $MOVERSTATUS echo "RemainFromArray=${FROM}" >> $MOVERSTATUS echo "File=" >> $MOVERSTATUS echo "Action=Moving share ${SHARE}" >> $MOVERSTATUS echo "Filepercent=" >> $MOVERSTATUS echo "Showlines=5" >> $MOVERSTATUS echo "Selectlines=2,3,4,5" >> $MOVERSTATUS echo "movertitle1=File being processed:" >> $MOVERSTATUS echo "movertitle2=Action:" >> $MOVERSTATUS echo "movertitle3=Progress:" >> $MOVERSTATUS echo "movertitle4=Transfering To Array:" >> $MOVERSTATUS echo "movertitle5=Transfering From Array:" >> $MOVERSTATUS }
why is this not being merged? would be so great to have!
is it possible to have this notify the apprise api of its progress ?