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.

J OBrien

Members
  • Joined

  • Last visited

Everything posted by J OBrien

  1. I can confirm its working now after 2 changes on the template: -Change webhook variable to WEBHOOK_URL -Change PATH of config from /root/.n8n to /home/node/.n8n Thank you for the fix.
  2. I just migrated from dell r420 h310 (LSI firmware) to dell r730 h730p mini (dell firmware) without any config changes. Before hooking up the drives make sure to set the h730p mini to HBA mode by IDrac or bios interface. AFter HBA mode is set power off... hook up the drives and you are done. I run 4 cache sas drives and 1 unassigned ssd for appdata. This is how Unraid reads it:
  3. the command is "sh /usr/local/emhttp/plugins/fix.common.problems/scripts/newperms.sh"
  4. Thank you. I don't know why that setting changed all of a sudden. Thank you its working now.
  5. Hello, this is the beginning of my log (I am on 2021.11.12). I Tried with .anchor, anchor, and both. Nov 15 15:50:44 Tower root: mvlogger: *********************************MOVER START******************************* Nov 15 15:50:44 Tower root: mvlogger: Age supplied 0 Nov 15 15:50:44 Tower root: mvlogger: Size supplied Nov 15 15:50:44 Tower root: mvlogger: Sparness supplied Nov 15 15:50:44 Tower root: mvlogger: No Skipfiles Argument Supplied Nov 15 15:50:44 Tower root: mvlogger: SKIP FILE TYPES: .anchor,anchor Nov 15 15:50:44 Tower root: mvlogger: No Before Script Argument Supplied Nov 15 15:50:44 Tower root: mvlogger: No After Script Argument Supplied Nov 15 15:50:44 Tower root: mvlogger: No CTIME Argument Supplied Nov 15 15:50:44 Tower root: mvlogger: CACHE THRESH to Move all Cache-Yes shares to array: 5 Nov 15 15:50:44 Tower root: mvlogger: No Test Mode Argument Supplied Nov 15 15:50:44 Tower root: mvlogger: No Ignore Hidden Files Argument Supplied Nov 15 15:50:44 Tower root: mover: started Nov 15 15:50:44 Tower root: mvlogger: No Script to Run. Nov 15 15:50:44 Tower root: mvlogger: CACHETHRESH: 5 Nov 15 15:50:44 Tower root: mvlogger: Checking to see if we should all files from share. Nov 15 15:50:44 Tower root: mvlogger: Move All Cache Threshold: 5 Nov 15 15:50:44 Tower root: mvlogger: /mnt/cache PCT USED: 31 Nov 15 15:50:44 Tower root: mvlogger: Pool /mnt/cache is above 'move all' percentage, moving all cache-yes shares to array Nov 15 15:50:44 Tower root: mvlogger: Not in Test mode Nov 15 15:50:44 Tower root: mvlogger: Complete Mover Command: find /mnt/cache/media.movies.4k -depth | /usr/local/sbin/move -d 1 Nov 15 15:50:44 Tower move: move: file /mnt/cache/media.movies.4k/local.anchor
  6. File ignore settings are not working anymore. I had some .anchor files which are now being moved despite being in the "Ignore file types". I tried the "Ignore files listed inside of a text" setting, and was not working either. I finally got around the problem create a script to run after the mover (which is not ideal)
  7. This would be great, self hosted youtube/twitch like. platform https://openstreamingplatform.com/ https://hub.docker.com/r/deamos/openstreamingplatform
  8. is anyone getting Branch 'aphrodite' has been merged, switch to 'nightly' for further V3 development in linuxserver/radarr:preview ??
  9. Subsync - Syncs out of sync subtitles to videos using speech recognition dictionaries. https://github.com/sc0ty/subsync There is already a few docker projects out there, like this one bazaar and subsync all in one. https://github.com/wayller/docker-bazarr
  10. Anyone else using this script? The chapters seem to be misplaced when output to mkv.
  11. Hello, I chose the repo because it had sqlite3 but I am having issues, not sure if related to sqlite3, the shell, the repo itself? Some queries will return results and others wont. I have ran the same queries from radar and they all check out fine. You can test this yourself in the shell. 1 result echo $(/usr/bin/sqlite3 /usr/lib/plexmediaserver/Resources/com.plexapp.plugins.library.db "SELECT * FROM accounts") 1|Administrator|||2010-11-12 00:07:53|2010-11-12 00:07:53|||t|t No results echo $(/usr/bin/sqlite3 /usr/lib/plexmediaserver/Resources/com.plexapp.plugins.library.db "SELECT * FROM media_parts") If i run that last same query from another docker (in this case the linux repo radarr) mapping path /plexdb into the binhex plex db folder echo $(/usr/bin/sqlite3 /plexdb/com.plexapp.plugins.library.db "SELECT * FROM media_parts") 1|1|3|728729cc89de8e31df9891719ed7ec6af127a7e0|4b9c6200f882a763|/tools/Test (2013)/Test (2013).mkv||54307148|26543|2019-01-25 23:16:54|2017-02-24 14:33:22||ma%3AaudioProfile=ma&ma%3Acontainer=mkv&ma%3AvideoProfile=high 2|2|||||||117000||||at%3Akey=%2Fservices%2Fiva%2Fassets%2F155582%2Fvideo%2Emp4%3Fbitrate%3D2500&ma%3Acontainer=mp4&ma%3AoptimizedForStreaming=13|3|||||||117000||||at%3Akey=%2Fservices%2Fiva%2Fassets%2F155582%2Fvideo%2Emp4%3Fbitrate%3D1500&ma%3Acontainer=mp4&ma%3AoptimizedForStreaming=1 4|4|||||||117000||||at%3Akey=%2Fservices%2Fiva%2Fassets%2F155582%2Fvideo%2Emp4%3Fbitrate%3D450&ma%3Acontainer=mp4&ma%3AoptimizedForStreaming=1 Any help would be appreciated. EDIT: Command from root working: echo $(/usr/bin/sqlite3 /mnt/user/appdata/binhex-plexpass/Plex\ Media\ Server/Plug-in\ Support/Databases/com.plexapp.plugins.library.db "SELECT * FROM media_parts") 1|1|3|728729cc89de8e31df9891719ed7ec6af127a7e0|4b9c6200f882a763|/tools/Test (2013)/Test (2013).mkv||54307148|26543|2019-01-25 23:16:54|2017-02-24 14:33:22||ma%3AaudioProfile=ma&ma%3Acontainer=mkv&ma%3AvideoProfile=high 2|2|||||||117000||||at%3Akey=%2Fservices%2Fiva%2Fassets%2F155582%2Fvideo%2Emp4%3Fbitrate%3D2500&ma%3Acontainer=mp4&ma%3AoptimizedForStreaming=13|3|||||||117000||||at%3Akey=%2Fservices%2Fiva%2Fassets%2F155582%2Fvideo%2Emp4%3Fbitrate%3D1500&ma%3Acontainer=mp4&ma%3AoptimizedForStreaming=1 4|4|||||||117000||||at%3Akey=%2Fservices%2Fiva%2Fassets%2F155582%2Fvideo%2Emp4%3Fbitrate%3D450&ma%3Acontainer=mp4&ma%3AoptimizedForStreaming=1 Versions used of sqlite: Radarr linux repo, 3.11.0 2016-02-15 17:29:24 3d862f207e3adc00f78066799ac5a8c282430a5f Root, 3.24.0 2018-06-04 19:24:41 c7ee0833225bfd8c5ec2f9bf62b97c4e04d03bd9566366d5221ac8fb199a87ca Binhex plexpass 3.25.3 2018-11-05 20:37:38 89e099fbe5e13c33e683bef07361231ca525b88f7907be7092058007b75036f2

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.