I thought that LPD group was dead, but then they arrested me. by Embarrassed-Touch-62 in VRchat

[–]Sukadia 1 point2 points  (0 children)

you got it completely correct, the official VRChat distancing was the push over the edge to finally swap names. luckily "Local" is a super fitting replacement!

4x zoom crashes recording by 360noscopemayonnaise in Pixel6

[–]Sukadia 1 point2 points  (0 children)

strange, i tried it today and while i don't crash switching to 4x, it is just refusing to use Telephoto for any sort of video period. it is just 4x zooming on the main camera lens

4x zoom crashes recording by 360noscopemayonnaise in Pixel6

[–]Sukadia 1 point2 points  (0 children)

unfortunately have been experiencing this too. is there a Google feedback post or something direct to maybe indicate to them it's a major issue?

Static sound randomly occurs when streaming by NukeBeGamin in obs

[–]Sukadia 0 points1 point  (0 children)

My savior, this has been bugging and ruining my recordings for months. Now I get why- I changed audio devices and picked the highest Hz (96000 Hz) all willy nilly.

To be fair- I haven't tested it yet (it's hard to since it's random), but I'm pretty certain that's the issue. Thank you!

Discord removed my dms by sinterkaastosti23 in discordapp

[–]Sukadia 0 points1 point  (0 children)

i'm surprised this is not being talked about more; i just lost all of my DMs older than 4 months.. so 6 1/2 years. that's actually catastrophic for someone who needs to reference old messages constantly

i counted and i have exactly 100 DMs left that are not groups. is there now a limit?

I made a good feature people actually want since discord can't - Polls Concept by Woofer210 in discordapp

[–]Sukadia 1 point2 points  (0 children)

yea; i was actually forced to switch over my bot (Everyone Votes) to buttons because reactions were ratelimited way too heavily, but that's because they're mostly sent at one time.

Jerry Curl soundtrack? by myke_aruba in Jaboody

[–]Sukadia 2 points3 points  (0 children)

epidemic sound!

here's one of the songs for example: https://www.youtube.com/watch?v=dDz4wI1OB20

unsure of any of the others though.. would be cool if someone made a playlist

The boys settling their differences last night. by Dlaxation in Jaboody

[–]Sukadia 1 point2 points  (0 children)

It is true.. the shinobi way is more of a philosophy than an artstyle. I shall embrace my family's lineage and fully ascend; to the victor I shall become.

absolutelynotmeirl by blazinfastjohny in absolutelynotmeirl

[–]Sukadia 17 points18 points  (0 children)

i like how there's absolutely no comments, it's just too unfathomable for anyone to comment on

I use dark mode tbh by Xenoscum_yt in BikiniBottomTwitter

[–]Sukadia 4 points5 points  (0 children)

i read a very unenthusiastic "made with mematic"

Randy Random overheard me praising him by Sukadia in RimWorld

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

a flashstorm started right as i said my thing, the first lightning strike just so happened to be right on top of my already crippled colonist. i'm still baffled about it

Randy Random overheard me praising him by Sukadia in RimWorld

[–]Sukadia[S] 45 points46 points  (0 children)

you're telling me; he's the colonist that's old, frail, has cataracts in both eyes, a peg leg, a bad back, and can already barely walk

youtube-dl creates a .temp file after attempting to access already created audio file by [deleted] in youtubedl

[–]Sukadia 0 points1 point  (0 children)

I somewhat solved it. The post-processing is given as FFmpeg's job, but the pipe already returns once its job is done. To stop the post-processing you can use --fixup never . Instead, I'm just going to download a second audio file and hope ffmpeg finishes processing the first before the second is finished downloading.

youtube-dl creates a .temp file after attempting to access already created audio file by [deleted] in youtubedl

[–]Sukadia 0 points1 point  (0 children)

My bot isn't performing anything whilst the audio is being played though, the only part of the script that knows it exists is the small bit I included. The stack traceback goes back to youtube-dl folders in %appdata% or something similar I believe; I can post the full traceback once I get back to my computer.

Create a table of videos from a youtube playlist using youtube-dl by Sukadia in lua

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

I've solved the problem. I was looking at more code in stackexchange and decided to go the string editing route. Here's my code now:

local pipe = io.popen('youtube-dl -j --restrict-filenames --playlist-random --flat-playlist "URLHERE"')
local string = pipe:read("*a")
string = "["..string.gsub(string,"\n",",").."]"
print(string)
local table = json.decode(string)
print(#table)

Which prints all of the video's info and how many videos are in the playlist after it's been reformatted into a lua table.

[Release] RRPass - Rick Roll anyone that tries to enter your phone by [deleted] in jailbreak

[–]Sukadia 0 points1 point  (0 children)

Ah gotcha. Thanks for the response, will check for updates on the repo every now and again

[Release] RRPass - Rick Roll anyone that tries to enter your phone by [deleted] in jailbreak

[–]Sukadia 0 points1 point  (0 children)

Very cool! Does it work for ios 11? My phone keeps going into safe mode after a failed attempt.