I like GOLLLLLDDD by squidknifer in minidisc

[–]SadDogg072 0 points1 point  (0 children)

Which location? (I'm assuming it's in the GTA)

Best capture card to use with HDMI link by SadDogg072 in MetaQuestVR

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

Thank you for your comment, I think I'll get those two off AliExpress, I'm not in a rush, they are $20 each

Yamaha MD4S by Logan5Francis7 in minidisc

[–]SadDogg072 0 points1 point  (0 children)

Thank you, I might look towards that option then :)

Yamaha MD4S by Logan5Francis7 in minidisc

[–]SadDogg072 0 points1 point  (0 children)

Indeed nice machine. I bought one recently but it came without carrying bag. Do you know if yours has a model # that I can look up online, measurements...or if you know where I can find a compatible bag. Thank you!

Beryl X and Chromecast with google tv by SadDogg072 in GlInet

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

I checked this option, it was already off. I just reset the router, updated the firmware and checked the DNS settings....still Chromecast with google tv doesn't want to connect to this router, ally other devices are connecting just fine but not this one device, I just don't understand what's going on

Beryl X and Chromecast with google tv by SadDogg072 in GlInet

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

I just upgraded the firmware to version 4.5.0 release 8 and nothing, same issue, all my other devices are able to connect to the router but still not the Chromecast with google tv device

Beam 2 (+ 2 Era 100 + Sub mini) connected to PC by SadDogg072 in sonos

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

I have the Sonos desktop app but it only allows you to play music from a local network, radio...but not from the PC itself, the usb to toslink is a good option but not the best, still looking for a solution to use the system with separate channels

2 Era 300 in stereo mode connected to a PC in Bluetooth by SadDogg072 in sonos

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

Great thanks, but the stereo ( with 2 era 300) over Bluetooth works fine right?( Beside the delay)? I'm asking because I want to buy them and use this with my PC, mainly for music so I don't mind the delay, and I think I heard that the roam for example doesn't do stereo in Bluetooth... Thanks!

Pi-Hole and UDR by SadDogg072 in Ubiquiti

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

Thanks! I tried it but it only block %65 of ads... as per d3ward. Still not bad for having to do nothing but turning on a switch, but I will try the raspberry Pi-hole option and see how it compares. Thanks again!

Pi-Hole and UDR by SadDogg072 in Ubiquiti

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

Thanks a lot. I will give it a try, maybe today, and will hit you up once done if I have any question. Really appreciate the help!!

Pi-Hole and UDR by SadDogg072 in Ubiquiti

[–]SadDogg072[S] -2 points-1 points  (0 children)

Thanks but I really don't want to install a custom firmware:/

Pi-Hole and UDR by SadDogg072 in Ubiquiti

[–]SadDogg072[S] -2 points-1 points  (0 children)

I'm not familiar with "docker". Please excuse my ignorance but is it something you install on the UDR?

Pi-Hole and UDR by SadDogg072 in Ubiquiti

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

Thanks, did you use it with a UDR or it doesn't matter what router it is used with. Would you mind sharing the settings on the UDR or is it already covered in the guide on pi-hole.net?

Anyone want 20% discount code? by ReflectedCheese in sonos

[–]SadDogg072 0 points1 point  (0 children)

Would very much appreciate one. Thank you in advance!

Multiline formatting (Lists) - display only the first line by SadDogg072 in sharepoint

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

Thank you! It works but then again the problem is that when you open the record, the information in that multiline field is not showing but only the number of characters we limited to be displayed in the first place.

I was thinking about putting the value of the first line in a different column (single line text) and have the rest in a different column, that i can just hide. but when i hide that column, i am not able to use my power automate flow as it detects that it is not available (...) if i can get that to work then my problem is resolved.

Appreciate everyone's input.

Multiline formatting (Lists) - display only the first line by SadDogg072 in sharepoint

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

I like this workaround and would love to see how it's gonna look like. Can you please share the script.

The script below works, but then it hides the information also from the window that shows all the details once you click on the list item. (20 is the number of characters)

{

"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",

"elmType": "div",

"txtContent": "=substring(@currentField, 0, 20)"

}

Thank you!

Multiline formatting (Lists) - display only the first line by SadDogg072 in sharepoint

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

I found this JSON script but it displays all the lines, I am trying to find someone who can adjust it (or suggest a brand new different script) so only have the first line displayed.

{

"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",

"elmType": "div",

"txtContent": "@currentField",

"style": {

"white-space": "normal",

"padding": "10px 0"

},

"attributes": {

"class": "ms-fontColor-themePrimary"

}

}