10-23-2003, 10:00 PM
|
Editor Emeritus
Join Date: Aug 2006
Posts: 15,171
|
|
PocketMusic 2.5 Released
PocketMind continues to improve their PocketMusic player. The newest version includes: - Landscape Mode with large buttons and controls added (see below)
- PocketMusic Today item added - control music playback directly from Today screen
- Greatly improved equalizer quality and performance on XScale processors
- Added option to continue playback from the last place in the last played file when PocketMusic starts
- Ability to scan all folders (local content) or selected folder on device to find all supported media files and add them to playlist
I've been looking forward to some of these -- especially the music resume and the folder scaning features.
|
|
|
|
|
10-23-2003, 10:38 PM
|
Sage
Join Date: Mar 2004
Posts: 717
|
|
now how about streaming mp3's over wifi at your local hot spot from your home server. I thought that "open url" was supposed to be supported in the upcoming version of Pocket Music. Bummer. Does anyone know?
|
|
|
|
|
10-23-2003, 10:48 PM
|
Thoughts Media Review Team
Join Date: Aug 2006
Posts: 749
|
|
I went to the web site, but there's no mention of how to 'upgrade' and when you download the package, the executable in the .zip says it's 2.0. I didn't try to actually run it, since I was worried I'd lose my 'bundle' status and actually be downgrading from 2.1.
__________________
/drt
|
|
|
|
|
10-23-2003, 11:03 PM
|
Editor Emeritus
Join Date: Aug 2006
Posts: 15,171
|
|
Don,
If you own a copy of the bundle, you should have received an email with upgrade instructions. I got one, for what it's worth.
--janak
|
|
|
|
|
10-24-2003, 08:19 AM
|
Thinker
Join Date: Dec 2004
Posts: 315
|
|
hmm, no streaming? Guess i'll keep conduits player. ^^
|
|
|
|
|
10-24-2003, 09:11 AM
|
Pupil
Join Date: Feb 2005
Posts: 11
|
|
Having installed this from the e-mail i recieved from pocket music, i noticed that even the landscape mode is skinnable - nice.
|
|
|
|
|
10-24-2003, 09:53 AM
|
Sage
Join Date: Aug 2006
Posts: 761
|
|
Quote:
Having installed this from the e-mail i recieved from pocket music, i noticed that even the landscape mode is skinnable - nice.
|
Does it still only accept winamp skins or is there a way to make custom skins only for PM (like Conduits pocket player)?
|
|
|
|
|
10-24-2003, 11:27 AM
|
Pupil
Join Date: Feb 2005
Posts: 11
|
|
It uses a collection of custom images and an XML file to specify the location etc. This is located inside:
\Program Files\Pocket Music\PMSkins\Landscape
I hope this helps and doenst annoy others...here is the text from the xml to help juni:
<skin name="Landscape Skin" provider="PocketMind">
<preload>
<bitmap alias="IMG_BACKGROUND" file="back.png"/>
<bitmap alias="IMG_PLAYPAUSE" file="playpause.png"/>
<bitmap alias="IMG_BUTTONS" file="buttons.png"/>
<bitmap alias="IMG_SHUFREP" file="shufrep.png" />
<bitmap alias="IMG_SLIDER" file="Slider.png" />
<bitmap alias="IMG_STATUS" file="status.png" />
</preload>
<layout>
<background
src="IMG_BACKGROUND"
x="0" y="0"
w="240" h="320"
/>
<timer>
x="20" y="214"
w="26" h="76"
orientation="90"
font="Tahoma"
point="18"
weight="700"
color="000000"
</timer>
<titlebar>
x="126" y="22"
w="27" h="250"
orientation="90"
font="Tahoma"
point="18"
weight="700"
color="000000"
</titlebar>
<iconstatus>
x="132" y="285"
w="23" h="25"
<stop src="IMG_STATUS" x="0" y="25"/>
<play src="IMG_STATUS" x="0" y="50"/>
<pause src="IMG_STATUS" x="0" y="0"/>
</iconstatus>
<checkbutton>
id="PLAYPAUSE"
x="157" y="150"
w="82" h="90"
<state1>
<released src="IMG_BACKGROUND" x="157" y="150"/>
<pressed src="IMG_PLAYPAUSE" x="0" y="0"/>
</state1>
<state2>
<released src="IMG_PLAYPAUSE" x="0" y="90"/>
<pressed src="IMG_PLAYPAUSE" x="0" y="180"/>
</state2>
</checkbutton >
<button>
x="168" y="241"
w="68" h="68"
id="PREVIOUS"
<released src="IMG_BACKGROUND" x="168" y="241"/>
<pressed src="IMG_BUTTONS" x="0" y="68"/>
</button>
<button>
x="168" y="80"
w="68" h="68"
id="STOP"
<released src="IMG_BACKGROUND" x="168" y="80" />
<pressed src="IMG_BUTTONS" x="0" y="136" />
</button>
<button>
x="168" y="11"
w="68" h="68"
id="NEXT"
<released src="IMG_BACKGROUND" x="168" y="11" />
<pressed src="IMG_BUTTONS" x="0" y="0" />
</button>
<button>
x="14" y="14"
w="58" h="57"
id="MODE"
<released src="IMG_BACKGROUND" x="14" y="14" />
<pressed src="IMG_SHUFREP" x="0" y="0" />
</button>
<checkbutton>
x="13" y="77"
w="58" h="57"
id="REPEATONOFF"
<state1>
<released src="IMG_BACKGROUND" x="13" y="77"/>
<pressed src="IMG_SHUFREP" x="0" y="57"/>
</state1>
<state2>
<released src="IMG_SHUFREP" x="0" y="171"/>
<pressed src="IMG_SHUFREP" x="0" y="285"/>
</state2>
</checkbutton>
<checkbutton>
x="13" y="140"
w="58" h="57"
id="SHUFFLEONOFF"
<state1>
<released src="IMG_BACKGROUND" x="13" y="140"/>
<pressed src="IMG_SHUFREP" x="0" y="114"/>
</state1>
<state2>
<released src="IMG_SHUFREP" x="0" y="228"/>
<pressed src="IMG_SHUFREP" x="0" y="342"/>
</state2>
</checkbutton>
<slider>
id="VOLUME"
x="56" y="212"
w="39" h="85"
orientation="90"
<released src="IMG_SLIDER" x="0" y="0" w="39" h="19" mask_color="00FF00" />
<pressed src="IMG_SLIDER" x="0" y="19" w="39" h="19" mask_color="00FF00" />
</slider>
<slider>
id="SEEKBAR"
x="73" y="23"
w="39" h="165"
orientation="90"
<released src="IMG_SLIDER" x="0" y="0" w="39" h="19" mask_color="00FF00" />
<pressed src="IMG_SLIDER" x="0" y="19" w="39" h="19" mask_color="00FF00" />
</slider>
</layout>
</skin>
|
|
|
|
|
10-24-2003, 12:03 PM
|
Sage
Join Date: Aug 2006
Posts: 761
|
|
I see, but that is only valid for the landscape skin. I was wondering if it generally has its own skin format, since using winamp skins makes them a bit fuzzy.
|
|
|
|
|
10-24-2003, 12:17 PM
|
Pupil
Join Date: Feb 2005
Posts: 11
|
|
Ah, i really am not sure on that one, you would have to ask the authors. I have noticed the degradation in resolution on winamp skins though!
|
|
|
|
|
|
|
|