Grr, is MediaMonkey compatible with Android?

Get answers about syncing MediaMonkey 4 with iPods and other devices.

Moderator: Gurus

mgillespie
Posts: 95
Joined: Thu Jul 21, 2005 5:54 pm

Grr, is MediaMonkey compatible with Android?

Post by mgillespie »

As it seems to copy incompatible .PLA playlists rather M3U when I sync...

It seems to be MM has become nothing more than an Apple/iPhone sync app...
(EDIT: incompatible iPhone sync app - perhaps if the developers spent less time trying to circumvent Apple's blocking of anything non-iTunes, they could support every other media device)
Music Diva
Posts: 118
Joined: Thu Jan 31, 2008 6:36 pm
Location: Chicago, IL USA

Re: Grr, is MediaMonkey compatible with Android?

Post by Music Diva »

They can't get either right if it's the newer OSes it seems. My Honeycomb tablet doesn't work. Doesn't seem to work well on ICS either from what I'm reading. And neither does my iPhone 4S(obviously). I'm pretty frustrated right now myself! :x
nohitter151
Posts: 23640
Joined: Wed Aug 09, 2006 10:20 am
Location: NJ, USA
Contact:

Re: Grr, is MediaMonkey compatible with Android?

Post by nohitter151 »

MM will always use m3u playlists if you instead sync using the USB_mass plugin. see http://www.mediamonkey.com/support/inde ... rticleid=2
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?

Please no PMs in reply to a post. Just reply in the thread.
mgillespie
Posts: 95
Joined: Thu Jul 21, 2005 5:54 pm

Re: Grr, is MediaMonkey compatible with Android?

Post by mgillespie »

That is no use to me, it means using USB mode, SD card is disconnected from the phones memory.

This is less than ideal, and not an option.

Perhaps MM need to remove Android compatibility as well as iPhone compatibility from their website....
jiri
Posts: 5417
Joined: Tue Aug 14, 2001 7:00 pm
Location: Czech Republic
Contact:

Re: Grr, is MediaMonkey compatible with Android?

Post by jiri »

We are certainly interested in 100% compatibility with any device, all Android devices in particular. So please provide more details about how do you synchronize, what device do you use and maybe an included debug log would help.

Thanks,
Jiri
Music Diva
Posts: 118
Joined: Thu Jan 31, 2008 6:36 pm
Location: Chicago, IL USA

Re: Grr, is MediaMonkey compatible with Android?

Post by Music Diva »

Sorry, I was frustrated the other day.

Well in my case, I am using the Evo View(HTC Flyer with 4G). It shows up as an HTC Hero, but I'm running Honeycomb, while I think the Hero only went up to 2.1 or 2.2? I got it working anyway by uninstalling MM and all the folders, reinstalling and resetting everything from scratch. Not sure what went wrong. I think it was reading the database wrong while syncing, it could never complete.

As for the iPhone 4S, I went to their iCloud sync for the time being. I would still prefer local sync though.
mgillespie
Posts: 95
Joined: Thu Jul 21, 2005 5:54 pm

Re: Grr, is MediaMonkey compatible with Android?

Post by mgillespie »

OK, specifically the Problem:

Device: Sony Ericsson XPeria Arc S
Firmware: Gingerbread Android 2.3.4
Connection Mode: MTP

Mediamonkey syncronises the music to the device just fine, but copies the playlists as .pla format. This is not compatible with this device the default-capability.xml clearly does not mention .pla and only M3U.

It's looking like you totally disregard what the MTP XML tells you, and just copies .PLA.

<audio-playlist>
<format id="m3u8" preferred="true">
<extension>m3u</extension>
</format>
</audio-playlist>


Code: Select all

<?xml version="1.0" encoding="ISO-8859-1"?>
<devices>
  <version>PC8</version>
  <Revision-version>4.0.2</Revision-version>
  <device>
  <identification>
    <model>LT18i</model>
    <marketingname>Xperia&#8482; arc S (LT18)</marketingname>
    <vendor>Sony Ericsson</vendor>
    <brand>Xperia</brand>
	<typeID>AAD-3880097-AV</typeID>
  </identification>
  <storage>
    <type>CARD</type>
    <max-full>90</max-full>
  </storage>
  <display index="0">
    <height unit="pixels">854</height>
    <width unit="pixels">480</width>
    <colors>16777216</colors>
  </display>
  <image>
    <format id="JPEG" preferred="true">
      <maxheight>1080</maxheight>
      <maxwidth>1920</maxwidth>
      <extension>jpg</extension>
      <extension>jpeg</extension>
      <mime-type>image/jpeg</mime-type>
    </format>
    <format id="BMP" preferred="false">
      <extension>bmp</extension>
      <mime-type>image/bmp</mime-type>
    </format>
    <format id="GIF" preferred="false">
      <extension>gif</extension>
      <mime-type>image/gif</mime-type>
    </format>
    <format id="PNG" preferred="false">
      <extension>png</extension>
      <mime-type>image/png</mime-type>
    </format>
  </image>
  <audio>
    <format id="AMR" preferred="false">
      <extension>3gp</extension>
      <mime-type>audio/amr</mime-type>
    </format>
    <format id="AMR-WB" preferred="false">
      <extension>3gp</extension>
      <mime-type>audio/amr-wb</mime-type>
    </format>
    <format id="WAV" preferred="false">
      <extension>wav</extension>
      <mime-type>audio/x-wav</mime-type>
    </format>
    <format id="MP3" preferred="false">
      <extension>mp3</extension>
      <mime-type>audio/mpeg</mime-type>
    </format>
    <format id="MP4" preferred="true">
      <extension>mp4</extension>
      <mime-type>audio/mp4</mime-type>
    </format>
    <format id="MIDI" preferred="false">
      <extension>mid</extension>
      <extension>midi</extension>
      <mime-type>audio/midi</mime-type>
    </format>
    <format id="iMelody" preferred="false">
      <extension>imy</extension>
      <mime-type>audio/imelody</mime-type>
    </format>
    <format id="3GPP" preferred="false">
      <extension>3gp</extension>
      <mime-type>audio/3gpp</mime-type>
    </format>
    <format id="m4a" preferred="false">
      <extension>m4a</extension>
      <mime-type>audio/mp4</mime-type>
    </format>
    <format id="OGG" preferred="false">
      <extension>ogg</extension>
      <extension>oga</extension>
      <mime-type>application/ogg</mime-type>
    </format>
  </audio>
  <audio-playlist>
    <format id="m3u8" preferred="true">
      <extension>m3u</extension>
    </format>
  </audio-playlist>
  <video>
    <format preferred="true">
      <extension>mp4</extension>
      <extension>3gp</extension>
      <mime-type>video/mp4</mime-type>
      <mime-type>video/3gp</mime-type>
      <encoding>mpeg-4</encoding>
      <video>H264 Baseline</video>
      <part>10</part>
      <profile>0</profile>
      <framesize id="720P">
        <width>1280</width>
        <height>720</height>
      </framesize>
      <framerate>30</framerate>
      <avgvideobitrate>6000</avgvideobitrate>
      <peakvideobitrate>17408</peakvideobitrate>
      <subtitles></subtitles>
      <chapters></chapters>
      <sound>AAC</sound>
      <kbits>384</kbits>
    </format>
    <format preferred="false">
      <extension>mp4</extension>
      <extension>3gp</extension>
      <mime-type>video/mp4</mime-type>
      <mime-type>video/3gp</mime-type>
      <encoding>mpeg-4</encoding>
      <video>H264 Main</video>
      <part>10</part>
      <profile>77</profile>
      <framesize id="HD 720p">
        <width>1280</width>
        <height>720</height>
      </framesize>
      <framerate>30</framerate>
      <avgvideobitrate>6000</avgvideobitrate>
      <peakvideobitrate>17408</peakvideobitrate>
      <subtitles></subtitles>
      <chapters></chapters>
      <sound>AAC</sound>
      <kbits>384</kbits>
    </format>
    <format preferred="false">
      <extension>mp4</extension>
      <extension>3gp</extension>
      <mime-type>video/mp4</mime-type>
      <mime-type>video/3gp</mime-type>
      <encoding>mpeg-4</encoding>
      <video>H264 High</video>
      <part>10</part>
      <profile>100</profile>
      <framesize id="HD 720p">
        <width>1280</width>
        <height>720</height>
      </framesize>
      <framerate>30</framerate>
      <avgvideobitrate>6000</avgvideobitrate>
      <peakvideobitrate>17408</peakvideobitrate>
      <subtitles></subtitles>
      <chapters></chapters>
      <sound>AAC</sound>
      <kbits>384</kbits>
    </format>
    <format preferred="false">
      <extension>3gp</extension>
      <mime-type>video/3gp</mime-type>
      <encoding>mpeg-4</encoding>
      <video>MPEG-4 Visual</video>
      <part>2</part>
      <profile>SP</profile>
      <framesize id="720P">
        <width>1280</width>
        <height>720</height>
      </framesize>
      <framerate>30</framerate>
      <avgvideobitrate>6000</avgvideobitrate>
      <peakvideobitrate>20480</peakvideobitrate>
      <sound>AAC</sound>
      <kbits>384</kbits>
    </format>
    <format preferred="false">
      <extension>3gp</extension>
      <mime-type>video/3gp</mime-type>
      <encoding>H.263</encoding>
      <framesize id="WVGA">
        <width>800</width>
        <height>480</height>
      </framesize>
      <framerate>30</framerate>
      <avgvideobitrate>2000</avgvideobitrate>
      <peakvideobitrate>10240</peakvideobitrate>
    </format>
  </video>
  <filesystem>
    <filename maxlength="255"/>
    <folder maxlength="1023"/>
    <path>
      <camera>\DCIM\</camera>
      <image>\picture\</image>
      <video>\video\</video>
	<marlin-license-store>\MLN_ROOT\LICENSE</marlin-license-store>
        <videosources>
        </videosources>
      <sound>\music\</sound>
        <soundsources>
        </soundsources>
      <feedsound>\music\podcast\</feedsound>
      <feedvideo>\video\podcast\</feedvideo>
      <feedimage>\picture\podcast\</feedimage>
      <feeds>\other\</feeds>
    </path>
  </filesystem>
  <drm> 
    <oma-v1>true</oma-v1>
    <oma-v2>false</oma-v2>
    <wmdrm>false</wmdrm>
    <marlin msc-only="true">true</marlin>
  </drm>
  <sensme>
    <available>false</available>
  </sensme>
  <albumart>
    <displaysize unit="pixels">
      <width>400</width>
      <height>400</height>
    </displaysize>
    <filesize unit="bytes">1048576</filesize>
  </albumart>
  <wifi available="true"/>
  <DLNA available="false"/>
  <MTP available="true" version="1.0"/>
  <associated-stores>
  <psn>true</psn>
  </associated-stores>
  <software>
    <semcboot>
      <productnumber>1241-3656</productnumber>
  	  <productrevision>R9A029</productrevision>
    </semcboot>
    <app>
      <productnumber>1253-8238</productnumber>
  	  <productrevision>4.0.2.A.0.62</productrevision>
    </app>
    <filesystem>
             <productnumber>WORLD-i</productnumber>
  	   <productrevision>4.0.2.A.0.62</productrevision>
    </filesystem>
    <cdf>
      <productnumber>1254-2284</productnumber>
  	  <productrevision>R2D</productrevision>
    </cdf>
   </software>
  <systemserialnumbers>
     <IMEI>358506041698352</IMEI>
  </systemserialnumbers>
 </device>
</devices>

jiri
Posts: 5417
Joined: Tue Aug 14, 2001 7:00 pm
Location: Czech Republic
Contact:

Re: Grr, is MediaMonkey compatible with Android?

Post by jiri »

Please download http://www.mediamonkey.com/beta/WMLog.exe and send me the generated log (at least its beginning where supported formats are listed). That should explain why m3u wasn't detected.

Thanks,
Jiri
mgillespie
Posts: 95
Joined: Thu Jul 21, 2005 5:54 pm

Re: Grr, is MediaMonkey compatible with Android?

Post by mgillespie »

Same problem reported here:

(Xperia Arc)
http://www.mediamonkey.com/forum/viewto ... id#p300192

And here:

(Samsung Galaxy Note)
http://www.mediamonkey.com/forum/viewto ... id#p322996

Seems like quite a common Android bug. I will run the utility tonight and generate the debug log. However I hope the devs take this problem seriously, as this problem seem to have been around for at least 6+ months.

PS. Anyone know how to force the playlist format during MTP transfers, or somehow convert PLA to M3U8?
mgillespie
Posts: 95
Joined: Thu Jul 21, 2005 5:54 pm

Re: Grr, is MediaMonkey compatible with Android?

Post by mgillespie »

Logfile (enum part):

Code: Select all

Result: 0
Revision: 524288
Device:
Name: Xperia arc S
Manufacturer: Sony Ericsson
Power: 5 - 66
Version: 0
Icon: 9963557
Type: D3
  Format: 85
  Format: 0
  Format: 0
  Format2: 85
  Format2: 0
  Format2: 0
Canonical name: \\?\usb#vid_0fce&pid_014f#42583930324c56323858#{f33fdc04-d1ac-4e8e-9a30-19bbd4b108ae}$0
Properties supported: 
WMDM/DeviceFirmwareVersion
WMDM/DeviceProtocol
WMDM/DeviceModelName
WMDM/SyncRelationshipID
WMDM/DeviceFriendlyName
WMDM/DeviceServiceProviderVendor
WMDM/FormatsSupported
WMDM/DeviceFriendlyName
Formats supported: 
3000
  Pref: 0
    WMDM/FormatCode : ANY
    WMDM/Title : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/FileSize : ANY
    WMDM/FileName : ANY
    WMDM/NonConsumable : ENUM: (0, -1)
3001
  Pref: 0
    WMDM/FileCreationDate : ANY
    WMDM/LastModifiedDate : ANY
    WMDM/FormatCode : ANY
    WMDM/Title : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/FileSize : ANY
    WMDM/FileName : ANY
    WMDM/NonConsumable : ENUM: (0, -1)
3008
  Pref: 0
    WMDM/Bitrate : RANGE: (5000, 1500000, 1)
    WMDM/Author : ANY
    WMDM/FileCreationDate : ANY
    WMDM/AlbumArtist : ANY
    WMDM/LastModifiedDate : ANY
    WMDM/AudioWAVECodec : ENUM: (1, 2, 3)
    WMDM/IsProtected : ENUM: (0, -1, -1)
    WMDM/FormatCode : ANY
    WMDM/Duration : RANGE: (0, 4294967295, 1)
    WMDM/Title : ANY
    WMDM/UserRating : RANGE: (0, 100, 1)
    WMDM/Year : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/AuthorDate : ANY
    WMDM/SampleRate : ENUM: (32000, 44100, 48000, 96000)
    WMDM/Genre : ANY
    WMDM/BuyNow : ANY
    WMDM/FileSize : ANY
    WMDM/Track : ANY
    WMDM/AlbumTitle : ANY
    WMDM/FileName : ANY
    WMDM/NumChannels : ENUM: (0, 1, 2)
    WMDM/NonConsumable : ENUM: (0, -1)
    WMDM/PlayCount : ANY
3009
  Pref: 0
    WMDM/Bitrate : RANGE: (5000, 320000, 1)
    WMDM/Author : ANY
    WMDM/FileCreationDate : ANY
    WMDM/AlbumArtist : ANY
    WMDM/LastModifiedDate : ANY
    WMDM/AudioWAVECodec : ENUM: (80, 85)
    WMDM/IsProtected : ENUM: (0, -1, -1)
    WMDM/FormatCode : ANY
    WMDM/Duration : RANGE: (0, 4294967295, 1)
    WMDM/Title : ANY
    WMDM/UserRating : RANGE: (0, 100, 1)
    WMDM/Year : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/AuthorDate : ANY
    WMDM/SampleRate : ENUM: (8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000)
    WMDM/Genre : ANY
    WMDM/BuyNow : ANY
    WMDM/FileSize : ANY
    WMDM/Track : ANY
    WMDM/AlbumTitle : ANY
    WMDM/FileName : ANY
    WMDM/NumChannels : ENUM: (0, 1, 2)
    WMDM/NonConsumable : ENUM: (0, -1)
    WMDM/PlayCount : ANY
B903
  Pref: 0
    WMDM/Bitrate : RANGE: (1, 384000, 1)
    WMDM/Author : ANY
    WMDM/FileCreationDate : ANY
    WMDM/AlbumArtist : ANY
    WMDM/LastModifiedDate : ANY
    WMDM/AudioWAVECodec : ENUM: (41222)
    WMDM/IsProtected : ENUM: (0, -1, -1)
    WMDM/FormatCode : ANY
    WMDM/Duration : RANGE: (0, 4294967295, 1)
    WMDM/Title : ANY
    WMDM/UserRating : RANGE: (0, 100, 1)
    WMDM/Year : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/AuthorDate : ANY
    WMDM/SampleRate : RANGE: (1, 48000, 1)
    WMDM/Genre : ANY
    WMDM/BuyNow : ANY
    WMDM/FileSize : ANY
    WMDM/Track : ANY
    WMDM/AlbumTitle : ANY
    WMDM/FileName : ANY
    WMDM/NumChannels : ENUM: (0, 1, 2)
    WMDM/NonConsumable : ENUM: (0, -1)
    WMDM/PlayCount : ANY
300C
  Pref: 0
    WMDM/Bitrate : RANGE: (5000, 1500000, 1)
    WMDM/FileCreationDate : ANY
    WMDM/Width : RANGE: (0, 432, 1)
    WMDM/QualitySetting : RANGE: (0, 10, 1)
    WMDM/LastModifiedDate : ANY
    WMDM/AudioWAVECodec : ENUM: (352, 353, 354, 355, 356)
    WMDM/Height : RANGE: (0, 240, 1)
    WMDM/ScanType : ENUM: (0, 1, 2, 3, 6, 7)
    WMDM/VideoBitrate : RANGE: (1, 384000, 1)
    WMDM/IsProtected : ENUM: (0, -1, -1)
    WMDM/FormatCode : ANY
    WMDM/Duration : RANGE: (0, 4294967295, 1)
    WMDM/EncodingProfile : ENUM: (SP)
    WMDM/VideoFourCCCodec : ENUM: (859189832, 861293911, 875967048, 877088845)
    WMDM/Title : ANY
    WMDM/FrameRate : RANGE: (1, 30000, 1)
    WMDM/UserRating : RANGE: (0, 100, 1)
    WMDM/PersistentUniqueID : ANY
    WMDM/AuthorDate : ANY
    WMDM/SampleRate : RANGE: (1, 96000, 1)
    WMDM/Genre : ANY
    WMDM/BuyNow : ANY
    WMDM/FileSize : ANY
    WMDM/AlbumTitle : ANY
    WMDM/FileName : ANY
    WMDM/NumChannels : ENUM: (0, 1, 2)
    WMDM/NonConsumable : ENUM: (0, -1)
    WMDM/PlayCount : ANY
B984
  Pref: 0
    WMDM/FileName : ANY
    WMDM/Year : ANY
    WMDM/EncodingProfile : ENUM: (SP, AP, MP)
    WMDM/NonConsumable : ENUM: (0, -1)
    WMDM/SampleRate : RANGE: (1, 96000, 1)
    WMDM/Genre : ANY
    WMDM/FormatCode : ANY
    WMDM/Title : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/QualitySetting : RANGE: (0, 10, 1)
    WMDM/ScanType : ENUM: (0, 1, 2, 3, 6, 7)
    WMDM/VideoBitrate : RANGE: (1, 20480000, 1)
    WMDM/BuyNow : ANY
    WMDM/VideoFourCCCodec : ENUM: (875967048, 1395937357, 842289229, 844313677, 859189832)
    WMDM/FrameRate : RANGE: (1, 30000, 1)
    WMDM/Track : ANY
    WMDM/AlbumTitle : ANY
    WMDM/NumChannels : ENUM: (0, 1, 2)
    WMDM/Bitrate : RANGE: (1, 384000, 1)
    WMDM/AudioWAVECodec : ENUM: (41222)
    WMDM/FileCreationDate : ANY
    WMDM/LastModifiedDate : ANY
    WMDM/IsProtected : ENUM: (0, -1, -1)
    WMDM/PlayCount : ANY
    WMDM/AuthorDate : ANY
    WMDM/FileSize : ANY
    WMDM/Author : ANY
    WMDM/Duration : RANGE: (0, 4294967295, 1)
    WMDM/Width : RANGE: (0, 1280, 1)
    WMDM/Height : RANGE: (0, 720, 1)
    WMDM/UserRating : RANGE: (0, 100, 1)
B982
  Pref: 0
    WMDM/FileName : ANY
    WMDM/Year : ANY
    WMDM/EncodingProfile : ENUM: (SP, AP, MP)
    WMDM/NonConsumable : ENUM: (0, -1)
    WMDM/SampleRate : RANGE: (1, 96000, 1)
    WMDM/Genre : ANY
    WMDM/FormatCode : ANY
    WMDM/Title : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/QualitySetting : RANGE: (0, 10, 1)
    WMDM/ScanType : ENUM: (0, 1, 2, 3, 6, 7)
    WMDM/VideoBitrate : RANGE: (1, 17408000, 1)
    WMDM/BuyNow : ANY
    WMDM/VideoFourCCCodec : ENUM: (875967048, 1395937357, 842289229, 844313677, 859189832)
    WMDM/FrameRate : RANGE: (1, 30000, 1)
    WMDM/Track : ANY
    WMDM/AlbumTitle : ANY
    WMDM/NumChannels : ENUM: (0, 1, 2)
    WMDM/Bitrate : RANGE: (1, 384000, 1)
    WMDM/AudioWAVECodec : ENUM: (41222)
    WMDM/FileCreationDate : ANY
    WMDM/LastModifiedDate : ANY
    WMDM/IsProtected : ENUM: (0)
    WMDM/PlayCount : ANY
    WMDM/AuthorDate : ANY
    WMDM/FileSize : ANY
    WMDM/Author : ANY
    WMDM/Duration : RANGE: (0, 4294967295, 1)
    WMDM/Width : RANGE: (0, 1280, 1)
    WMDM/Height : RANGE: (0, 720, 1)
    WMDM/UserRating : RANGE: (0, 100, 1)
B902
  Pref: 0
    WMDM/Bitrate : RANGE: (5000, 1500000, 1)
    WMDM/Author : ANY
    WMDM/FileCreationDate : ANY
    WMDM/AlbumArtist : ANY
    WMDM/LastModifiedDate : ANY
    WMDM/AudioWAVECodec : ENUM: (80, 85)
    WMDM/IsProtected : ENUM: (0, -1, -1)
    WMDM/FormatCode : ANY
    WMDM/Duration : RANGE: (0, 4294967295, 1)
    WMDM/Title : ANY
    WMDM/UserRating : RANGE: (0, 100, 1)
    WMDM/Year : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/AuthorDate : ANY
    WMDM/SampleRate : RANGE: (1, 96000, 1)
    WMDM/Genre : ANY
    WMDM/BuyNow : ANY
    WMDM/FileSize : ANY
    WMDM/Track : ANY
    WMDM/AlbumTitle : ANY
    WMDM/FileName : ANY
    WMDM/NumChannels : ENUM: (0, 1, 2)
    WMDM/NonConsumable : ENUM: (0, -1)
    WMDM/PlayCount : ANY
380B
  Pref: 0
    WMDM/FileCreationDate : ANY
    WMDM/Width : RANGE: (0, 5000, 1)
    WMDM/LastModifiedDate : ANY
    WMDM/Height : RANGE: (0, 4000, 1)
    WMDM/IsProtected : ENUM: (0, -1, -1)
    WMDM/FormatCode : ANY
    WMDM/Title : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/FileSize : ANY
    WMDM/FileName : ANY
    WMDM/NonConsumable : ENUM: (0, -1)
3801
  Pref: 0
    WMDM/FileCreationDate : ANY
    WMDM/Width : RANGE: (0, 5000, 1)
    WMDM/LastModifiedDate : ANY
    WMDM/Height : RANGE: (0, 4000, 1)
    WMDM/IsProtected : ENUM: (0, -1, -1)
    WMDM/FormatCode : ANY
    WMDM/Title : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/FileSize : ANY
    WMDM/FileName : ANY
    WMDM/NonConsumable : ENUM: (0, -1)
3804
  Pref: 0
    WMDM/FileCreationDate : ANY
    WMDM/Width : RANGE: (0, 5000, 1)
    WMDM/LastModifiedDate : ANY
    WMDM/Height : RANGE: (0, 4000, 1)
    WMDM/IsProtected : ENUM: (0, -1, -1)
    WMDM/FormatCode : ANY
    WMDM/Title : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/FileSize : ANY
    WMDM/FileName : ANY
    WMDM/NonConsumable : ENUM: (0, -1)
3807
  Pref: 0
    WMDM/FileCreationDate : ANY
    WMDM/Width : RANGE: (0, 5000, 1)
    WMDM/LastModifiedDate : ANY
    WMDM/Height : RANGE: (0, 4000, 1)
    WMDM/IsProtected : ENUM: (0, -1, -1)
    WMDM/FormatCode : ANY
    WMDM/Title : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/FileSize : ANY
    WMDM/FileName : ANY
    WMDM/NonConsumable : ENUM: (0, -1)
BA03
  Pref: 0
    WMDM/AlbumArtist : ANY
    WMDM/FormatCode : ANY
    WMDM/Title : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/Genre : ANY
    WMDM/BuyNow : ANY
    WMDM/FileSize : ANY
    WMDM/FileName : ANY
    WMDM/NonConsumable : ENUM: (0, -1)
BA11
  Pref: 0
    WMDM/FormatCode : ANY
    WMDM/Title : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/FileSize : ANY
    WMDM/FileName : ANY
    WMDM/NonConsumable : ENUM: (0, -1)
BA10
  Pref: 0
    WMDM/FormatCode : ANY
    WMDM/Title : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/FileSize : ANY
    WMDM/FileName : ANY
    WMDM/NonConsumable : ENUM: (0, -1)
BA14
  Pref: 0
    WMDM/FormatCode : ANY
    WMDM/Title : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/FileSize : ANY
    WMDM/FileName : ANY
    WMDM/NonConsumable : ENUM: (0, -1)
BA05
  Pref: 0
    WMDM/FormatCode : ANY
    WMDM/Title : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/FileSize : ANY
    WMDM/FileName : ANY
    WMDM/NonConsumable : ENUM: (0, -1)
3004
  Pref: 0
    WMDM/FileCreationDate : ANY
    WMDM/LastModifiedDate : ANY
    WMDM/IsProtected : ENUM: (0, -1, -1)
    WMDM/FormatCode : ANY
    WMDM/Title : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/FileSize : ANY
    WMDM/FileName : ANY
    WMDM/NonConsumable : ENUM: (0, -1)
3005
  Pref: 0
    WMDM/FileCreationDate : ANY
    WMDM/LastModifiedDate : ANY
    WMDM/IsProtected : ENUM: (0, -1, -1)
    WMDM/FormatCode : ANY
    WMDM/Title : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/FileSize : ANY
    WMDM/FileName : ANY
    WMDM/NonConsumable : ENUM: (0, -1)
BA80
  Pref: 0
    WMDM/FileCreationDate : ANY
    WMDM/LastModifiedDate : ANY
    WMDM/IsProtected : ENUM: (0, -1, -1)
    WMDM/FormatCode : ANY
    WMDM/Title : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/FileSize : ANY
    WMDM/FileName : ANY
    WMDM/NonConsumable : ENUM: (0, -1)
BA81
  Pref: 0
    WMDM/FileCreationDate : ANY
    WMDM/LastModifiedDate : ANY
    WMDM/IsProtected : ENUM: (0, -1, -1)
    WMDM/FormatCode : ANY
    WMDM/Title : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/FileSize : ANY
    WMDM/FileName : ANY
    WMDM/NonConsumable : ENUM: (0, -1)
B102
  Pref: 0
    WMDM/FileCreationDate : ANY
    WMDM/FormatCode : ANY
    WMDM/Title : ANY
    WMDM/PersistentUniqueID : ANY
    WMDM/FileSize : ANY
    WMDM/FileName : ANY
    WMDM/NonConsumable : ENUM: (0, -1)
Friendly name: Xperia arc S
Storage:
Attributes: 1040108
Capabilities: D
Total: 299532288
Free: 4227072000
mgillespie
Posts: 95
Joined: Thu Jul 21, 2005 5:54 pm

Re: Grr, is MediaMonkey compatible with Android?

Post by mgillespie »

Another long thread about this problem...

http://www.mediamonkey.com/forum/viewto ... 12&t=63143
(Galaxy Nexus this time).

I wonder how many other Android phones are broken for playlist sync???
mgillespie
Posts: 95
Joined: Thu Jul 21, 2005 5:54 pm

Re: Grr, is MediaMonkey compatible with Android?

Post by mgillespie »

And another report of this problem:

http://www.mediamonkey.com/forum/viewto ... 12&t=64055


Can I ask, is there a defect raised for this in your Mantis system, what it's priority is, and if it's a blocker for MM4.03?
jiri
Posts: 5417
Joined: Tue Aug 14, 2001 7:00 pm
Location: Czech Republic
Contact:

Re: Grr, is MediaMonkey compatible with Android?

Post by jiri »

It's entered and now also fixed as http://www.ventismedia.com/mantis/view.php?id=9066 . If you can test it before the next build is out, there's an updated http://www.mediamonkey.com/beta/d_WMDM.dll available. Just replace the current one in Plugins folder and it should work fine.

Thanks,
Jiri
mgillespie
Posts: 95
Joined: Thu Jul 21, 2005 5:54 pm

Re: Grr, is MediaMonkey compatible with Android?

Post by mgillespie »

Still no go. It's definitely DIFFERENT, it's now creating playlists of a different kind, they appear as 0 byte files in MTP browsing, but when opened using Windows Explorer, they do seem to have valid references. They AREN'T M3U files, and they AREN'T still recognized by the Android player..

They don't seem to have any file extension, and when browsed on the device itself, seem to be empty....

Image
mgillespie
Posts: 95
Joined: Thu Jul 21, 2005 5:54 pm

Re: Grr, is MediaMonkey compatible with Android?

Post by mgillespie »

Tested on a complete 4.0.3.1469 and it's definitely not working still.

I also ran WMLog with the new version, and did a diff between the last log, and it was the same (battery, icon and diskspace being the only difference at the start of the file)

I'm guessing as it was blocker before, it still is?
Post Reply