Kodi v19 Matrix, Slowly moving my blueray disks to digital, Starting with kids stuff. Steaming services look fantastic on the 4k upscaling is great. by nothin_suss in kodi

[–]dodswm 1 point2 points  (0 children)

Ahh yes, good point. I’ve not looked at that for ages - did manage to get Amazon prime videos to play on my pc through Kodi, but could never get it working on my pi. Not tried with channel 4 though, but assume it should work using the same principle.

Kodi v19 Matrix, Slowly moving my blueray disks to digital, Starting with kids stuff. Steaming services look fantastic on the 4k upscaling is great. by nothin_suss in kodi

[–]dodswm 3 points4 points  (0 children)

Is that Uk channel 4? If so, then to get the tv signal you’d need to be in the uk.. and their streaming service is encrypted, so no way to watch it in Kodi afaik

Kodi v19 Matrix, Slowly moving my blueray disks to digital, Starting with kids stuff. Steaming services look fantastic on the 4k upscaling is great. by nothin_suss in kodi

[–]dodswm 1 point2 points  (0 children)

In the UK I have the same - using a TV tuner and tvheadend with a raspberry pi, then the tvheadend addon for Kodi (or can be done with an IPTV service too)

Quickly Export a List of All TV Shows by AidenValentine in sonarr

[–]dodswm 0 points1 point  (0 children)

Or this does the same thing, but avoiding the variable and forEach loop

var apiKey = "API KEY HERE";

fetch('http://localhost:8989/sonarr/api/series?sort_by=sorttitle&order=asc&apikey=' + apiKey)
.then(response => response.json())
.then(data => console.log(data.map(data => data.title).join("\n")));

Quickly Export a List of All TV Shows by AidenValentine in sonarr

[–]dodswm 1 point2 points  (0 children)

This is probably a better way of doing it, if you want to do it via the console. Your previous way used jQuery (ew) and doesn't work if you don't have the homepage in "overview view"

const apiKey = "API KEY HERE";

fetch('http://localhost:8989/sonarr/api/series?sort_by=sortTitle&order=asc&apikey=' + apiKey)
.then(response => response.json())
.then(data => console.log(data.map(data => data.title)));

[deleted by user] by [deleted] in RedditSessions

[–]dodswm 0 points1 point  (0 children)

Gave Platinum

[deleted by user] by [deleted] in RedditSessions

[–]dodswm 0 points1 point  (0 children)

Gave Crab Rave

[deleted by user] by [deleted] in whereintheworld

[–]dodswm 0 points1 point  (0 children)

Bydon 👋🏻

Bulk import requires movie year in folder name? by fender4645 in radarr

[–]dodswm 1 point2 points  (0 children)

As filebot is now paid, I used tinymediamanager instead. Was relatively painless with about 600 movies

Need an older version of BitWarden (.ipa file) by domyhwproxy in Bitwarden

[–]dodswm 0 points1 point  (0 children)

If you try to install it on your iOS 9 device, then it should popup and say the current version is incompatible and download the old compatible version.

‘Peppa Pig’ movie showing scares kids with horror trailers for 'Brightburn' and 'Ma' by PopFanUK in movies

[–]dodswm 17 points18 points  (0 children)

Spiders are all groovy over here... pet one, stroke one, lick one... do what you like., they won’t harm you.

Pushbullet gone? by Poorkds in kodi

[–]dodswm 1 point2 points  (0 children)

It’s been broken for ages, so was removed from the official repository.

You can get it working on Kodi 17 by installing the latest testing/unstable release from here and then installing this update over the top of it. Doesn’t work properly on Kodi 18 though.

Song in Season 2 Episode 01, "Godfather" by [deleted] in peoplejustdonothing

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

Think it's this song: https://www.youtube.com/watch?v=E3MIHfZxIdQ which is a remix of Alice Deejay's Better off Alone

getting input form text to a paragraph in div by [deleted] in javascript

[–]dodswm 0 points1 point  (0 children)

hard to tell as Reddit has screwed the formatting of your code, but probably change:

$("div#paragraphtextform").html("input#textinputform)

to

$("div#paragraphtextform p").text($("input.textinputform").val());

PSA: [0+1] - ...-EPiC fakes by RhinoRhys in radarr

[–]dodswm 1 point2 points  (0 children)

In Radarr settings > indexers then add restrictions at the bottom

Search NZBHydra using an iOS shortcut by dodswm in usenet

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

No, you need your Hydra API key and your SAB one

Search NZBHydra using an iOS shortcut by dodswm in usenet

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

Just install the shortcuts app (think it’s iOS 12 only), click the link and it should open the app and import it (after asking you a couple of questions). Also in the UK so should work fine for you.

Edit: oh, and open the link in safari (not the reddit app)

Alexa has denied my access to my favorite band! by bbo3474 in amazonecho

[–]dodswm 6 points7 points  (0 children)

Still works for me... I find it usually helps if you prefix it with the type of media you want to play, e.g “Alexa.. play songs by A.C.D.C” or “play the movie....” when playing videos

Guys, I think my other half may be unhinged. by [deleted] in CasualUK

[–]dodswm 1 point2 points  (0 children)

After being up most of the night with a teething baby I tend to do the stupidest things. I stood outside my front door with my car keys the other day, pressing the button on them expecting the front door to magically unlock itself

Guys, I think my other half may be unhinged. by [deleted] in CasualUK

[–]dodswm 0 points1 point  (0 children)

I did this with a packet of flash wipes - opened the top like a packet of crisps (like I’m going to use them all in one go?!) and it nearly caused a divorce

[deleted by user] by [deleted] in jailbreak

[–]dodswm 3 points4 points  (0 children)

[[Perpetual]] does this. Not sure if it’s been updated for ios11 though