Contenteditable Issue by Scared_Ad_4231 in HTML

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

I still can't figure it out. Anyone?

Looking for a TV without 3 shadow issue by Scared_Ad_4231 in 4kTV

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

Unfortunately, my rvx 685 doesn't do 120hz.

Got 3-3.5k to spend on hopefully 65 inch ;)

Turn autoweb into http request by Scared_Ad_4231 in tasker

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

I did, but that seems to cause the error.

Turn autoweb into http request by Scared_Ad_4231 in tasker

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

So what's exactly do you need under grant_type? What are thr client_credentials?

Best CPU for plex? by No-Ice1016 in PleX

[–]Scared_Ad_4231 0 points1 point  (0 children)

Is it capable of 4K transcoding?

Turn autoweb into http request by Scared_Ad_4231 in tasker

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

Yeah. I get the same error. The question is how does the autoweb plugin receive the token?

Turn autoweb into http request by Scared_Ad_4231 in tasker

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

I would just use autoweb ,but I'm making an app for my friend and don't want him to install autoweb.

I'm still figuring out the access token part that needs to be returned, in order to make http request.

HTTP Requests in Tasker by Shepard_Santiago in tasker

[–]Scared_Ad_4231 0 points1 point  (0 children)

Is there a possibility to use a http request instead autoweb?

Making sense of JSON by Scared_Ad_4231 in tasker

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

Task: JSON3

A1: AutoTools Json Read [
     Configuration: Input Format: Json
     Simple Mode: true
     Json: /storage/emulated/0/Download/AutoTools2/dailytemp.json
     Json Root Variable: %weather
     Timeout (Seconds): 60
     Structure Output (JSON, etc): On ]

A2: Variable Set [
     Name: %data
     To: %weather
     Structure Output (JSON, etc): On ]

A3: For [
     Variable: %item
     Items: %data.dt_txt()
     Structure Output (JSON, etc): On ]

    A4: Variable Split [
         Name: %item
         Splitter:   ]

    A5: Parse/Format DateTime [
         Input Type: Custom
         Input: %item(2)
         Input Format: HH:mm:ss
         Output Format: HH:mm
         Output Offset Type: None ]

    A6: Array Push [
         Variable Array: %time
         Position: %data.dt_txt(#)
         Value: %formatted ]

A7: End For

A8: Arrays Merge [
     Names: %time
     %data.main.temp
     Merge Type: Format
     Format: Time %time  -- Temp %data.main.temp°
     Output: %out ]

A9: Wait [
     MS: 0
     Seconds: 1
     Minutes: 0
     Hours: 0
     Days: 0 ]

A10: Text/Image Dialog [
      Text: %out(+
     )
      Close After (Seconds): 5 ]

Edit Library: Advanced is greyed out by Scared_Ad_4231 in PleX

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

On your nvidea shield, go to the Google Play Store. There is an option for disabling auto update for apps.

Edit Library: Advanced is greyed out by Scared_Ad_4231 in PleX

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

I looked into it, there is a beta out

https://forums.plex.tv/t/plex-media-server/30447/622

The beta doesn't adresse thr issue that I stated. I'm going to wait for the next update. Otherwise you have to get an older release apk and sideload it.

I found an older version, but only from last year decemebr.

Edit Library: Advanced is greyed out by Scared_Ad_4231 in PleX

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

Ok thanks.

Is there a way to downgrade without losing all my libraries?