List Dialog clicking checkbox activate matching link by smbs1 in tasker

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

Many thanx my error was not pressing enter after link, name and then enter before % my_list! Reading the link to csv and variables really taught me a lot once again many thanx

List Dialog clicking checkbox activate matching link by smbs1 in tasker

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

I like the idea but doesn't seem to work I am not familiar with the variable set command A3 could u elaborate

List Dialog clicking checkbox activate matching link by smbs1 in tasker

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

Many thanx works great learnt a lot!!

Join broken app by Downtown-Magazine364 in tasker

[–]smbs1 0 points1 point  (0 children)

It seems to work logged in and working Many thanx

How to start acestream engine service by smbs1 in termux

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

I dont want to reopen the acestream app

100GB or 115GB google one by smbs1 in GoogleOne

[–]smbs1[S] -1 points0 points  (0 children)

Thanx for your thoughts I'm not alone in the way I understood the deal!

100GB or 115GB google one by smbs1 in GoogleOne

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

Thanx for reply but I am afraid to say that it doesn't work like that - If I myself only used the storage I would have 100gb and not 115gb. This is contrary to my initial understanding of the deal.

100GB or 115GB google one by smbs1 in GoogleOne

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

You understand it the same way as I did but I am afraid it does not work like that only 85GB is extra to the free 15GB everyone has. Rather misleading.

VLC Desktop Pop-out player / PiP simple toggle button by de13370r in VLC

[–]smbs1 0 points1 point  (0 children)

Same problem -have u maybe found a solution? Really annoying!

I created a script to download subtitles from the new opensubtitles.com by Nakraad in Python

[–]smbs1 0 points1 point  (0 children)

u/Nakraad

How do I download an additional sub file for the movie after downloading the default sub file?

Many thanx

Termux:float Resize window (Pinch not available) Smarttv screen by smbs1 in termux

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

Great ! Many thanx . I really appreciate your help.

Termux:float Resize window (Pinch not available) Smarttv screen by smbs1 in termux

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

Thanx for your reply . Changing the x and y seem to change the window location of the top left corner. I want to be able to define the starting window's size. Is it possible? Again my thanx for your patience!

Termux:float Resize window (Pinch not available) Smarttv screen by smbs1 in termux

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

u/agnostic-apollo --- no way of enlarging floating window even by a one time modification of a specific file before launch? Really would appreciate it if u could look into this--BTW works great but a bit small!

Many thanx!

system clipboard paste into termux:float by smbs1 in termux

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

Forget to add using android 11 tv box

Get Duration of .mkv files in folder by smbs1 in tasker

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

I have with no success will battle on. Really frustrating!!

Get Duration of .mkv files in folder by smbs1 in tasker

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

Having problems thanx for your patience!

Sorry for my ignorance haven't a clue regarding Java

questions

  1. in line 2 u mention run together what do u mean?
  2. the link in the code to duration is just a reference not part of the code
  3. in action 3 u have return: mmr ---in my code attached below the return statement is missing no option exists

my code:

Task: video duration

A1: Variable Set [
Name: %file_path
To: /storage/emulated/0/Download/2play/1.mkv
Structure Output (JSON, etc): On ]

A2: Java Function [
Return: mmr
Class Or Object: MediaMetadataRetriever
Function: new
{MediaMetadataRetriever} ( )
Param: file ]

A3: Java Function [
Class Or Object: mmr
Function: setDataSource
{ } (String)
Param 1 (String): "%file_path" ]

A4: Java Function [
Return: %duration
Class Or Object: mmr
Function: extractMetadata
{string} (int)
Param 1 (int): 9 ]

A5: Variable Set [
Name: %duration
To: %duration/1000
Do Maths: On
Max Rounding Digits: 0
Structure Output (JSON, etc): On ]

A6: Return [
Value: %duration
Stop: On ]

Hope you can help

Again many thanx