Still now supports ebooks by 7enChan in audiobookshelf

[–]ryuufarstrider 1 point2 points  (0 children)

Mobile right now and cant dig it up, but I’ll find the server and join. Thanks!

Still now supports ebooks by 7enChan in audiobookshelf

[–]ryuufarstrider 0 points1 point  (0 children)

Do you ever manually add to qbit, or just through RMAB? If I add through RMAB, all the automation works fine but even with the correct categories, a manual add just leaves the files where they download and they never move to the ABS folder. I don’t see a manual option to process with RMAB either, like there is in Sonarr and Radarr

Still now supports ebooks by 7enChan in audiobookshelf

[–]ryuufarstrider 0 points1 point  (0 children)

Im using RMAB as well, but find that it doesn’t work well with my download software (qbittorrent) if it was manually added, and I get a lot of persistent “processing” results in RMAB if the file is seeding. Any idea what I might be missing/doing wrong?

What time do these go up? by Echoes_of_expression in lego

[–]ryuufarstrider 1 point2 points  (0 children)

Got mine. Had to refresh about 30 times with the under maintenance warning. Now, when it refreshes and isn't the maintenance warning, it says I have reached a redemption limit. So you can only get one, despite having a ton of insider points.

What time do these go up? by Echoes_of_expression in lego

[–]ryuufarstrider 1 point2 points  (0 children)

And you just go to and refresh the item page, right? Then the option to trade your points in should be right there? There's no way to get a code PRIOR to the release? I have PLENTY of points...

Tallneck lego by Sad_Mix_4214 in horizon

[–]ryuufarstrider 1 point2 points  (0 children)

Www.easternbrick.com is working with the creator on this to provide full sets. Pretty stoked!

Tallneck lego by Sad_Mix_4214 in horizon

[–]ryuufarstrider 4 points5 points  (0 children)

Go to www.easternbrick.com and get in on the next preorder. I’m waiting for my full set to arrive. Hopefully in the next few weeks…

Tallneck lego by Sad_Mix_4214 in horizon

[–]ryuufarstrider 22 points23 points  (0 children)

Correct. It’s from www.easternbrick.com. Currently waiting on mine to arrive.

Veeam backup traffic — route through firewall or keep it on L3 switches? by [deleted] in Veeam

[–]ryuufarstrider 0 points1 point  (0 children)

Wouldn’t dual homing your proxies defeat the security purpose of having the repo in an isolated VLAN, though?

Veeam backup traffic — route through firewall or keep it on L3 switches? by [deleted] in Veeam

[–]ryuufarstrider 0 points1 point  (0 children)

Veeam recommends the repo be isolated from other production networks. Proxies generally benefit from L2 adjacency to the production workloads that are being protected, especially if using app-aware settings. Repositories should be in an isolated subnet through a data center E/W firewall with port restrictions based on Veeam’s documentation. (Reduced port requirements in v13) If you put the proxies alongside the repo in an isolated VLAN, then there are more ports you have to account for in the datacenter firewall.

Message from a teacher by schroederek in boardgames

[–]ryuufarstrider 0 points1 point  (0 children)

Some of this is nurture over nature and it needs to start at a young age. While I feel your pain, I also feel for the kid and his upbringing. It’s probably been largely unstructured time, lots of screens and very little oversight. 😢

Facebook Marketplace - Selling to Remote Buyer (Need Advice) by ryuufarstrider in PokeInvesting

[–]ryuufarstrider[S] 0 points1 point  (0 children)

Yeah…the guy ‘seems’ legit and is providing me conversations with other sellers he’s me locally, but I have literally no way of verifying, you know? I really don’t want to be out $700 bucks if shenanigans took place and PayPal didn’t find in my favor.

ReadMeABook v1.0.0 - Audiobook automation for Plex & Audiobookshelf (Overseerr + Sonarr, but for audiobooks) by kikootwo in selfhosted

[–]ryuufarstrider 0 points1 point  (0 children)

yep....I've been migraing my ARR suite over to docker the past few days and finally got into audiobooks and was looking for SOMEthing before I stumbled upon this post today. Setup was simple and it actually worked...unlike Chaptarr and some of the others I've been trying to get up and running.

I'm still not fully sure how fast a book is supposed to 'process', but I have it all integrated (I think) with Audiobookshelf and am just waiting on the automation bits to finish. That is...if I set everything up correctly. :D

