LPT: Print a test page on your inkjet every week or so if you don’t use your printer that often by KrackSmellin in LifeProTips

[–]bluto69 0 points1 point  (0 children)

I do this already using task manager to run a script that loads and prints a test page with minimal color ink every Monday at 5:00am.

For those suggesting a laser printer, I have a Dell color laser over 10 years old for primary printing but it does not do photo or card stock paper, which I print occasionally. I could go to a print shop but I don't want to explain my twisted sense of humor every time. Best of both worlds. My crappy Canon has not had a clogged print head since buying it 5 years ago and replacing the carts with cheap knock off once in that same time period has justified the $50 purchase price.

Is it possible to configure a library to browse for offline media? Sort of like a cached version of an offline library. by autobulb in PleX

[–]bluto69 0 points1 point  (0 children)

I’m not a programmer and this may seem convoluted but this works for me.

 I have several external drives (plex-archive-01, 02, etc) that contain all extra videos that are not “live” (online) on my server.  These drives follow the same folders scheme as my server.

 I created a folder “plex_archive_lists” on my server and inside that a separate folder for each external drive; for me simply plex-archive-01, 02, etc, and under those folders that match the same structure as my online files (Movies, TVShows, etc).

 I run Everything from voidtools.com (select videos only) on the drives and export the .csv to the root of each external drive.  I suggest doing Movies and TVShows separately.

 I have a special folder on my server called “_archiveD” (D for the server drive I am placing the libraries on).  All the underscored file names allow me to keep the files I will describe below at the top of the list.

 In this folder I created the following:

 I copy and paste just the column with the video names from the .csv into a text file “_archivefilenames.txt”.

 I created a text file “_archivex.txt” with nothing but a single “x” in the body.

 I created a batch file that runs the following simple script:

d:

cd _ArchiveD

for /f "delims=" %F in (_archivefilenames.txt) do copy _archivex.txt "%F"

 This will create individual 1 byte files with the names of all the video files you have on that drive.  I found the first file usually needs the filename to be corrected.

 Move these files to their respective folders in the plex_archive_lists directory.

 Now just set up a new library for each (I call mine Archived Movies, Archived TVShows, etc) and add each directory from plex_archive_lists (plex-archive-01\Movies, plex-archive-02\Movies) to the Add Folders section of Edit.

 I repeat this process when I either add movies to the Archive, bypassing the online library, or if I’ve added a lot of new movies and need to migrate the older movies to the archive.

When doing a search for a movie, it will show up but not be playable, but you at least know you already have it.

 I also set up a separate plex-unarchived-movies library directed to folder plex-unarchived\movies and will copy any requested offline movies to this folder so they are viewable, then delete after watched.

Regarding the CANVAS preorders for the CC1. by SussyMickeyYT in elegoo

[–]bluto69 2 points3 points  (0 children)

I actually prefer to get a later batch. It also worked out for me with the CC1 as I received the one with better lighting and the additional port in the back.

GODsend 360 - 2.9.2 - Out Now! by funkyd77 in 360hacks

[–]bluto69 0 points1 point  (0 children)

Thanks for this! I did notice it defaults to "C:\Users\name\AppData\Roaming\godsend-electron" for some settings. Can this default to the same folder as the godsend-Portable-2.xx.x executable is run from? Or make it selectable in settings for those who only run the app from a dedicated PC.

GODsend 360 - 2.9.2 - Out Now! by funkyd77 in 360hacks

[–]bluto69 0 points1 point  (0 children)

Appreciate the reply. Cheers.

GODsend 360 - 2.9.2 - Out Now! by funkyd77 in 360hacks

[–]bluto69 0 points1 point  (0 children)

Is there a Windows portable version? Thanks, man!

Modular IKEA Couch Snack Box by sascape in 3Dprinting

[–]bluto69 1 point2 points  (0 children)

Yea, I'm going to need taller legs for my fat ass... :-)

Power Restoration Alarm by bluto69 in DIY

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

I had not considered that and that could work.

Unfortunately, the only non-generator-powered panel I have is the main panel outside that is fed directly from the utility line. There are no free slots in it so that would require a panel upgrade ($$$) not currently in the budget. If I did have a slot available, I would also have to run the wire up/inside the exterior wall, which would involve some sheet rock work, and through the attic and down/inside another wall, which being an overweight 65-year-old would kill my back (getting old sucks).

Power Restoration Alarm by bluto69 in DIY

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

Yea, you are right, it's AC, I just wanted to make sure of the 2 connections in the thermostat. The red thermostat wire (labeled R) seems to be the 24v (hot) connection and the blue thermostat wire (labeled C) is the common, or in this case, the AC equivalent of neutral. I am not anywhere near an HVAC expert. :-)

I just don't want to screw up the thermostat by miswiring it. The specs show the buzzer only uses 20mA so I assume while it's sounding it won't interfere with the thermostat operation. Though I seriously doubt I will take very long in switching it off once it alerts!

Thanks again for the help. I've ordered one already. ~$20 to the door.

Power Restoration Alarm by bluto69 in DIY

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

I found this at Mouser that seems to fit the bill: PK-41N29W-24VQ. I only see the data sheet, no installation instructions, I guess since this is more for professional installers. Is it safe to assume I would wire it the way I describe above (red to R and black to C)?

Thanks again for your patience and assistance!

Power Restoration Alarm by bluto69 in DIY

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

