Everything posted by acosmichippo
-
[Plugin] Mover Tuning
An option would be great if you can get around to it! I neglected to mention all those files were "new" to me within the last 10 days, but the mtime was ~60 days ago. So from my point of view it was just not accurate and mover moved them the very first opportunity despite my "age" setting at 10 days.
-
[Plugin] Mover Tuning
Like this? For these files, the "atime" and "ctime" are both less than 10 days, but the "mtime" is greater than 10 days. If "atime" cannot be used, can "ctime"? oot@unraid:/mnt/user/Media/TV Shows/Stanley Tucci - Searching for Italy/Season 01# find *.mkv -atime -10 Stanley Tucci - Searching for Italy - S01E01 - Naples and the Amalfi Coast - [WEBRip-1080p, , x264, 8-bit] [AAC, 2.0].mkv Stanley Tucci - Searching for Italy - S01E02 - Rome - [WEBRip-1080p, , x264, 8-bit] [AAC, 2.0].mkv Stanley Tucci - Searching for Italy - S01E03 - Bologna - [WEBRip-1080p, , x264, 8-bit] [AAC, 2.0].mkv Stanley Tucci - Searching for Italy - S01E04 - Milan - [WEBRip-1080p, , x264, 8-bit] [AAC, 2.0].mkv Stanley Tucci - Searching for Italy - S01E05 - Tuscany - [WEBRip-1080p, , x264, 8-bit] [AAC, 2.0].mkv Stanley Tucci - Searching for Italy - S01E06 - Sicily - [WEBRip-1080p, , x264, 8-bit] [AAC, 2.0].mkv root@unraid:/mnt/user/Media/TV Shows/Stanley Tucci - Searching for Italy/Season 01# find *.mkv -ctime -10 Stanley Tucci - Searching for Italy - S01E01 - Naples and the Amalfi Coast - [WEBRip-1080p, , x264, 8-bit] [AAC, 2.0].mkv Stanley Tucci - Searching for Italy - S01E02 - Rome - [WEBRip-1080p, , x264, 8-bit] [AAC, 2.0].mkv Stanley Tucci - Searching for Italy - S01E03 - Bologna - [WEBRip-1080p, , x264, 8-bit] [AAC, 2.0].mkv Stanley Tucci - Searching for Italy - S01E04 - Milan - [WEBRip-1080p, , x264, 8-bit] [AAC, 2.0].mkv Stanley Tucci - Searching for Italy - S01E05 - Tuscany - [WEBRip-1080p, , x264, 8-bit] [AAC, 2.0].mkv Stanley Tucci - Searching for Italy - S01E06 - Sicily - [WEBRip-1080p, , x264, 8-bit] [AAC, 2.0].mkv root@unraid:/mnt/user/Media/TV Shows/Stanley Tucci - Searching for Italy/Season 01# find *.mkv -mtime +10 Stanley Tucci - Searching for Italy - S01E01 - Naples and the Amalfi Coast - [WEBRip-1080p, , x264, 8-bit] [AAC, 2.0].mkv Stanley Tucci - Searching for Italy - S01E02 - Rome - [WEBRip-1080p, , x264, 8-bit] [AAC, 2.0].mkv Stanley Tucci - Searching for Italy - S01E03 - Bologna - [WEBRip-1080p, , x264, 8-bit] [AAC, 2.0].mkv Stanley Tucci - Searching for Italy - S01E04 - Milan - [WEBRip-1080p, , x264, 8-bit] [AAC, 2.0].mkv Stanley Tucci - Searching for Italy - S01E05 - Tuscany - [WEBRip-1080p, , x264, 8-bit] [AAC, 2.0].mkv Stanley Tucci - Searching for Italy - S01E06 - Sicily - [WEBRip-1080p, , x264, 8-bit] [AAC, 2.0].mkv
-
[Plugin] Mover Tuning
I have a question - For "Move files off cache based on age?" setting, it seems like the plugin checks the "Last Modified" date which corresponds to when the file was first created, even if that's before you downloaded it. So if you download something older than your "days old" setting, it gets moved to the array on the very next Mover run. Would it be possible to reference either the "Date Changed" or "Date Accessed" dates instead? Seems like either of those are more representative of when the files are actually acquired on the cache. At least in my use case. Thank you!
-
[Support] binhex - Plex Pass
awesome, thank you!
-
[Plugin] Mover Tuning
@hugenbdd thank you too!
-
[Plugin] Mover Tuning
Hi Squid, I just want to say a big THANK YOU for this plugin. I've been using unraid for over a year and am sad I'm only just now learning about this. It is one of the most useful plugins I've installed, and makes SSD caches so much more powerful!
-
cache_dirs - an attempt to keep directory entries in RAM to prevent disk spin-up
Well I spoke too soon. Sometimes it seems to work, others not. I just tried moving a new file between directories on a share with "cache: Yes" (so it was on SSD cache), and it had to wake up almost the whole array to do it. A few days ago it seemed to work fine. Maybe it's just not holding all the directories in memory? But I have cache pressure set to 1, and I never go above ~30% usage of 32GB of memory. Also tried turning on "fixed" with maximum depth of 0. Increased timeout to 1500. Added user defined options to skip recycle bin, etc. Not sure there's much else I can do at this point other than lowering pressure to 0.
-
cache_dirs - an attempt to keep directory entries in RAM to prevent disk spin-up
Unfortunately that doesn't seem to be the case for me, at least while moving around files on cache/pool via SMB. With /mnt/user scanning on it works beautifully with no disk spinups. With it off, every array disk with the relevant directory has to spin up, even if it's staying on the SSD cache in the same share. Why does unraid even need to query array disks if it's just moving a file between cache/pool directories? I guess to check for duplicates? Would be nice if you could just make Mover handle that later when all the disks are spun up and throw an error if there's an issue.
-
File Activity Plugin - How can I figure out what keeps spinning up my disks?
small convenience request, would it be possible to move the start, stop, refresh, etc buttons in the file activity tab to above the list of activities?
-
cache_dirs - an attempt to keep directory entries in RAM to prevent disk spin-up
I've just had an idea for this. With Squid's Mover Tuning plugin, I have set an exemption for file type '.DS_Store'. Now I'm going to delete all previous .DS-Store files and *hopefully* the new ones will stay on the SSD cache. I'm wondering if this is the root of many Mac users' problems with cache dir.
-
Recycle Bin (vfs recycle) for SMB Shares
no go on Unraid\ Downloads either. Not a huge deal, I can just stick with the wildcards.
-
Recycle Bin (vfs recycle) for SMB Shares
actually I spoke too soon, single quotes doesn't seem to work either. i'll try with \.
-
Recycle Bin (vfs recycle) for SMB Shares
that was it, thanks!
-
Recycle Bin (vfs recycle) for SMB Shares
yeah i tried that initially, but after applying the quotes were removed.
-
Recycle Bin (vfs recycle) for SMB Shares
What's the syntax? I want to exclude folder "Unraid Downloads" in share "Media". I've tried: Media/Undraid Downloads *Unraid Downloads /mnt/user/Media/Unraid Downloads but deleted files still go to the bin. edit: *Unraid*Downloads works for now, but would like to specify the exact folder if possible. Thanks again!
-
Recycle Bin (vfs recycle) for SMB Shares
That's awesome, thank you! tip headed your way.
-
Recycle Bin (vfs recycle) for SMB Shares
Hello, is it possible to exclude a folder in a share, but not the whole share? thanks!
-
[Support] SpaceinvaderOne - Macinabox
There are a few graphical bugs with some apps, but overall perfectly usable. I use it as a vnc jumpbox.
-
[Support] binhex - Plex Pass
Hey guys, I'm trying to collect plex logs, but when I navigate to the logs folder in krusader it says it cannot open the folder. I also tried deleting the Logs folder to see if Plex would recreate it but it would not delete. Searched this thread, but didn't find any issues like this yet. Any idea why this is or how to fix it? Thanks!
-
[Support] SpaceinvaderOne - Macinabox
not recommended. people in here are working on making bug sur VMs, but there are still major changes in each beta release that cause issues.
-
[Support] binhex - rTorrentVPN
hey guys, i'm having trouble setting up jackett rss feeds with vpn on (mullvad if it matters). Works fine with vpn turned off, but with vpn turned on it cannot connect to jackett. example rss from jackett: http://10.0.0.186:9117/api/v2.0/indexers/limetorrents/results/torznab/api?apikey=xxxxxxx=search&cat=&q= i do have LAN_Network set to 10.0.0.0/24 in the docker config. Is there any other setting i'd need to fix? thanks for any input!
-
[Support] binhex - DelugeVPN
I just switched to Mullvad and got a refund on my PIA subscription. Luckily I just renewed within 30days, so they gave me a full refund. They do not do prorated refunds, so if anyone is on the fence and recently renewed, check soon! Mullvad seems to be a little slower so far, but to be fair I have only tried the Swiss servers. Is there a consensus fastest region or is it best to just pick the closest one to you.
-
[Support] binhex - DelugeVPN
really depends on the cause. If it was planned maintenance or decommissioning of a commonly used feature, then that should have been communicated to us ahead of time. If I had known this a few weeks ago I would not have renewed my yearly subscription. also it has now been over 24 hours. Even if it was an unplanned incident, it seems to be taking them quite a while to fix.
-
Dynamix - V6 Plugins
anyone know why total RAM fluctuates? I would expect the sum of Free+cached+used to always add up to my total available RAM (31.3GB in my case), but you can see here that it drops below 29GB around 4am.
-
[Support] binhex - DelugeVPN
yep, Toronto is my default but that is giving me exit code 56 as well.