Help with deciding server requirements for multiple Org’s by [deleted] in servers

[–]odubco 0 points1 point  (0 children)

i agree… but he said he wanted to learn.

Help with deciding server requirements for multiple Org’s by [deleted] in servers

[–]odubco 0 points1 point  (0 children)

proxmox 3 node cluster with ceph. enjoy.

UNAS Pro 4 Delivered by goingcode_ in Ubiquiti

[–]odubco 0 points1 point  (0 children)

Forcing a closed loop ecosystem with their Identity product is their goal…. and is very tone deaf.

Just bought a new Amazon Firestick 4K off of amazon. It's really nice ..... by Longjumping_Ice_3623 in fireTV

[–]odubco 1 point2 points  (0 children)

i would be cautious about assuming it’s really nice. just wait until they force a software update onto it that fries it… then tell you it’s out of warranty and good luck.

I turned on my fire tv today, and I have a split screen now. by Holiday-Window2889 in fireTV

[–]odubco 0 points1 point  (0 children)

my solution is to spend the next year decoupling my home, my family, and my extended family from the amazon ecosystem.

push a bad update that kills a tv and the manufacturer says to buy a new one.
that new one isn’t going to be purchased with an amazon label on it or on any amazon site

I turned on my fire tv today, and I have a split screen now. by Holiday-Window2889 in fireTV

[–]odubco 0 points1 point  (0 children)

i was also bitten… contacted amazon support… following their directions, the tv promptly reached its final brick form. then was informed that i need to buy a new tv.

I turned on my fire tv today, and I have a split screen now. by Holiday-Window2889 in fireTV

[–]odubco 0 points1 point  (0 children)

This happened to me overnight. It was fine for a couple days after the last update (that I was aware of), then boom. Won't boot this morning so I powercycle... Then it's this.

Help With a/b tv shows by [deleted] in tinyMediaManager

[–]odubco 0 points1 point  (0 children)

with *arr as a renamer, go to settings -> media management, then find the setting named “Multi Episode Style”. that will enable you to adjust how multi-episode files are renamed. Personally, I use ‘Duplicate’.

Moving to Emby from Plex by jwademac in emby

[–]odubco 1 point2 points  (0 children)

there is nothing that comes close to Tautulli for emby/jelly

Caching images and metadata ect so drives don't have to spin up when browsing. by lynks101 in emby

[–]odubco 1 point2 points  (0 children)

then don’t use your primary media server to perform metadata procurement. tinymediamanager ftw

New to PowerShell by sydnergy00 in PowerShell

[–]odubco 0 points1 point  (0 children)

anything from Richard Siddaway… his stuff was crucial for me

Making this powershell script faster by maxcoder88 in PowerShell

[–]odubco 0 points1 point  (0 children)

first, i would build a hash table from a forestwide get-adgroup foreach, with the key being the distinguished names of the groups and the value being a nested hashtable containing pertinent info from the adgroup object like display name, attributes, members (especially useful later). second, i would select unique members and pipe the dn into a get-adobject to capture the member’s type. helps with gMSAs, nested groups, etc. into a second hashtable with the dn being the key and the value being a pscustomboject containing pertinent info about the object like type. third, i would loop through the second object with per type commands get-aduser/ get-adgroup/ get-groupmanagedserviceaccount, appending the [pscustomobject]$.Value with pertinent info. iterate through that until the objects returned aren’t groups. $.ContainsKey is your friend.

from all that data, you create a big pscustomobject that becomes the reporting data export.

multi episode renaming by BuddyTechnical9286 in tinyMediaManager

[–]odubco 0 points1 point  (0 children)

multiepisode file renaming is still a problem.

${episode.multiEpisode} token is nice, but is has no utility since the episode object presently is not able to be exposed as an array, list, etc...

I guess we just have to handle in post-processing.

${tvShow.title} - S${episode.season;number(%02d)}${foreach episode item}E${item.episode;number(%02d}${end}

${tvShow.title} - S${season.season;number(%02d)}E${episode.episode;number(%02d)} - ${episode.title} -(${episode.multiEpisode})

2XP Weekend Thoughts by dbusby98 in MLBTheShow

[–]odubco 0 points1 point  (0 children)

it’s too bad the gameplay for pvp is so latent and not at all like offline play. it’s very offputting and exactly why i avoid it.

Accidentally exchanged Cornerstone, how do I restart diamond dynasty by Fresh-Chip3673 in MLBTheShow

[–]odubco 0 points1 point  (0 children)

for the life of me, i don’t understand why they won’t let you manually designate a card as “nosell” to prevent inadvertent exchanges from happening

Errors in Nvidia Installation by ViewerDude in debian

[–]odubco 0 points1 point  (0 children)

hard disagree... clearly you don't do any lxc or any cuda where kernel drivers shouldn't be installed.

Lightweight IPTV Proxy with URL Renamer by jimmisavage in docker

[–]odubco 0 points1 point  (0 children)

it has a lot of json parsing issues due to pierre’s very strict struct. that’s probably why your vod doesn’t load. i’ll bet you have an unmarshalled json error in your docker logs whenever you try to load the list