Hey guys,
I have the problem that in my widget the time from Media Utilities does not show up.
I am using a progress bar with custom values:
Min: 0
Max: 100
Value: #TMU_TRACK_PERC#
but the dasplyed value is: NaN
this happens even with:
Value: #TMU_PLAYTIME_PERC#
Is something wrong?
EDIT:
I'm using the Pro Version + Google Play Music
Enable "send song progress" in Media Utilities settings...
Gesendet von meinem GT-N8000 mit Tapatalk
Thanks
Right at this moment i find the option by myself...
That's a stupid fault.
Related
I have a G2 and using the #TMU_TRACK_PERC# variable doesn't seem to work for making a progress bar for mefia player. I have media utilities installed with zooper is there another way to do it?
Late Solution
Your post is old so you've probably already found solution, but for others who may be searching answer - enable “Send song progress” in Media Utilities settings.
My problem is that both TMU_TRACK_PERC and TMU_PLAYTIME does not update with the status of the song that is playing.
I checked the settings in Media Utilities and "send song progress" is enabled.
hmmm #TMU_TRACK_PERC# work for me
Variable need to put on the progress bar !
Amigos,
I am trying to figure out how to get the Playtime working on my zooper widget. I a custom Progress bar with custom values.
Min: 0
Max: 500
Value: #TMU_PLAYTIME#
But I cannot fetch the playtime. Zooper displays NaN.
I am tyring to use Google Play Music as my player.
Any help would be much appreciated.
ftarules said:
Amigos,
I am trying to figure out how to get the Playtime working on my zooper widget. I a custom Progress bar with custom values.
Min: 0
Max: 500
Value: #TMU_PLAYTIME#
But I cannot fetch the playtime. Zooper displays NaN.
I am tyring to use Google Play Music as my player.
Any help would be much appreciated.
Click to expand...
Click to collapse
For progress bar don't change MIN MAX values but try the following:
Min: 0
Max: 100
Value: #TMU_TRACK_PERC#
and play with length and width.
If you want the elapsed track time to be displayed create a text
#TMU_PLAYTIME#
zephyr1100 said:
For progress bar don't change MIN MAX values but try the following:
Min: 0
Max: 100
Value: #TMU_TRACK_PERC#
and play with length and width.
If you want the elapsed track time to be displayed create a text
#TMU_PLAYTIME#
Click to expand...
Click to collapse
I to am having the same problem, I've tried what you suggested and i still cant seem to get it to work. can you give me any specific measurements for the width and height of the progress bar? Or ones that I could work with?
Sent from my Nexus 5 using xda app-developers app
---------- Post added at 02:17 AM ---------- Previous post was at 02:11 AM ----------
Found out how to make it work.
Was playing around in media utilities and you have to check 'send song progress'
Checked it and all is good.
Sent from my Nexus 5 using xda app-developers app
I think make the same fault.
"My Solution"
Start Media Utilities -> Settings -> Under Experimetal features enable "Send Song Progress"
Now it should work with the progress bar:
Min: 0
Max: 100
Value: #TMU_TRACK_PERC#
The wight and hight are only for the look, same like the settings for the retangle. Min and Max have to be "0" and "100" because you want it displayed in "%".
manuelalbig said:
I think make the same fault.
"My Solution"
Start Media Utilities -> Settings -> Under Experimetal features enable "Send Song Progress"
Now it should work with the progress bar:
Min: 0
Max: 100
Value: #TMU_TRACK_PERC#
The wight and hight are only for the look, same like the settings for the retangle. Min and Max have to be "0" and "100" because you want it displayed in "%".
Click to expand...
Click to collapse
Hi!
What music player do you use? I use PowerAmp player and the variable TMU_PLAYTIME works fine but variabless TMU_TRACK_PERC and TMU_TRACK_LENGTH dosen't works :crying::crying:
Anybody can help?
NOTE:
Some music applications transmit their song progress through MU using different increments and or min/max than simply 0-100 at least on some phones.
For example on my Galaxy S series running Lollipop, Spotify transmits its song progress using a scale of 0-10,000 or even 0-100,000 so in order to maintain consistency in your progress bar you'll do some simple division math to get it down to where you want it if you're using multiple music apps, or simply set new min/max values for the bar.
Also there's some strange peculiarities that relate to certain music apps, again using Spotify as an example, through MU besides transmitting on that extended scale, it only resets after starting a NEW song, but if you restart/rewind the existing song the scale just keeps on climbing well beyond that max value, so you could end up with a song progress point of 201,912 and that's where things just get annoying.
There's a solution for everything just about, but for certain thing like that I've just gotten used to seeing a max'd out progress bar whenever I replay the same song.
Hi all,
I'm new to the forum but have been using zooper (free, but soon pro) for a few months. I'm trying to create a graph to display min, max temp forecast for the next few days and want to dynamically set the lower/upper limit to the lowest/highest temperature (-/+ 1). What I have so far is:
$(max(#WCMAXN#;#W0MAXN#;#W1MAXN#;#W2MAXN#;#W3MAXN#;#W4MAXN#;#W5MAXN#;#W6MAXN#;#W7MAXN#;#W8MAXN#;#W9MAXN#)+1)$
This works great when I use it in text, but in the process bar when pressing OK and returning to edit it gets cut off after the ; which results in a NAN.
I've tried searching the forum and Google but could not find anything about this. Is it a known problem or am I doing something obvious wrong.
Thanks in advance.
hi guys im new to zooper im using the PRO version, i wonder if its possible for a bitmap conditional? like lets say change the IMAGE WIDGET when im connected to wifi and then change it again when im not? i can see that its possible using rich text but im not sure if its ok with images?
Also im doing the same for my email, if i have no email image 1 should appear but if there is image 2 should appear.
Thanks hope you get my point.
You can use advanced parameters. There is a tag for the images absolut path.
CopKiller76 said:
You can use advanced parameters. There is a tag for the images absolut path.
Click to expand...
Click to collapse
hey thanks for the quick response is there any tutorial for it? It would be awesome if theres a youtube tutorial for it
thanks again
Dont know. You could look in the MyColorScreen YouTube channel.
I use 4 image ( default, new mail, new SMS, new missed call ) by 4 modules in my fullscreen widget.
In the first module ( no notifications ) I put this in Advanced Parameters:
[bo]$#SUG^all#>0||#SUSMS#>0||#SMCALLS#>0?00:100$[/bo]
In the second module ( new mail ) I put this:
[bo]$#SUG^all#>0&&#SUSMS#=0&&#SMCALLS#=0?100:00$[bo/]
And then the same for module SMS and missed call, the images must be have the same aspect ratio and x,y position but may be have different scale.
Inviato dal mio GT-N7000 con Tapatalk 2
expinox said:
I use 4 image ( default, new mail, new SMS, new missed call ) by 4 modules in my fullscreen widget.
In the first module ( no notifications ) I put this in Advanced Parameters:
[bo]$#SUG^all#>0||#SUSMS#>0||#SMCALLS#>0?00:100$[/bo]
In the second module ( new mail ) I put this:
[bo]$#SUG^all#>0&&#SUSMS#=0&&#SMCALLS#=0?100:00$[bo/]
And then the same for module SMS and missed call, the images must be have the same aspect ratio and x,y position but may be have different scale.
Inviato dal mio GT-N7000 con Tapatalk 2
Click to expand...
Click to collapse
Thanks!
*im out of thanks (limited 8thks a day)
Hello :3 I have a question and i was wondering if anyone could help me. My question is after searching through different themer themes, I came across a cool feature the Zooper widget allows. It was a bitmap of my music covers that would appeare when song was playing. It was this code: [ b ] #TMU_COVERART# [ / b ] [ox]$#TMU_ISPLAYING#!=1?1000$[/ox] (sorry about the spaces) I was wondering if instead of my album or song cover, could I use a random picture to display only when my music is playing?
babiiangelc said:
Hello :3 I have a question and i was wondering if anyone could help me. My question is after searching through different themer themes, I came across a cool feature the Zooper widget allows. It was a bitmap of my music covers that would appeare when song was playing. It was this code: [ b ] #TMU_COVERART# [ / b ] [ox]$#TMU_ISPLAYING#!=1?1000$[/ox] (sorry about the spaces) I was wondering if instead of my album or song cover, could I use a random picture to display only when my music is playing?
Click to expand...
Click to collapse
Depends on what you mean by "random". The image is accessed through its file path, which isn't really something you can randomize. You can certainly pick a specific image to display only when music is playing.
What you could do is place all the images you want in the same folder and name them with numbers, then use something like Tasker to pick a random number wwithin the range of your image names when music starts playing. You can then use that variable and point to that numbered image within that folder.
OP - Can absolutely do what you want!
Yes it requires Tasker, but you don't have to pre-name any images. Just create a folder on your phone that contains all the images you'd like to use.
Then you can automate the whole thing in Tasker including automatically reading all the filenames in the folder, then push the full path and filename to Zooper.
So in Tasker, just create a Task with these 4 Actions:
1. List Files - (choose your directory/folder and place the result in a variable lets call %file_list)
2. Variable Set - (set a variable we'll call %num_files to value %file_list(#) - this gives you the total number of filenames in the file list)
3. Variable Randomize - (set a variable we'll call %random_num to min/max values of 1 and %num_files created in the previous step)
4. Zooper Widget Variable - Set a Zooper Variable we'll call #TRANDOM_FILE# to value of %file_list(%random_num) which basically pulls the FULL THE PATH to your randomly selected file and pushes it to Zooper, for you to do what you'd like with!
The only part to figure out or decide is when to update the image. To update it everytime a new track starts per say - setup a profile in Tasker using the Media Utilities state of State New Track and link it to trigger the Task you created above.
Possibilities are pretty much endless here. Enjoy!