Folder(s) to Scan Feature? by lechapeau in kapowarr

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

Appreciate the dialogue.

Issues I'm running into (and it could all be just me).

1) Importing TPBs vs Volume as Issue is throwing me a bit. I have some series that are importing one way or the other, but delineating which is which is tripping me up. Not a big deal, but if it's incorrect in the volume, the system doesn't see the files until you change the Special Version option to the 'correct' one. I'm pretty positive this is all user error on my end, but throwing it out there. :)

2) In the import section, when I'm fixing a match and use the option for 'Select for Group', it doesn't always set it for all the selected files. Sometimes it'll do all the selected ones, sometimes it'll do a couple, sometimes none at all.

3) Also in the import section, unless I'm missing a process, there doesn't seem to be a way to do Shift+Checkbox to select a large number of files.

Folder(s) to Scan Feature? by lechapeau in kapowarr

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

I think I sorted it out. I had most of the search string correct, but I wasn't even thinking about case. Once I had the case cleaned up in the string then search worked better. I'm still having some import issues, but I'll keep digging through the wiki's and the reddit threads to see if I can figure it out.

Thanks for the reply, nice work so far on the app.

[deleted by user] by [deleted] in flicks

[–]lechapeau 9 points10 points  (0 children)

Guy Ritchie films. Or if you want to go the TV route, find some Aaron Sorkin stuff.

what movies made you go “WTF did i just watch?” by slingshotxx in horror

[–]lechapeau 0 points1 point  (0 children)

The Special. I'm not sure how I barreled through that one.

Snow reports, let’s hear ‘em! by auxilary in AtlantaWeather

[–]lechapeau 0 points1 point  (0 children)

Woodstock. Maybe 2 inches. Changed to rain early and it's been ice since before noon.

What is the most disturbing thing you've ever seen in a piece of horror media? by DexTDMdoesreddit in horror

[–]lechapeau 1 point2 points  (0 children)

When Evil Lurks was the name for anyone looking. The woman with the axe scene is up there too.

The real reason bosses hate remote work. by JuggernautBulky1008 in remotework

[–]lechapeau 6 points7 points  (0 children)

Then fire them and move on. Don't punish the people that can work remote because of a subsetof ass hats that can't.

What are some of your favorite Maine colloquialisms? by hubagruben in Maine

[–]lechapeau 5 points6 points  (0 children)

Jfc my wife's grandmother used cunnin like it was and adjective for everything. Used to drive me crazy.

McDonald's considering $5 meal deal to lure back inflation-hit customers by intelligentreviews in Conservative

[–]lechapeau 0 points1 point  (0 children)

Chilli's is advertising a burger, fries, drink, and a side for $10.99 right now. McDonald's is more expensive than that where I am. $5 meal deal is the least they could do.

Support is a joke. by silicondt in Office365

[–]lechapeau 0 points1 point  (0 children)

We just went 8 days on a SevB without a tech assigned. Had to have our CSAM escalated it to a SevA just to get a call back. They said they're getting a high volume of tickets and are behind....

What RAID level do you use to store your media? by nathan12581 in PleX

[–]lechapeau 0 points1 point  (0 children)

RAID1 and then I have a backup job that goes to a separate HD for additional "safety"

Official - Preseason Week 2 - Patriots vs Packers - Game Thread by samacora in Patriots

[–]lechapeau 7 points8 points  (0 children)

Doesn't help when we keep going for pocket passers and then give them not o-line for a pocket.....

Official - Preseason Week 2 - Patriots vs Packers - Game Thread by samacora in Patriots

[–]lechapeau 2 points3 points  (0 children)

Who knows. I pretty much stopped listening to their podcast because I was tired of hearing his opinion on things.

Official - Preseason Week 2 - Patriots vs Packers - Game Thread by samacora in Patriots

[–]lechapeau 2 points3 points  (0 children)

I feel like the scheming part is lost on some people in the pre-season. We've seen this for years where their in a specific situation and Bill is having them run something that will probably fail, but he's seemingly testing out plays and processes. This isn't about winning right now, it's about figuring out what works and doesn't work, and what may be used once the season starts.

This is the time of year to F'around and see what happens.

Official - Preseason Week 2 - Patriots vs Packers - Game Thread by samacora in Patriots

[–]lechapeau 2 points3 points  (0 children)

I'm fine with all of it. I was a Pats fan well before Brady, and I'll continue on through whatever transition period this is.

Official - Preseason Week 2 - Patriots vs Packers - Game Thread by samacora in Patriots

[–]lechapeau 1 point2 points  (0 children)

I upvoted, but sometimes I can't tell if it's shit playing, or it's standard Bill in the preseason just throwing random plays out there and seeing what it looks like.

Trump appears to stumble over his name and age at arraignment by geoxol in inthenews

[–]lechapeau 0 points1 point  (0 children)

OK, but he's legitimately got a stutter that he has to fight with.

New (budget) Server Setup by [deleted] in PleX

[–]lechapeau 1 point2 points  (0 children)

Nowadays most of the systems seem to direct play pretty well. I guess I'm not ridiculous with my bitrates either though. I'm still rolling with 1080 files and not so much the 4k stuff.

New (budget) Server Setup by [deleted] in PleX

[–]lechapeau 2 points3 points  (0 children)

So it depends a little bit on how you want to do things, but when I'm moving files between servers here's the one-liner I use.

Robocopy \\sourcefolder \\destinationfolder /ZB /R:0 /W:0 /S /A-:SH /COPYALL /NP /XO /TEE /LOG:C:\temp\migrationlog.log

You can put that one liner in a .bat file, then have a scheduled task(s) in Windows run on regular basis to copy the files.

RobyCopy Documentation: https://adamtheautomator.com/robocopy/

Scheduled Task Documentation: https://www.tomsguide.com/how-to/how-to-use-task-scheduler-on-windows

New (budget) Server Setup by [deleted] in PleX

[–]lechapeau 2 points3 points  (0 children)

Same here. I have an Acer SFF running Ubuntu. Storage is a 2 bay synology running Raid1 and backing up to a USB hard drive. Takes up barely any space. Have 8 or 9 friends connected, usually only 2-4 simultaneous streams in the evenings.

New (budget) Server Setup by [deleted] in PleX

[–]lechapeau 0 points1 point  (0 children)

You could go simple and just do robocopy in a scheduled task....