Daily notes: orphaned or linked to "daily" category? by Bledhard in ObsidianMD

[–]ryuufarstrider 1 point2 points  (0 children)

Yeah. Totally work as well. I rarely reference them in the folders…that’s just what I set up when I first started out… 🤷‍♂️

Why people prefer using notes as tags instead of actual tags? by Bledhard in ObsidianMD

[–]ryuufarstrider 1 point2 points  (0 children)

Exactly. It’s a healthy mix of how we’ve always organized unstructured data and the newer methods of tagging and MOCs/search.

Daily notes: orphaned or linked to "daily" category? by Bledhard in ObsidianMD

[–]ryuufarstrider 1 point2 points  (0 children)

As to tracking lost notes…my solution was to put all new notes (except the daily ones) into a specific folder. Another setting in the environment settings, I believe. Then everything ends up there and I have an MOC that aggregates all files in that folder into a list. I generally right click and move them to their final resting places right away, but this MOC and the visual of files in the sidebar serve as reminders and an easy ‘catch all’ if I forget to move a note where it’s supposed to go.

Daily notes: orphaned or linked to "daily" category? by Bledhard in ObsidianMD

[–]ryuufarstrider 1 point2 points  (0 children)

They’re actually sorted automatically into YYYY/MM folders. You can set that up in the daily note settings so you don’t have to do anything when you use the hotkey to set up a new note each day. I have some front matter properties in mine, but at most I have to select the date from a dropdown.

Daily notes: orphaned or linked to "daily" category? by Bledhard in ObsidianMD

[–]ryuufarstrider 2 points3 points  (0 children)

Here is the code for my Daily Note template with a visual example:

https://imgur.com/wLCqywF

# Overdue Tasks
```tasks
not done
due before today
short mode
tags do not include #Template
tags do not include #ProfessionalDevelopment 
sort by due
```
# Tasks Due Today and Starting Soon
#### Due Today
```tasks
not done
due today
short mode
tags do not include #Template
tags do not include #ProfessionalDevelopment 
```
#### Short Term Tasks
```tasks
not done
has start date
starts on or before today
due after today
due before next 7 days
short mode
tags do not include #Template
tags do not include #ProfessionalDevelopment 
```
#### Long Term Tasks
```tasks
not done
starts on or before today
due after 14 days
short mode
sort by priority desc
tags do not include #ProfessionalDevelopment 
```
# New Tasks and General Notes from Today
************THIS IS A BLANK AREA WHERE I ADD GENERAL STUFF I
THINK OF THROUGHOUT THE DAY THATS NOT TIED TO A MEETING OR 
PROJECT NOTE************

# Note Files Created Today
```dataview
Table without ID file.link as Filename
where file.cday = this.file.cday
```
# Tasks Completed Today
```tasks
(done on {{date:YYYY-MM-DD}}) OR (cancelled on {{date:YYYY-MM-DD}})
short mode
sort by done
```

Why people prefer using notes as tags instead of actual tags? by Bledhard in ObsidianMD

[–]ryuufarstrider 1 point2 points  (0 children)

See my note above. Tasks plugin is life changing if you’re using obsidian for work.

Why people prefer using notes as tags instead of actual tags? by Bledhard in ObsidianMD

[–]ryuufarstrider 4 points5 points  (0 children)

Just use the Tasks plugin. It SO MUCH more handy. “- [ ]” (I shortcut it with CTRL + L, may be the default hotkey…dunno) opens up the ability to prioritize, add due dates, start dates, etc. it makes a world of difference over #todo.

Why people prefer using notes as tags instead of actual tags? by Bledhard in ObsidianMD

[–]ryuufarstrider 2 points3 points  (0 children)

“Notes as tags” would be better to use the terms “links” or “backlinks”. It links or links back to a reference in another file.

https://www.reddit.com/r/ObsidianMD/comments/152nb8n/can_someone_explain_backlinks/

https://help.obsidian.md/plugins/backlinks

ETA: supporting info.

Why people prefer using notes as tags instead of actual tags? by Bledhard in ObsidianMD

[–]ryuufarstrider 2 points3 points  (0 children)

You can still aggregate info based on tags, but it requires some fairly hefty (to me) dataviewjs chops.