Results 21 to 30 of 170
Thread: Analogue/digital VU
-
2010-04-13, 04:51 #21Senior Member
- Join Date
- Apr 2008
- Posts
- 245
-
2010-04-13, 05:25 #22
From a command line you run:
sha1sum YellowVUMeter-1.0.zip
(Where YellowVUMeter-1.0.zip is your zip file)
The sha1sum tool is available by default on Linux, but on Windows you will have to download it from here:
ftp://ftp.gnupg.org/gcrypt/binary/
Someone will have to develop a third party applet to support that.
It could probably be done by patching the standard VU Meter source code, but I think a third party applet for it is a better solution than modifying Logitech's source directly.Erland Isaksson (My homepage)
(Developer of many plugins/applets (both free and commercial).
If you like to encourage future presence on this forum and/or third party plugin/applet development, consider purchasing some plugins)
You may also want to try my Android apps Squeeze Display and RSS Photo Show
Interested in the future of music streaming ? ickStream - A world of music at your fingertips.
-
2010-04-13, 08:49 #23Senior Member
- Join Date
- Apr 2008
- Posts
- 245
Can you break down the elements of that line for me?Code:<patch name="YellowVUMeter" target="fab4" version="1.0" minTarget="7.5" maxTarget="7.5">
-
2010-04-13, 10:22 #24
name=identity of the patch. If you make several patches they should have different values in the "name" attribute. Remember to also give them unique values in the "title" element as this is the text that is shown to the user.
target=specifies which player types it works on, possible values are:
- fab4 -> Touch
- baby -> Radio
- jive -> Controller
- squeezeplay -> SqueezePlay Desktop
You can also combined them, for example "fab4|baby" indicates that it works on both Touch and Radio. I think Touch is the only one that have visualizers, so "fab4" should be the correct value.
version=Version of the patch, preferably you should increase it if you make a new version of the same patch. It isn't used at the moment but future versions of the "Patch Installer" applet might use the version attribute to indicate to the user if the patch can be upgraded to a new version. In the current version the user have to uninstall and reinstall the patch.
minTarget=Minium version of the firmware that's required, "7.5" should be correct for visualizers since they weren't available in earlier versions
maxTarget=Maximum version of the firmware that is allowed. Possibly you might want to change this in the future, but at the moment I'd recommend that you keep "7.5" as we don't know if Logitech will change anything in the file structure in the next version.
You can have several <patch>...</patch> elements in the same repository file, look at my testing repository which I linked to in an earlier post for an example.Erland Isaksson (My homepage)
(Developer of many plugins/applets (both free and commercial).
If you like to encourage future presence on this forum and/or third party plugin/applet development, consider purchasing some plugins)
You may also want to try my Android apps Squeeze Display and RSS Photo Show
Interested in the future of music streaming ? ickStream - A world of music at your fingertips.
-
2010-04-13, 10:22 #25Senior Member
- Join Date
- Apr 2008
- Posts
- 245
-
2010-04-13, 10:24 #26Senior Member
- Join Date
- Apr 2008
- Posts
- 245
-
2010-04-13, 10:54 #27Senior Member
- Join Date
- Apr 2008
- Posts
- 245
Other than the sha thing, this is probably ready to roll:
http://www.smallproblem.com/touchmet...ogvumeters.xml
-
2010-04-13, 10:55 #28
This looks really really cool! I'm interested to see what you come up with for different color schemes, especially something for use in a dark room. It'd be nice to see something that would emulate that eery glow of VU meters in the dark :-).
I'm glad work is being done on a VU meter screensaver. I've used it on my SB3s since I bought them almost 3 years ago.Rich
---------
Setup: 2 SB3s, 4 Booms, 1 Duet, 1 Receiver, 1 Touch, iPeng on iPod Touch, SqueezeCommander, OrangeSqueeze, and SqueezePlayer on Xoom and Galaxy Player 4.2. CentOS 6.3 Server running LogitechMediaServer 7.7.2 and SqueezeSlave.
Current library stats: 40,810 songs, 3,153 albums, 582 artists.
http://www.last.fm/user/maggior
-
2010-04-13, 11:07 #29Senior Member
- Join Date
- Apr 2008
- Posts
- 245
I'm underway with the next set of meters but I need to get my testing environment sorted out. Anyone know if it's possible to get the Patch Installer applet installed on Squeezeplay? I'm not having luck.
-
2010-04-13, 11:36 #30Senior Member
- Join Date
- Apr 2008
- Posts
- 245
Dark Meter
Might look something like this:


Reply With Quote
