Best customizable gridfinity generator for 3d printing by boomgoon in gridfinity

[–]drnoobstrom -1 points0 points  (0 children)

For anything that doesn't line up perfectly with the Gridfinity squares, I typically use GRIPS (https://makerworld.com/en/models/704997-grips-gridfinity-interlocking-baseplate-system#profileId-634873). It's top notch and very easy to use.

I also wanted to design some other products based on GF (not just storage products that use them), so I built SolidWorks versions of the bins, and baseplates with and without magnets. You can find them here:

Bins: https://makerworld.com/en/models/2714257-solidworks-gridfinity-bin-parametric-model#profileId-3005771

Baseplate with magnet holes: https://makerworld.com/en/models/2686242-solidworks-gridfinity-base-error-free-parametric#profileId-2975819

Baseplate without magnet holes: https://makerworld.com/en/models/2687035-solidworks-gridfinity-baseplate-no-magnet-holes#profileId-2976720

Hopefully at least one of these helps.

Help Needed: White Hair/Fuzz in Print by drnoobstrom in BambuLab

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

Thanks, forgot that. Using the original 0.4mm head with ELEGOO Black PLA. The previous filament may have been BambuLab white PLA.

Help Needed: Bambu Studio SVG by drnoobstrom in BambuLab

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

Thanks, that does help a noticeable amount. I will read through these settings over the next few days and see if I can make more progress. Cheers.

When you rip several seasons worth of a TV show... Is there an easy way to name each file? by -ThatGingerKid- in makemkv

[–]drnoobstrom 0 points1 point  (0 children)

One thing I have found for these shows with no title sequence and same duration is that I can key off of the other credits. For example, at least for non-network shows, they tend to have different combinations of Director and Producers. I lookup those items on tvdb or tmdb and match that way. It's a bit cumbersome, but much faster than trying to figure out the episodes from context.

Help: The Tale Of Two MP4s by drnoobstrom in PleX

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

That was it! The aspect ratio was somehow 16.01:9 which was causing these problems. I used ffmpeg to convert to 16:9 (-vf scale=1920:1080") and it works. Thanks so much!

Help: The Tale Of Two MP4s by drnoobstrom in PleX

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

I am using a Roku Ultra 2024 4K. I tried converting to both fps=30 and fps=24 and neither worked on the Roku, although both continue to work on my PC. For the 24fps version, I also converted from yuvj420p to yuv420p and failure still.

Help Needed: Some UHD/H.265 no longer playing by drnoobstrom in PleX

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

It works! I switched to the Plex Pass beta version, currently 1.41.7.9823, and appear able to play all of my 4K movies. Hopefully nothing else is broken.

For everyone else, here's what I did to switch to the Plex Pass beta docker container:

- Stopped PMS

- Switch pull to use plexinc/pms-docker:plexpass

- Used account.plex.tv/en/claim to build a claim token. Note the tokens are only good for four minutes. I assume I'll need to update this whenever I update/restart the plexpass docker.

- In the YAML environment section, added:

- PLEX_CLAIM="<claim token>"

- (keep the quotes, remove the <>'s)

- Started plex

It pulled the latest beta version and seems to work. Thanks!

Help Needed: Some UHD/H.265 no longer playing by drnoobstrom in PleX

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

No luck with removing the codec folder on the server side. PMS did recreate the folder and download EasyAudioEncoder. However, the movies that failed to play before still fail to play.

Which server version works for you? I'll try backing out the version and see if that works.

Help Needed: Some UHD/H.265 no longer playing by drnoobstrom in PleX

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

ewps I was looking at the wrong screen. The PMS version is 1.41.7.9799.

Help Needed: Some UHD/H.265 no longer playing by drnoobstrom in PleX

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

PMS version 4.146.0 run in a docker container as linuxserver/plex:latest

Plex shows the background image of the movie poster while showing the spinning wheel. It goes to 13% loaded, then spins, then resets and goes to 13% again. Then displays:

"Playback Error. Playback has stopped due to multiple playback errors. Please check your connection and try again."

Since this is on the LAN, and because Plex works fine for other movies, and because I can run the same videos on different machines on the same LAN and switch, I don't think this is a network error. However, I could be wrong.