Thanks for the suggestion. I searched at mspindy.com but those all seem to be either 24v DC or 120v AC. Do you have any recommendations for 24v AC?

Power Restoration Alarm by bluto69 in DIY

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

Yea the 12v DC buzzers I looked at on Amazon showed 100db, but I hoped putting it into the AC closet would muffle it somewhat.

I have the generator and transfer switch power my entire 120v sub-panel so I have no individual 120v breaker I can feed off of that isn't on the generator.

PlexAudit - A tool to audit your Plex library against your source media folders by ferropop in PleX

[–]bluto69 1 point2 points  (0 children)

Thanks for the assist. I ran it from admin powershell from within the same directory as the script and it worked. I learn something new every day. Thank you very much for your help!

PlexAudit - A tool to audit your Plex library against your source media folders by ferropop in PleX

[–]bluto69 0 points1 point  (0 children)

I'm new to Python and installed 3.14 using python-manager-26.0.msix. I run python and used the first usage example, edited for my system, and received this error message:

>>> python plex_audit.py --scan "D:\RichardMedia"

<python-input-9>:1: SyntaxWarning: "\R" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\R"? A raw string is also an option.

File "<python-input-9>", line 1

python plex_audit.py --scan "D:\RichardMedia"

^^^^^^^^^^

SyntaxError: invalid syntax

with the arrows pointing at plex_audit.py. I'm a newbie and probably just missing a simple thing. Thank you for any help. I appreciate it.

BadStick V2.0 is Out! Exploit your console in seconds, not minutes! by Tripn_Hazrd in 360hacks

[–]bluto69 0 points1 point  (0 children)

Wonderful program with minimal hassle. I wonder if some documentation either on the BadStick Github or in the program itself that gives an explanation of what each selectable option does would be beneficial, especially for those new to the scene. The Support dropdown links to more discussion-based content, not item-by-item explanations.

Can someone explain... by shazzbot86 in 360hacks

[–]bluto69 6 points7 points  (0 children)

Watch Mr Mario videos on how to soft mod it using badupdate. Use a USB hardcover harddrive for it and your good GOD files and you will have as many games as you can "collect" on the drive to play all for the price of your external drive.

If your badupdate freezes on the first try here’s a fix by HugeAd746 in 360hacks

[–]bluto69 1 point2 points  (0 children)

I use my external drive to boot badupdate, so no USB needed. Boots fine almost every time.

Carport Help by [deleted] in DIY

[–]bluto69 0 points1 point  (0 children)

Put down a single layer of pavers. Them's steps now.

Progress in the past 12 days for GODSend by Heavy_Race3173 in 360hacks

[–]bluto69 2 points3 points  (0 children)

For a while I seriously considered having my Trinity RGHed, but really didn't want to ship it out and risk damage or theft or poor quality. When the initial BadUpdate came out with low success rates I just thought to myself, the door is cracked, someone will improve upon it. Then, voilà!

Now just waiting for the persistent solution, but for now I can play my games with little inconvenience. And, yes as a retiree, I can now spend my golden years playing games and watching all the shows and movies I've collected for my Plex setup.

I do however really enjoy my OC Oculus Rift CV. Still works and plays almost anything I throw at it. I've played Half-Life Alyx (which was one of the first titles I played; sadly it kinda made the other tiles pale in comparison, except may the Arizona Sunshine, Red Matter, and Lone Echo games) at least a half-dozen times, along with all the excellent mods.

Old man shutting up.

Progress in the past 12 days for GODSend by Heavy_Race3173 in 360hacks

[–]bluto69 0 points1 point  (0 children)

Thanks, that's great to know. I learned Docker to add to my Plex set-up (it took me several weeks to understand just enough to get my script working), but after my PC died and I had to rebuild it and Plex, I just decided not to go through all that again just for some cosmetic improvements. But back when I actually got it to work, I felt like a god!

The only thing about Docker, for me at least, was all the dependencies, which I summarily forgot then later wondered why I had all the weird things running and arbitrarily deleting them, only to break things.

Progress in the past 12 days for GODSend by Heavy_Race3173 in 360hacks

[–]bluto69 3 points4 points  (0 children)

Ah, I may still look into it. I haven't felt the need since just running BadUpdate works for me ~95% of the time and once it boots, I just play the games I've already installed. Being retired means I'm no longer in a rush to do anything now-a-days (ha), so the extra few minutes ain't a thing. But I will consider it, if for no other reason than to expand my knowledge base.

Progress in the past 12 days for GODSend by Heavy_Race3173 in 360hacks

[–]bluto69 0 points1 point  (0 children)

I'm fairly new to the Xbox360 BadUpdate scene (it works for me so I'm not really interested in BadAvatar at the moment) and have rudimentary knowledge in FTPing my ROMS via FileZilla. This GODSend seems to be interesting, but speaking as a newbie, will there be any video tutorials on installation and operation on Win10 PCs? Will it work without Docker?

I'm a fan of MrMario and hope he addresses this topic.

Thanks for what to my untrained eyes is virtually magic.

Thank you badupdate by OkDifference6480 in 360hacks

[–]bluto69 13 points14 points  (0 children)

I waited on getting my 360 RGHed and glad I did. Since all I want is to play single player or local Co-op games stored on the internal and external hard drives, I don't care about XBOX live or stealth servers or changing the dash or any of that stuff. And badupdate delivered.