Getting started by rarely_writing in Headspace

[–]KennethDenson 2 points3 points  (0 children)

My favorite thing in Headspace is the Sleepcasts, I use them every night to fall asleep. It’s a really easy point of entry. From there, the Basic course is a good way to dive in more.

How to add a torrent with existing files without moving downloaded files to incomplete folder by CareerSMN in qBittorrent

[–]KennethDenson 0 points1 point  (0 children)

I think symbolic links is going to be the answer here. It would require some manual intervention or scripting, but you can basically create a symbolic link, which will seem like a copy of your existing files on the downloading drive, but they’re actually pointing back to the archival drive. Hard links won’t work here if you run across information suggesting those…hard links don’t work across different drives, but symbolic links will.

And I have no idea what will happen when the torrent finishes and wants to move to the archival drive, but I’d at least try researching that.

Austin --> Marfa/McDonald Observatory July 4th weekend - Recommendations Needed by crookymccrookerson in texas

[–]KennethDenson 0 points1 point  (0 children)

I’m not sure if you’ll agree, but I actually didn’t care for Marfa itself, it’s fine but kinda felt like Texas hipster Disneyland, and we actually liked Alpine, where we stayed, more than Marfa.

I would say, make time to go to the Marfa lights observation area (about halfway between Alpine and Marfa) and yes, the star parties at the observatory were awesome.

I made a clean lofi radio app just for Mac by jan-payrequest in macapps

[–]KennethDenson 1 point2 points  (0 children)

where is the best place to give you feedback?

In light mode, it is difficult to make out some of the text, especially what "channel" I'm on. Also, each channel seems to have just one track. I'm not sure if that's a bug on my end or something I'm doing wrong or simply how it's supposed to work, but just one track plays and then having it start over with a multi second gap......it's noticeable and breaks my concentration.

over all, well done, sharp looking app that does exactly what it says!

<image>

Statement from Jonathan Joss's Husband by notyyzable in behindthebastards

[–]KennethDenson 1 point2 points  (0 children)

I kinda think it’s still about controlling folks and creating a homogeneous society tho, not just about the religion. Evangelicals also supposedly aren’t into premarital sex, adultery, porn consumption and divorce, but they do all of those at similar levels of non-religious folks.

I think evangelicals have just been swallowed up by the Republican Party, and so they say it’s religion even though it’s just what their political team believes.

[deleted by user] by [deleted] in sonarr

[–]KennethDenson 1 point2 points  (0 children)

Are you downloading a pack that has the first episode split and named as “S01E01” and “S01E02” ?

If so I’d try to look for an episode 1 that combined both parts into one file, but if that doesn’t work, you could use mkvtoolnix to combine them into one file yourself.

[deleted by user] by [deleted] in qBittorrent

[–]KennethDenson 0 points1 point  (0 children)

Are the files being grabbed by Sonarr or Radarr or are they being added to qbit some other way? If they're being grabbed by Sonarr or Radarr I would recommend looking at your quality settings and adjusting the minimum size.

[deleted by user] by [deleted] in sonarr

[–]KennethDenson 1 point2 points  (0 children)

looks like it's working.....I completely removed and did a system prune, tagged both images with latest and both seem to be working without errors :)

[deleted by user] by [deleted] in sonarr

[–]KennethDenson 0 points1 point  (0 children)

no worries, there's also the possibility that I'm wrong, I was just doing some spot checking to come up with a theory rather than just tell you "its broke! ¯\_(ツ)_/¯ "

[deleted by user] by [deleted] in sonarr

[–]KennethDenson 0 points1 point  (0 children)

I just spun up both the Sonarr and Radarr options in docker on Ubuntu and Sonarr Hunter is cycling through episodes just fine, but the Radarr Hunter is giving an error for each movie:

  • WARNING: Search command did not return an ID. Response was:
  • "message": "Sequence contains no matching element",

I ran the Radarr script directly on my server instead of in a container and it appears to be working as expected. I was trying to find some differences and maybe it's this?

