Everything posted by Masterwishx
-
[Plugin] Mover Tuning
Compiled new version with : - Fix issue for shares with spaces. - Add option to clean ZFS datasets. https://github.com/masterwishx/ca.mover.tuning I can maintain plugin until plugin Author is back or other user want to maintain or @the_lucifer confirm to maintain the plugin Can also post to CA Application if needed ... Enjoy
-
[Plugin] Mover Tuning
if @the_lucifer planning to maintain the plugin ? i can move my pr to him github , if not i can publish my version
-
[Plugin] CA User Scripts
When still file system is exist befor shutdown? so we have also `start` file , or only `go`?
-
[Plugin] CA User Scripts
Thanks , first time hear of `stop` file , do we have this in docs ? seems `on stop array` also working but not `at_first_array_start_only` because script run before the file system exist , maybe `at_start_up_array` will work ...
-
[Plugin] CA User Scripts
Can we use user script on system shutdown ? only stop array is available (seems also good for it) .. Wanted to save fish-shell history file to boot disk ...
-
[Plugin] Mover Tuning
Also in pr added the new option for Clean ZFS dataset that unraid mover make by default ...
-
Mover is refusing to move any files off the cache from a share with a space in the name
Yes i not removed -depth in pr The old line code not working ...
-
[Plugin] Mover Tuning
Yep, checked again can't find in code, but unraid mover has it, will try to add it to plugin...
-
unRaid changes BIOS clock time
Used Rtc wake from bios in utc with no issues on h87-g43, but after updated to B760M-A D4, rtc wake not working...
-
[Plugin] Mover Tuning
if the plugin should unmount and destroy zfs datasets ?
-
[Plugin] Mover Tuning
Already forked and made pr. waiting if no reponce will try compile and post new version ....
-
[Plugin] Mover Tuning
we can wait if no i can move it to my github and compile it but not sure if can handle along this project ... but prs will help ...
-
[Plugin] Mover Tuning
Well i posted pr based on @DToX_ changes for fix issue with spaces , i hope he will check/merge it ?!?
-
[Plugin] Mover Tuning
Did you checked `Move files off Primary (cache) based on age` flag ?
-
[Plugin] Mover Tuning
https://github.com/R3yn4ld/ca.mover.tuning/pull/69 If some one else can test will be cool ...
-
Mover is refusing to move any files off the cache from a share with a space in the name
i made pull request for plugin but not removed -depth : FINDSTR="find \"$SHAREPATH\" ! -path \"\"/mnt/user*\"\" -type f -depth \"" # or maybe fix spaces FINDSTR="find \"$SHAREPATH\" -type f -not -path \"/mnt/user*\"" else FINDSTR="find \"$SHAREPATH\" -type f -depth " #or FINDSTR="find \"$SHAREPATH\" -type f" Please fill free to update .... https://github.com/R3yn4ld/ca.mover.tuning/pull/69
-
Mover is refusing to move any files off the cache from a share with a space in the name
is this not same as in original ?
-
Mover is refusing to move any files off the cache from a share with a space in the name
Thanks for the fix i wll try to pull to github ,why -depth was excluded ?
-
[Plugin] FolderView
i Found its something related to thous containers with png icons ....
-
[Plugin] FolderView
Also all my icons from inet , No two icons , also resized telegraf to 192x192 uploaded to my github : telegraf influxdb
-
[Plugin] FolderView
Sure sorry I was thinking maybe related to docker or png file itself, css still working fine from back days
-
[Plugin] FolderView
Fixed when icon loaded from /boot but not from internet ...
-
[Plugin] FolderView
@Mattaton Not sure if related to plugin but have some issues with some icons in docker container when adding new icon, the old one show in container tab but new in advanced tab only: Also tryed to remove icon and then add it ... telegraf icon
-
BIOS/Internal Speaker issues - clicking rather than beeping
i will try it ... My motherboard full name is `Asus PRIME B760M-A D4-CSM`, just in case
-
BIOS/Internal Speaker issues - clicking rather than beeping
Checked sleep by plugin installed, after wake from sleep the beeper work fine. @ich777 it's very strange...