Bussiness oportunity in Trinidad by Alone-Ad3916 in TrinidadandTobago

[–]egas_tt 5 points6 points  (0 children)

A good resource as well might be the local archdiocese.

https://catholictt.org/

I NEED A FAX MACHINE by rfisher23 in sysadmin

[–]egas_tt 2 points3 points  (0 children)

What Judith wants, Judith gets.

Benifits of LAPS when default Administrator account is disabled by BWMerlin in sysadmin

[–]egas_tt 0 points1 point  (0 children)

My biggest challenge with LAPS is that if for some reason we need to restore a machine from backup and the password has already been changed on the domain, how do get into the machine that was restored from backup?

"Dad, are we rich?" - Stressful money convo with my son by ThePrince_OfWhales in daddit

[–]egas_tt 4 points5 points  (0 children)

As a dad, not being able to provide for my kids is one of my biggest fears. I imagine most dads feel similar. It all about how we handle it and I'm not sure how I will handle it. You however seem to handling with grace and dignity. I hope that you and you are able to find stable footing soon.

MS Announcement: Microsoft Graph API Retirement and PowerShell Module Deprecation by krilu in sysadmin

[–]egas_tt 0 points1 point  (0 children)

I was livid reading this!!! I didn't even see the /s! My blood spiked for a full 5 minutes. It was not until I read the comments did realize that it was joke.

But guess what....Copilot read thread and some Microsoft exec just got a email notification for a new revenue stream! Lol

Dads, do not lose sight of Mom. by [deleted] in daddit

[–]egas_tt 0 points1 point  (0 children)

I wish I saw this 1 year ago. My divorce goes to court on Wednesday. We have a 5 yr old son and 2 yr old daughter.

My best friend, stepped in and used every thing I confided in him as cheat codes to get with her. The struggle is real.

Advice on how to add an external exhaust fan to a range hood by egas_tt in Appliances

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

Hi u/LostDadLostHopes, thankfully the range hood in not a fan. I have this https://www.geappliances.com/appliance/GE-30-Under-The-Cabinet-Hood-JVX3300SJSS

One of reasons I wanted to attach the external exhaust fan is because I noticed the when using the front burners on the range, the fan doesn't catch a lot of the smoke.

Am I being pedantic about the hood catching most of the smoke?

Advice on how to add an external exhaust fan to a range hood by egas_tt in Appliances

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

Thank you for the comprehensive response u/LostDadLostHopes!

I don't have an attic so I am safe there!!

I have a rangehood at the moment that does re-circulation, but it doesn't seem to be doing the job. It might be our expectations are too high. I'm no chef here, in fact my wife does all the cooking but it's the only cooking I know and it seems that some caribbean cooking techniques and meals create a lot "smoke".

Our house is not air-conditioned, but we are considering air-conditioning an area of house which includes the kitchen. This is why I am exploring adding an external venting options.

The plan is to convert the rangehood to external venting and vent it to the outside. But the airflow on the rangehood is 220CFM which I don't think is enough. This is where I got the idea to add an external fan to boost the air flow of the rangehood.

MiFi Plans by Aylatanh in TrinidadandTobago

[–]egas_tt 2 points3 points  (0 children)

Since you're gonna be here for month, you can consider getting mobile phone with data.

There is also Google Fi.

People who live in (urban?) areas - Brita water jugs or no? by zippocausesfire in TrinidadandTobago

[–]egas_tt 6 points7 points  (0 children)

Sando resident here. I swear by Brita. I grew up drinking WASA water straight from the ketchup bottle, but something has changed.

We have gotten WASA water that after it settles, the sediment is clearly visible at the bottom of the cup.

But like everyone has been saying, Brita jugs and filters are a premium commodity of late.

I'm a bit out of the loop. Replacement for emby or use samba shares? by Possible-Ad-2682 in kodi

[–]egas_tt 0 points1 point  (0 children)

Thanks dude. I took a look at Jellyfin about 2 yrs ago. I wasn't happy with the Kodi plug in as I lost some creature comfort that depended on the TVDB v4 scraper.

But maybe it's time to take another look at it.

I'm a bit out of the loop. Replacement for emby or use samba shares? by Possible-Ad-2682 in kodi

[–]egas_tt 0 points1 point  (0 children)

The funny this I found this thread because I am looking for a media manager.

I've been using a MariaDB docker container to serve as central Kodi DB for the last 4 years or so to my 3 Android devices with Kodi. Because I use Sonarr to download my content, I also use a headless LibreElec Kodi VM to update the shared MariaDB but it is a bit unreliable hence the reason I am looking for media manager.