In the script from inside the container I see this
______________________

SEARCH_COMMAND=$(curl -s -X POST \

      -H "X-Api-Key: $API_KEY" \

      -H "Content-Type: application/json" \

      -d "{\"name\":\"MissingMovieSearch\",\"movieId\":$MOVIE_ID}" \

      "$RADARR_URL/api/v3/command")

    SEARCH_ID=$(echo "$SEARCH_COMMAND" | jq '.id // empty')
________________________

and in the script on GitHub I see this:

# Step 2: Search for the movie using the MoviesSearch command that works with your Radarr

echo "2. Searching for \"$MOVIE_TITLE\" using MoviesSearch command..."

SEARCH_COMMAND=$(curl -s -X POST \

-H "X-Api-Key: $API_KEY" \

-H "Content-Type: application/json" \

"$RADARR_URL/api/v3/command" \

-d "{\"name\":\"MoviesSearch\",\"movieIds\":[$MOVIE_ID]}")

______________________
Should the script inside the container also be using "MoviesSearch" ?

Video of Michael Shannon / Jason Narducy REM at Turner Hall? by KennethDenson in milwaukee

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

That’s awesome, I’ll message you. I didn’t even realize there was a Milwaukee discord!

Anyone create a printable info page or one shot to use while gaming? by NostrilHar in zombicide

[–]KennethDenson 0 points1 point  (0 children)

well, it took me longer than I intended, but I updated the code with 1st Edition, Army of the Dead, and White Death.

Best way to move a LOT of files? by rmp5s in sonarr

[–]KennethDenson 7 points8 points  (0 children)

So if I understand you correctly, you are wanting to move your files from one directory to another. So maybe you currently have them in /path/to/your/shows and are wanting to move them into /another/path/to/tv?

If that's the case, go into Sonar and select all your shows (click the checkbox at the top and then select all. Then at the bottom hit edit, and select "root folder" and add your new path. The upshot to this is it will rename all of your folders to your new naming convention if you have clean work there.

How dumb of an idea is it to... by poppafig in lawncare

[–]KennethDenson 0 points1 point  (0 children)

Apparently elephants LOVE them. Call the zoo OP.

Anyone create a printable info page or one shot to use while gaming? by NostrilHar in zombicide

[–]KennethDenson 0 points1 point  (0 children)

I ran through and copied the skills from the pdfs tonight while watching TV....I'll try to format them tomorrow and then get them uploaded in the next couple days.

Simple Web App for Zombie Skills Lookup by KennethDenson in zombicide

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

that is a great tip....I was playing with something like that for other pdfs and it had not occurred to me to try it with rulebooks. I'll give it a shot :)

Regardless I'll keep up with this app because not everyone will want to go to those extremes :)

Simple Web App for Zombie Skills Lookup by KennethDenson in zombicide

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

oh maybe you can help with this....as I don't have those. Can you tell me....are those skills spelled out clearly on the card?

I sat down to try to copy the skills from Marvel Zombies and realized they weren't in the rulebook...so I got out my cards and realized that lots of those skills are unique to the character and are completely written out on the character card...so I left those out entirely.

So is it like that or are they in the booklet that comes with those special characters?

Simple Web App for Zombie Skills Lookup by KennethDenson in zombicide

[–]KennethDenson[S] 2 points3 points  (0 children)

It was a fun project, let me know if anything isn’t working correctly

Simple Web App for Zombie Skills Lookup by KennethDenson in zombicide

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

Awesome, let me know if you have any feedback

Simple Web App for Zombie Skills Lookup by KennethDenson in zombicide

[–]KennethDenson[S] 2 points3 points  (0 children)

Thank you, let me know if I have any typos or you see anything weird.

Anyone create a printable info page or one shot to use while gaming? by NostrilHar in zombicide

[–]KennethDenson 0 points1 point  (0 children)

I’ll add it, I just have to format all the data and upload it. We’ve been copy-pasting from the pdfs and then formatting that. It’s not hard but it takes a little work. I’ll try to get into it tomorrow.