December 28, 2025Dec 28 On 12/27/2025 at 5:57 AM, strike said:@Crimzon And anyone else who follows the thread. So I decided to look at your suggestion right away, as I had nothing else to do (other than gaming BF), and I've been hard at work implementing it. And I decided to add a major facelift as well, while I was at it. Here is a sneak peek at what the plugin will probably look like when I'm finished, with a few minor tweaks. With browsable shares, drag and drop to prioritize move order instead of a comma-separated list of libraries. etc. I still have a few kinks to iron out, but I like how it turned out visually, compared to what it used to look like.Looks very nice! Thanks for all your efforts!
December 31, 2025Dec 31 Author Pushed the new update; it should migrate your settings from the old version. Enjoy, and have a Happy New Year! :) 🎆
December 31, 2025Dec 31 I just updated the plugin. But now its giving me an error message./usr/local/emhttp/plugins/DiskSpaceManagement/scripts/disk_space_management.sh: line 75: bc: command not found
December 31, 2025Dec 31 Author 3 minutes ago, chasteencs said:I just updated the plugin. But now its giving me an error message./usr/local/emhttp/plugins/DiskSpaceManagement/scripts/disk_space_management.sh: line 75: bc: command not foundAh, it's because you don't have bc installed; it's used for the calculations of space. I'll see if I can either include that or revert to the previous method of calculating the space, which I believe used a different method.
December 31, 2025Dec 31 Author 38 minutes ago, chasteencs said:I just updated the plugin. But now its giving me an error message.Please update the plugin again. I decided to revert to using awk for the calculations, so we're not dependent on any packages.
December 31, 2025Dec 31 11 minutes ago, strike said:Ah, it's because you don't have bc installed; it's used for the calculations of space. I'll see if I can either include that or revert to the previous method of calculating the space, which I believe used a different method.29 minutes ago, strike said:Please update the plugin again. I decided to revert to using awk for the calculations, so we're not dependent on any packages.Updated. Working Now
January 4Jan 4 Grabbed the new version but a lot of the screens are now smashed to the right side....
January 4Jan 4 Author 1 hour ago, Crimzon said:Grabbed the new version but a lot of the screens are now smashed to the right side....Are you using a custom theme or something? Is this on a desktop or on a mobile device? And what browser are you using? I'm using the black theme, and I'm unable to reproduce this. There is a minor display issue on some elements on the Azure and grey theme, but nothing like you described.
January 4Jan 4 20 minutes ago, strike said:Are you using a custom theme or something? Is this on a desktop or on a mobile device? And what browser are you using? I'm using the black theme, and I'm unable to reproduce this. There is a minor display issue on some elements on the Azure and grey theme, but nothing like you described.I tried it using both Chrome and Edge on Windows 11. I don't have any themes installed.
January 4Jan 4 Author 1 hour ago, Crimzon said:I tried it using both Chrome and Edge on Windows 11. I don't have any themes installed.Have you also tried in a private/incognito window to rule out any plugins? Could you please post a screenshot of the entire screen? And what color theme are you using? You can find it in settings-display settings
January 4Jan 4 This app turned to crap. Dont know why you had to make the UI all fancy, things not working, was perfect before. Uninstalling
January 4Jan 4 5 hours ago, strike said:Have you also tried in a private/incognito window to rule out any plugins? Could you please post a screenshot of the entire screen? And what color theme are you using? You can find it in settings-display settings
January 5Jan 5 Author 8 hours ago, theobserver_ said:This app turned to crap. Dont know why you had to make the UI all fancy, things not working, was perfect before. UninstallingWould be nice to know what's not working so I can fix it. Is it the same issue @Crimzon has?
January 5Jan 5 Author 8 hours ago, Crimzon said:Aight, I'll see what I can do. But I'm kinda working blind here since I'm not able to reproduce. BTW your screen looks very narrow, or at least your screenshot is. Is your screen vertical? Or is it a small screen?
January 5Jan 5 Author @Crimzon Can you please uninstall the plugin, install this dev version, and see if the issues are resolved? If it is, I'll push the update to all. Go to plugins-install plugin and paste this URL: http://raw.githubusercontent.com/strike84/unraid-disk.space.management/refs/heads/main/DiskSpaceManagement-dev.plgIf you're still having display issues, please post a screenshot again.
January 7Jan 7 Also having issues with plugin after update to latest version. See attached txt file for dry run log. Possible you could make link available to previous version to rollback while issues being investigated? Very useful utility! error.txt
January 7Jan 7 Author 2 hours ago, poto2 said:Also having issues with plugin after update to latest version. See attached txt file for dry run log. Possible you could make link available to previous version to rollback while issues being investigated? Very useful utility!error.txtI'll take a look at it after work and also post a link to the previous version.
January 7Jan 7 Im getting the same broken pipe errors as well, please let me know if i can do anything to help with the fix.
January 7Jan 7 Author @unabletoconnect @poto2 Which version did you get the error? I posted a link to a dev version, is it that one?
January 7Jan 7 i'm running 2025.12.31-3.Happy to try the dev to see if that fixes the error, however is there a way i can abort the currently running instance? eg, like mover stop command
January 7Jan 7 Author 12 minutes ago, unabletoconnect said:i'm running 2025.12.31-3.Happy to try the dev to see if that fixes the error, however is there a way i can abort the currently running instance? eg, like mover stop commandOpen up a terminal and run this command: kill -9 $(cat /tmp/dsm.running) && rm /tmp/dsm.running
January 7Jan 7 okay updated to 2026.01.05 (after uninstalling previous version) and still getting broken pipe errors
January 7Jan 7 Author 1 minute ago, unabletoconnect said:okay updated to 2026.01.05 (after uninstalling previous version) and still getting broken pipe errorsThanks for reporting. I'll look at it after work. 😊
January 7Jan 7 Ignore the grump, the new UI is fantastic! I do have 1 issue with the UI though, my drop down items show weird as pictured. Also, how do I stop a running job?
January 7Jan 7 Author 45 minutes ago, rgreen83 said:Ignore the grump, the new UI is fantastic! I do have 1 issue with the UI though, my drop down items show weird as pictured. Also, how do I stop a running job?Glad someone likes the UI, haha.. 😊 When the bugs are fixed it will be a much better than the old one IMHO.Edit: I'm aware of the display issues on the Grey and Azure theme. You can switch to the black theme in the meantime. There's currently no stop command. But you can kill it by running this command5 hours ago, strike said:Open up a terminal and run this command:kill -9 $(cat /tmp/dsm.running) && rm /tmp/dsm.runningI'll add a stop command in the next release, so that it stops after moving the current item. Edited January 7Jan 7 by strike
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.