webgui icon indicating copy to clipboard operation
webgui copied to clipboard

Add Mover Status 6.13

Open SimonFair opened this issue 3 years ago • 16 comments

Initial code for 6.10+

SimonFair avatar Mar 08 '22 20:03 SimonFair

Example View

image

SimonFair avatar Mar 09 '22 20:03 SimonFair

Very nice! I like it.

bergware avatar Mar 10 '22 09:03 bergware

@limetech these changes will be pending your mover and move changes needed to made mover.ini in state dir.

SimonFair avatar Mar 20 '22 11:03 SimonFair

Gist for my current test mover script https://gist.github.com/SimonFair/91d54c983a8c9b09c0d803baa25f01ac

SimonFair avatar Apr 02 '22 13:04 SimonFair

it's baaaaaaaaaaack

limetech avatar May 26 '22 21:05 limetech

@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

image image image

SimonFair avatar Jun 02 '22 17:06 SimonFair

any info from @limetech when or if this PR get merged?

LoveBootCaptain avatar Nov 19 '22 18:11 LoveBootCaptain

Wow this looks amazing!

chrisallen avatar Dec 16 '22 09:12 chrisallen

Bump, this would be a great feature

okiyama avatar Jul 20 '23 13:07 okiyama

Any news on this one?

Joly0 avatar Nov 24 '23 17:11 Joly0

@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 }

SimonFair avatar Nov 27 '23 23:11 SimonFair

why is this not being merged? would be so great to have!

JanEisen avatar Jun 19 '24 18:06 JanEisen

is it possible to have this notify the apprise api of its progress ?

nebb00 avatar Jul 04 '24 07:07 nebb00