Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

drumtechphoto

Members
  • Joined

  • Last visited

Everything posted by drumtechphoto

  1. Hello community, We receive your inquiries and requests for assistance. Please to be sure to provide diagnostics, current version of Unraid OS installed and any other info. The more detail (without personal details/personal info excluded) the better that can is provided is exceptional as It helps the maintainer(s) and the entire community out as a whole. Digging down to figure out what the issue(s) are takes time and the more info that can be provided the better. I post this as a fellow Unraider and someone who works in the IT field. We as a community appreciate the requests, just the more detail that can safely be provided and included as others have done, with screenshots where necessary the better. We also appreciate the the community as a whole and the maintainer(s) of the plugin.
  2. Thank you @maetthew. This script still works as of November 16th 2024.
  3. I have noticed as well that the settings I have applied to CA Mover Tuning are not being used by the plugin: Only move if above this threshold of used Primary (cache) space: 70% Free down/prime up to this level of used Primary (cache) space: 55% I got home from work and noticed my Unraid Server's Cache share is at 100% Full with only 197KB free... We understand that @Reynald is busy moving, and hope that the moving process is going well. Hopefully someone else can figure out what is wrong in the code to give some idea of how to fix what is going on/wrong.
  4. Hello all, thought I would share since the recent plugin update as of today, 8/19/2024: I thank all that are working on this CA Mover Tuning Plugin, most recent @Reynald. I noticed a bug when running the Mover manually on a share, in my example "/mnt/user/media". The command below has a slight typo near the end, where "move" should be "mover". Original/Before: "find "/mnt/cache/media" -depth | /usr/local/sbin/move -d 1" Correction/After: "find "/mnt/cache/media" -depth | /usr/local/sbin/mover -d 1" The script as it was (below), gave me the following output and made me wonder, "hey, this plugin uses mover, not move, so let me investigate": mvlogger: *********************************MOVER -SHARE- START******************************* mvlogger: Mon Aug 19 17:23:47 EDT 2024 mvlogger: Share supplied media Sharecfg: /boot/config/shares/media.cfg mvlogger: Cache Pool Name: cache mvlogger: Share Path: /mnt/cache/media mvlogger: Complete Mover Command: find "/mnt/cache/media" -depth | /usr/local/sbin/move -d 1 mvlogger: Mon Aug 19 17:23:47 EDT 2024 mvlogger: ********************************Mover Finished***************************** _________________________________________________________________________________________________ ##Edit: The bug is located on line # 96 of file "share_mover", snippet below of what line the issue was found on: File & File Location: "/usr/local/emhttp/plugins/ca.mover.tuning/share_mover" ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #81#SHAREPATH="/mnt/$CACHEPOOLNAME/$SHARE" mvlogger "Share Path: $SHAREPATH" if [ "$SHAREPATH" = "/mnt/cache" ] ; then echo "Exiting, can't determine cache name used" exit 2 else if [ -d $SHAREPATH ] ; then FINDSTR="find \"$SHAREPATH\" -depth" if [ "$TESTMODE" = "yes" ] ; then mvlogger "Running in Test Mode: $FINDSTR" eval "$FINDSTR" else #Add Mover to find string #96: Fix ME--># FINDSTR+=" | /usr/local/sbin/move -d $LOGLEVEL" mvlogger "Complete Mover Command: $FINDSTR" eval " $FINDSTR" fi else mvlogger "Directory does not exist: $SHAREPATH" fi fi fi rm -f $PIDFILE $NOW=`date` mvlogger "$NOW" mvlogger "********************************Mover Finished*****************************"
  5. Hey, I don't have experience with this docker container, but have at least 1 year of experiencing installing containers via Portainer container and then some via Command line / terminal / shell. The project itself looks pretty darn intuitive, quite a few sections of steps to follow to get it up and running. I'm going to tag a few Community Developers for their thoughts, guidance and knowledge. @Squid @ich777 @scolcipitato @dlandon; If you guys can tag in to help @mckenna654 or know any guides, or other users / moderators / developers that can chime in, please tag them in. Thank you

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.