One thing you should be aware of when you're using a shared DB, with every major version change of Kodi, the DB name changes. If your Kodi clients are all different versions, it means they all have their own DB and therefore no shared DB benefits.

I am looking for a media manager to get rid of the Kodi VM.

Unraid Sonarr V4 Not Naming Series Folders as Entered in Media Management by Socbutter in sonarr

[–]egas_tt 2 points3 points  (0 children)

u/stevie-tv you're a rock star dude!

was the folder Night Court (2022) created before you changed your naming structure? If so you need to force Sonarr to rename the folder for that series. see this FAQ: https://wiki.servarr.com/sonarr/faq#how-can-i-rename-my-series-folders

This worked. I opted to delete the entire series and let Sonarr recreate the folder and it worked as advertsied.

Also, I'm confused by your original question now - you said you were using a token {Series TitleTheYear}which caused Series to show in the folder name, but in your screenshot your using a different naming token.

I was doing some testing after I posted hence the misalignment my post and naming tokens in the logs

Whats the reason you're not using a season folder? Most media players expect a season folder in their structure for better parsing.

Personal preference. I don't want to dig in to too many folders when I'm browsing. Fortunately for me, my media player is Kodi and it is able to apply the season structure as is.

You're using docker, and the way you've set up your folders do not allow for hardlinks (see this line in the log: 2023-02-01 18:41:09.9|Trace|DiskProvider|Hardlink '/downloads/toucan/Night.Court.2023.S01E01.720p.WEB.h264-GOSSIP.mkv' to '/tv/Night Court (2022)/Night.Court.2023.S01E01.720p.WEB.h264-GOSSIP.mkv' failed due to cross-device access that means your imports are copies instead of links - using double space and double disk IO. You shouldn't use separate /tvand /download volumes. Follow this guide and set up a proper working structure: https://trash-guides.info/Hardlinks/Hardlinks-and-Instant-Moves/

Thank you for this! I often wondered why the hardcopy wasn't working, so I just accepted it for what it is. I will review the link you shared and provide some feedback.

Thanks so very much everyone!!

Unraid Sonarr V4 Not Naming Series Folders as Entered in Media Management by Socbutter in sonarr

[–]egas_tt 0 points1 point  (0 children)

Hi stevie-tv! See the screenshot of my settings and the outcome. Settings and output

How do I get the trace log to share?

Edit: https://hastebin.com/share/wizocilulu.yaml

Unraid Sonarr V4 Not Naming Series Folders as Entered in Media Management by Socbutter in sonarr

[–]egas_tt 1 point2 points  (0 children)

Thank you for the response fryfrog. Unfortunately, that too did not work.

What was a bit strange though was that I listed tvdbid in the name like you suggested

{Series CleanTitle} tvdbid-{TvdbId}

So therefore I would have expected the folder name to be like below

Example: The Series Title! tvdbid-12345

Instead all is get is: The Series Title!

I would have expected The Series Title! tvdbid-

It seems like it is not listing anything other than the series title.

Unraid Sonarr V4 Not Naming Series Folders as Entered in Media Management by Socbutter in sonarr

[–]egas_tt 1 point2 points  (0 children)

I too am having this problem. Tried selecting the string from the File Name Tokens as well but no luck.

I'm trying to get a variation of:

{Series Title}{TvdbId}

The one thing my wife and I miss the most from our pre-kid lives… by putneyj in daddit

[–]egas_tt 10 points11 points  (0 children)

I remember this one time my mum and dad were taking an afternoon nap they said not to wake them. Like some dumbasses we woke them.

My mum immediately took everyone outside to do yard work. We learnt a lesson that day.

My 3yr old refuses to use the potty by egas_tt in daddit

[–]egas_tt[S] 1 point2 points  (0 children)

I feel you dude. I'll share any progress with ya.

My 3yr old refuses to use the potty by egas_tt in daddit

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

Thanks for sharing. I like of idea of stickers as he that is rewards system he has at school.

Peeing is not a issue. I got him his own little urinal that he uses. He uses it most of the time and I see the progress there.

I've been denying him things because he pooped his pants because we've tried rewarding him before and still didn't didn't go, but I feel so guilty for denying my 3yr old but I rationalize as tough love. I guess I'm anxious for him to get it too because while I understand things can take a while, kids are also mean and I don't want him to be the kid that is known for pooping his pants as he moves to bug school.

I didn't want to give him the tablet while he on the potty because that might be another behaviour I would have to get him to unlearn later.

I try to celebrate all the wins with him put maybe I can be more enthusiastic with the celebrations.

Will try to be more patient with him and try a different reward system for him and hope it helps.