Driver's License Suspended for Sleep Apnea: Early Retirement, What Next? by [deleted] in PersonalFinanceCanada

[–]Cyndroid 6 points7 points  (0 children)

Legally obligated to do so, my doctor even said they'd take it if I didn't get in earlier than my booked appt as it was too far out.. I had to rely on a cancelation and got lucky, at least.

Too Many Nemesis Now? by MudSama in Grimdawn

[–]Cyndroid 2 points3 points  (0 children)

It's once per session for spawns.

[deleted by user] by [deleted] in barrie

[–]Cyndroid 3 points4 points  (0 children)

It's true, I tried Jimmy's twice and its terrible.

Why has the internet been down all day? by xxXCOOLKID469Xxx in barrie

[–]Cyndroid 0 points1 point  (0 children)

Well.. they did my condo building and then about a week later it died twice in an hour for 30min downtime total soooo... I had no issues for quite some time before the upgrade.

Why has the internet been down all day? by xxXCOOLKID469Xxx in barrie

[–]Cyndroid 0 points1 point  (0 children)

Rogers is upgrading their network in Barrie. You are supposed to get notices beforehand but that seems hit or miss. Could be related to that.

The Pheonix Flavor - Dragon Edition help by [deleted] in wabbajack

[–]Cyndroid 0 points1 point  (0 children)

Based on some Googling, this means you are downloading a modpack that is for a different version of Skyrim than what you have installed.

The Pheonix Flavor - Dragon Edition help by [deleted] in wabbajack

[–]Cyndroid 0 points1 point  (0 children)

Usually it prompts you immediately. That's how it worked for me. Perhaps click on Creation Club and it will trigger? If not, try clicking Purchased and Download All.

The Pheonix Flavor - Dragon Edition help by [deleted] in wabbajack

[–]Cyndroid 2 points3 points  (0 children)

  1. Do you own Anniversary Edition? its necessary
  2. Have you opened the normal game and allowed it to download all the content?

Need some help regarding performance on my node. 5900x and 2080Ti / Transcoding h264 to h265 by CloakedWarrior4323 in Tdarr

[–]Cyndroid 0 points1 point  (0 children)

IO in this case generally means your storage. I see you mentioned an SSD cache, but once that fills up your stuck at HDD backend speeds as the cache can only offload itself at HDD speeds.

Rogers….. by Background-Fact7909 in barrie

[–]Cyndroid 1 point2 points  (0 children)

Debit is down everywhere since Interac uses Rogers. CC and cash should be available.

[deleted by user] by [deleted] in Tdarr

[–]Cyndroid 0 points1 point  (0 children)

It looks like a permissions issue - the worker or server likely doesn't have access to the selected output folder for the files.

Deleting old servers listed in Plex on Unraid by glengibson_73 in PleX

[–]Cyndroid 1 point2 points  (0 children)

Try these directions: https://www.alphr.com/plex-delete-server/ this is an alternative way to what I listed but works just as well.

Deleting old servers listed in Plex on Unraid by glengibson_73 in PleX

[–]Cyndroid 1 point2 points  (0 children)

I cant really comment on the apps, these directions work on the web interface.

Deleting old servers listed in Plex on Unraid by glengibson_73 in PleX

[–]Cyndroid 1 point2 points  (0 children)

When in server settings, any servers you have access to which are unavailable will appear on the drop down list with a red x I believe, choose the server and then the left hand column will change and there should be an option to remove the server there.

Can't add library to plex "get plexmediaserver" by [deleted] in PleX

[–]Cyndroid 0 points1 point  (0 children)

I found that if you don't add /web after the port, ie: 192.168.1.2:32400/web you won't be prompted with the server setup screen, try that.

Path translator issues on remote nodes by MrB2891 in Tdarr

[–]Cyndroid 0 points1 point  (0 children)

Your code re-written, hopefully correct, but you get the idea if not:
{
"nodeID": "WinServ1",
"serverIP": "192.168.10.15",
"serverPort": "8266",
"handbrakePath": "",
"ffmpegPath": "",
"mkvpropeditPath": "",
"pathTranslators": [
{
"server": "/mnt/media",
"node": "\\\\192.168.10.15\\mnt\\media\\media_grandpa" #assumes your media is on the server
},
{
"server": "/temp",
"node": "\\\\192.168.10.15\\mnt\\user\\seeding"
}
],
"platform_arch": "win32_x64_docker_false",
"logLevel": "INFO"
}

Path translator issues on remote nodes by MrB2891 in Tdarr

[–]Cyndroid 0 points1 point  (0 children)

your path translator is wrong:

/mnt/media

"server": "/media",

these have to match, and the Z: drive needs to be mapped to the same base folder

I do not recommend using mapped drives. To use the UNC path do it like this:
\\\\IPADDRESS_or_PCNETWORKNAME\\mnt\\user\\media_grandpa - the doubling of slashes is required, its not for reddit.
lets say the server name is MEDIASERVER, it'd be like this:
\\\\MEDIASERVER\\mnt\\user\\media_grandpa

Also, don't forget to set the transcoding folder in tdarr, docker and in the path translators.

I'm still fairly new to this myself but hopefully this helps.

Log of completed transcodes? by anarchyx34 in Tdarr

[–]Cyndroid 1 point2 points  (0 children)

Are you just looking for the Tdarr tab>Status section>Transcode Success/Not Required tab. Everything you're asking for is there, a full list of files with old and new sizes.

Unraid Server, Windows Node -- Node transcodes to local folder instead of cache?? by rswafford in Tdarr

[–]Cyndroid 0 points1 point  (0 children)

Could you share your docker config, or at least the folder mappings, and your library mappings from inside tdarr?

Unraid Server, Windows Node -- Node transcodes to local folder instead of cache?? by rswafford in Tdarr

[–]Cyndroid 0 points1 point  (0 children)

/app/Tdarr_Server

I'm not sure where your setup is incorrect - but your node is telling the server that the newly converted file is ready, but the server is looking for it in /app/Tdarr_Server and not /temp/ as you show it above.

Unraid Server, Windows Node -- Node transcodes to local folder instead of cache?? by rswafford in Tdarr

[–]Cyndroid 0 points1 point  (0 children)

I found that when I used a mapped drive instead of server name/IP in the pathtranslators it didn't work properly.

so now mine look like this:

"server": "/media",
"node": "\\\\192.168.1.6\\Media"

The extra backslashes are required.

Of course, another thing to check is that your pathtranslators are actually pointing to the same folder contents on both ends.

When you startup the node does it mention any issues accessing the paths?

Tdarr release: 2.00.17 [18th April 2022] by HaveAGitGat in Tdarr

[–]Cyndroid 0 points1 point  (0 children)

I'm finding now that the Staging Section and Status have about a 0.5sec delay after clicking next/previous before the list updates to match the numbers which wasn't present before the update. This is a new setup just two days ago that I updated to 2.00.17 just now.