Advertisement
676339784

Zooper Music Widget Tutorial

May 10th, 2015
6,862
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. Written by ZooperDooper !k5XZ5Kd13s and edited by !cfkaiwenfk for /wg/
  2.  
  3. ZOOPER MUSIC PLAYER WIDGET TUTORIAL:
  4.  
  5. Things you will need -
  6. Zooper Widget
  7. Apex/Nova/Themer/Go Launcher
  8. Media Utilities
  9.  
  10. So you've got yourself a nice theme but you feel it's lacking something...something to give you a little bit more control. Freedom. Aesthetic. You know what I'm talking about, your own custom music player. It's easy to do if you just follow these steps.
  11.  
  12. 1. Open up Zooper and pick the widget sized you want (I run an 5x8 grid so I usually go for 3x2 for my music player)
  13.  
  14. 2. Go into the Media Utilities app, find the settings tab in the menu, and under "Application Integration" check the box for Zooper. Also, under "Experimental features", check "Send Song Progress" and "Use alternative data collection".
  15.  
  16. 3. Now this part, you can either use your phones default music icons, or install or create your own and import them using the Bitmap option rather than the scalable bitmap icon option.
  17.  
  18. 4. Once you've placed a play, next, and previous button in the layout in zooper, open each individually and go to "On Module Tap". Here, you should be able to swipe right to "Shortcuts", look for Media Utilities Shortcuts. Here you will find a list of options for your music player. Make each icon match its respectable function.
  19.  
  20. It's really as easy as that for the controls. Next, the song name, artist, and album cover.
  21.  
  22. Make a text layer, go to "edit text manually" and type in: #TMU_ARTIST#
  23.  
  24. Make another text layer, go to edit text manually and type in: #TMU_TRACK#
  25.  
  26. Make a progress bar layer and go to edit min/max values, and change the "Value" to: #TMU_TRACK_PERC#
  27. (https://d.maxfile.ro/ttkhrustzo.png)
  28.  
  29. Now arrange all of these items as you please and you should now have a working music player! Oh, for album art, I usually make a separate widget. Make an image layer, go to Advanced Paramaters at the bottom, and change it to [b]#TMU_COVERART[/b].
  30.  
  31. This tells your phone to locate the path to the music file being played's art, and subsequently displays it on the homescreen.
  32.  
  33. LIST OF VARIABLES:
  34. Album - #TMU_ALBUM#
  35. Artist - #TMU_ARTIST#
  36. Track - #TMU_TRACK#
  37. select your own position to truncate the text for tr=xx in above examples
  38.  
  39. #TMU_TRACK_NUM#
  40. is track number
  41.  
  42. #TMU_TRACK_PERC#
  43. is % position that be used in battery bar to show progress
  44.  
  45. #TMU_PLAYTIME#
  46. is current play position mm:ss format
  47.  
  48. #TMU_TRACK_LENGTH#
  49. is how long the track is in mm:ss format
  50.  
  51. #TMU_YEAR#
  52. is year from tag
  53.  
  54. #TMU_CURR_APP#
  55. is pretty name of current media app
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement