-
Unraid 7.3.0 Stable Now Available
Updated fine but somethings happened to homeassistant container. It's still there but not able to run it & won't let me re-add it. How can I get it back working easily? Screenshot is what happens if I click add container & choose homeassistant template. Appdata folder is all still there...
-
dopeytree started following Please Welcome Our New Senior Developer: Chris Tram , Unraid 7.3.0 Stable Now Available , Unraid OS Version 7.2.3 available and 4 others
-
[Plug-In] Community Applications
Had my interest die halfway through a plugin update. Leaving in a state of limbo. Should I just manually remove the plugin file on the usb stick & reinstall?
-
Unraid OS Version 7.2.3 available
Thanks team - Upgraded my 2gb usb stick to a Swissbit 16GB stick easily & then updated to 7.2.3 Smooth like butter on pancakes. 🥞🍻
-
File Manager zip extraction / archive
Thanks yeah the gui sucks butt (slow manual browsing etc) but maybe the undying 7zip package is good. Much easier to terminal to the folder and type extract. Got grok it help me write these. Insert into go file for persistency. ``` # extract ZIP/RAR to auto-named subfolder, move to .tmp_zip/, log to extract_log.txt grep -q "extract() {" /etc/profile || echo "extract() { local ext=\\\"\\\${1##*.}\\\"; local folder=\\\"\\\${1%.*}\\\"; local log_file=\\\"extract_log.txt\\\"; local timestamp=\\\$(date \\\'+%Y-%m-%d %H:%M:%S\\\'); local moved=0; echo \\\"\\\$timestamp: Starting extract: \\\$1\\\" >> \\\"\\\$log_file\\\"; if [[ \\\"\\\$ext\\\" == \\\"zip\\\" ]]; then if unzip -o \\\"\\\$1\\\" -d \\\"\\\$folder/\\\"; then moved=1; echo \\\"\\\$timestamp: SUCCESS - Extracted \\\$1 to \\\$folder/ and moved to .tmp_zip/\\\" >> \\\"\\\$log_file\\\"; else echo \\\"\\\$timestamp: ERROR - Failed to extract \\\$1 (ZIP)\\\" >> \\\"\\\$log_file\\\"; return 1; fi; elif [[ \\\"\\\$ext\\\" == \\\"rar\\\" ]]; then if unrar x -o+ \\\"\\\$1\\\" \\\"\\\$folder/\\\"; then moved=1; echo \\\"\\\$timestamp: SUCCESS - Extracted \\\$1 to \\\$folder/ and moved to .tmp_zip/\\\" >> \\\"\\\$log_file\\\"; else echo \\\"\\\$timestamp: ERROR - Failed to extract \\\$1 (RAR)\\\" >> \\\"\\\$log_file\\\"; return 1; fi; else echo \\\"\\\$timestamp: SKIP - Unsupported format for \\\$1 (\\\$ext)\\\" >> \\\"\\\$log_file\\\"; return 1; fi; if [[ \\\$moved -eq 1 ]]; then mkdir -p .tmp_zip; mv \\\"\\\$1\\\" .tmp_zip/; fi; }" >> /etc/profile ``` ``` # batch extract all ZIP/RAR recursively (newest first), exclude .tmp_zip/, log to extract_log.txt grep -q "batch_extract() {" /etc/profile || echo "batch_extract() { local log_file=\\\"extract_log.txt\\\"; local timestamp=\\\$(date \\\'+%Y-%m-%d %H:%M:%S\\\'); local count=0; echo \\\"\\\$timestamp: BATCH START - Recursive extract of all ZIP/RAR (excluding .tmp_zip/)\\\" >> \\\"\\\$log_file\\\"; while IFS= read -r -d \\\"\\\" f; do echo \\\"Processing: \\\$f\\\"; if extract \\\"\\\$f\\\"; then ((count++)); fi; done < <(find . -type f \\$$ -name \\\"*\\\\.zip\\\" -o -name \\\"*\\\\.rar\\\" \\ $$ ! -path \\\"*/.tmp_zip/*\\\" -printf \\\'%T@ %p\\\\n\\\' | sort -nr | cut -d\\\' \\\' -f2- | tr \\\'\\\\n\\\' \\\'\\\\0\\\'); echo \\\"\\\$timestamp: BATCH END - Processed \\\$count archives total\\\" >> \\\"\\\$log_file\\\"; echo \\\"Batch complete! Processed \\\$count archives across subfolders. Check .tmp_zip/ folders for originals and extract_log.txt for details.\\\"; }" >> /etc/profile ```
-
Better code formatting i.e markdown ```
Is it possible to fix code quoting on the forums to use the same as normal markdown uses? e.g ``` Code ``` should create a code box etc I find when I manually press the code block button it automatically puts the entire last paragraph inside and then its a battle to fix it
-
File Manager zip extraction / archive
Add a button / right click command in the File Manager to easily extract .zip etc in situ. Go alias shortcut # extract ZIP to auto-named subfolder echo "extract() { unzip \\\"\\\$1\\\" -d \\\"\\\${1%.*}/\\\"; }" >> /etc/profile command ``` extract() { unzip "$1" -d "${1%.*}/" } ``` command in folder ``` unzip "filename.zip" -d "${filename.zip%.*}/" ``` command not in folder ``` unzip "/mnt/user/downloads/movie.zip" -d "$(dirname /mnt/user/downloads/movie.zip)/${movie.zip##*/%.*}/" ```
-
File Manager says 5.6TB used but drive is only 2TB?
cd /mnt/luna/appdata/ sudo ls -laMust be some bug as not showing so large in terminal. I did notice MC (midnight commander) does report the same large 5.6TB size though so must be a big somewhere. s
-
File Manager says 5.6TB used but drive is only 2TB?
What would a terminal command be to check folder sizes? It seems to be something in /appdata I tried below but it says no access to */ Also LS doesn't show anything du -sh */ | sort -hr
-
File Manager says 5.6TB used but drive is only 2TB?
Its fairly minor was just surprised. Diags attached Don't think there's snapshots (beyond a test) as never quite got it setup but here's the screenshot: ' moulin-rouge-diagnostics-20251111-1504.zip
-
File Manager says 5.6TB used but drive is only 2TB?
-
Notification refinements
Is it possible to get more control over the connect plugins notifications so colours etc Have the same colours used for POP Ups as in the Long List? I personally would like the sizing to the same meaning if notifications in the Long List were displayed the same as the Pop Ups then more would be visible on screen at once. Perhaps in stead of a view / archive button we have a 'Open' vs 'X' button as this takes up less space etc. Icons should be the same across both POP Ups & Long List etc
-
Unraid OS Version 7.2.0 available
In design less is more. At the moment the line not adjusting to the length of the characters is more disturbing. Could have the line be the same width and align to the left of the text. Also needs a 5px gap above the line or something its too close to the words. Other options include just changing the colour of the active nav point or fading etc. All will probably be possible with new theme engine? Perhaps swap to icons like homeassistant.
-
Unraid OS Version 7.2.0 available
Minor but in future I'd probably be inclined to change the highlighted underline nav bar to a . as a dot looks better when the length of nav bar titles changes length?
-
Please Welcome Our New Senior Developer: Chris Tram
🏝️🍻
-
Unraid OS Version 7.2.0 available
Worked a treat Thanks team