1459: Artwork change doesn't trigger sync update

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: 1459: Artwork change doesn't trigger sync update

Re: 1459: Artwork change doesn't trigger sync update

by markstuartwalker » Tue Feb 07, 2012 3:38 am

OK, incorporated into latest version.

Re: 1459: Artwork change doesn't trigger sync update

by Ludek » Sat Feb 04, 2012 8:08 am

Note that this is a very simple XML, and I don't plan to make it complicated by having two elements with the same name.
That said you can simply extract the value between <RemoveAAByteRate> and </RemoveAAByteRate> and don't need to take it as XML.

Re: 1459: Artwork change doesn't trigger sync update

by markstuartwalker » Fri Feb 03, 2012 6:44 am

OK, sorry. This was my mistake - it would appear that there are some line separators that were overlaying lines of the logged text.

Any recommendation on how to separate the xml components? TxmlDocument?

Re: 1459: Artwork change doesn't trigger sync update

by Ludek » Fri Jan 27, 2012 6:57 pm

No, it really should work, the function returns in my case:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<DeviceName>d_itunes4.dll on spiker-d5e5ce0c</DeviceName>
<DeviceID>d_itunes4.dll on spiker-d5e5ce0c</DeviceID>
<DetailedUSBID></DetailedUSBID>
<MusicMask>\Music\%R - %L\%2T %S</MusicMask>
<ClassMusicMask>\Music\Classical\%C\%L\%2T %S</ClassMusicMask>
<AudiobookMask>\Music\Audiobooks\%L - %A\%2T %S</AudiobookMask>
<PodcastMask>\Music\Podcasts\%ZU\%ZP %S</PodcastMask>
<VideoPodcastMask>\Video\Podcasts\%ZU\%ZP %S</VideoPodcastMask>
<VideoMask>\Video\%S - %Y</VideoMask>
<MusicVideoMask>\Video\Music Video\%R - %L\%2T %S</MusicVideoMask>
<TVMask>\Video\TV\%ZV\%2ZY %S</TVMask>
<TAGGING>
    <SyncAAMask>folder.jpg</SyncAAMask>
    <SaveAAToFolder>0</SaveAAToFolder>
    <SaveAAToTag>0</SaveAAToTag>
    <RemoveAAFromTag>0</RemoveAAFromTag>
    <RemoveAAByteRate>300</RemoveAAByteRate>
    <FirstGenre>1</FirstGenre>
    <FirstArtist>0</FirstArtist>
</TAGGING>
<AUTOSYNC>
    <DeleteUnsynch>1</DeleteUnsynch>
    <DeleteConfirm>0</DeleteConfirm>
    <DeleteUnknown>0</DeleteUnknown>
    <DeleteConfirmUnknown>1</DeleteConfirmUnknown>
    <ResyncOnMaskChange>0</ResyncOnMaskChange>
    <BiDirSync>0</BiDirSync>
    <BiDirConfirm>1</BiDirConfirm>
    <SynchOnConnect>0</SynchOnConnect>
    <ScanOnConnect>1</ScanOnConnect>
    <AutoUnmount>0</AutoUnmount>
    <canBiDiSynch>1</canBiDiSynch>
    <CanEject>0</CanEject>
</AUTOSYNC>

Re: 1459: Artwork change doesn't trigger sync update

by markstuartwalker » Wed Jan 25, 2012 12:27 pm

Not that I can see in the code. I'm away from the test system so I can't re-check at the moment.

The function adds a prefix string and passes to the MM function.

Code: Select all

MMInterf.Tools.OutputDebugString(s)
If it were truncating at an arbitrary (say) column 80 it would almost certainly break the XML format and it hasn't. Is it possible that it only holds non-default values?

Re: 1459: Artwork change doesn't trigger sync update

by Ludek » Wed Jan 25, 2012 3:39 am

I don't have your sources, but I tested with our devices plugins and the function returns the whole XML.

Couldn't it be that the dev.Config.ProfileXML or log.text function that somehow cut the XML?

Re: 1459: Artwork change doesn't trigger sync update

by markstuartwalker » Tue Jan 24, 2012 7:56 am

Simples!

Code: Select all

  // retrieve the ProfileXML settings
  dev.Config.ProfileXML:=deviceInterf.GetDeviceProfileXML[dev.Handle];
  log.text(1,'ProfileXML',dev.Config.ProfileXML);

Re: 1459: Artwork change doesn't trigger sync update

by Ludek » Mon Jan 23, 2012 2:10 pm

Mark, it should return XML like this:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<DeviceName>Sharp 006SH</DeviceName>
<DeviceID>\\?\STORAGE#RemovableMedia#8&1b9fa9c9&0&RM#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0!USB@\\?\STORAGE#RemovableMedia#8&1b9fa9c9&0&RM#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}$0</DeviceID>
<DetailedUSBID>Orig:USB\VID_04DD&PID_9428&MI_00\6&4A668CA&0&0000
Found:STORAGE\REMOVABLEMEDIA\8&1B9FA9C9&0&RM
</DetailedUSBID>
<MusicMask>\Music\%R\%L\%2T %S</MusicMask>
<ClassMusicMask>\Music\Classical\%C\%L\%2T %S</ClassMusicMask>
<AudiobookMask>\Music\Audiobooks\%L - %A\%2T %S</AudiobookMask>
<PodcastMask>\Music\Podcasts\%ZU\%ZP %S</PodcastMask>
<VideoPodcastMask>\Video\Podcasts\%ZU\%ZP %S</VideoPodcastMask>
<VideoMask>\Video\%S - %Y</VideoMask>
<MusicVideoMask>\Video\Music Video\%R - %L\%2T %S</MusicVideoMask>
<TVMask>\Video\TV\%ZV\%2ZY %S</TVMask>
<CreateM3Us>1</CreateM3Us>
<M3U>
    <DestDirectory>\Playlists\</DestDirectory>
    <M3UForPlaylists>1</M3UForPlaylists>
    <M3UForArists>0</M3UForArists>
    <M3UForAlbums>0</M3UForAlbums>
    <M3UForLocations>0</M3UForLocations>
    <UseRelativePaths>0</UseRelativePaths>
    <UseAnsiStyle>0</UseAnsiStyle>
    <UseExtendedM3U>0</UseExtendedM3U>
    <LinuxFolderSeparator>0</LinuxFolderSeparator>
    <Organize>-1</Organize>
</M3U>
<TAGGING>
    <SyncAAMask>albumart.jpg</SyncAAMask>
    <SaveAAToFolder>1</SaveAAToFolder>
    <SaveAAToTag>0</SaveAAToTag>
    <RemoveAAFromTag>0</RemoveAAFromTag>
    <RemoveAAByteRate>300</RemoveAAByteRate>
    <FirstGenre>1</FirstGenre>
    <FirstArtist>0</FirstArtist>
</TAGGING>
<AUTOSYNC>
    <DeleteUnsynch>1</DeleteUnsynch>
    <DeleteConfirm>1</DeleteConfirm>
    <DeleteUnknown>0</DeleteUnknown>
    <DeleteConfirmUnknown>1</DeleteConfirmUnknown>
    <ResyncOnMaskChange>0</ResyncOnMaskChange>
    <BiDirSync>1</BiDirSync>
    <BiDirConfirm>1</BiDirConfirm>
    <SynchOnConnect>0</SynchOnConnect>
    <ScanOnConnect>1</ScanOnConnect>
    <AutoUnmount>0</AutoUnmount>
    <canBiDiSynch>1</canBiDiSynch>
    <CanEject>1</CanEject>
</AUTOSYNC>
where

Code: Select all

 <RemoveAAFromTag>0</RemoveAAFromTag>
 <RemoveAAByteRate>300</RemoveAAByteRate>
are the elements in which you are interested.

Are you sure that it doesn't return the whole XML? I tested the function once I implemented it and it worked for me.

Re: 1459: Artwork change doesn't trigger sync update

by markstuartwalker » Mon Jan 23, 2012 11:04 am

This gives me some XML but it does not appear to return anything useful.

Code: Select all

[4360] d_itunes4.dll 2291 15:39:08 ProfileXML <?xml version="1.0" encoding="UTF-8"?> 
[4360] <DeviceName>d_itunes4.dll on dadpc6</DeviceName> 
[4360] <DeviceID>d_itunes4.dll on dadpc6</DeviceID> 
I am trying to get to the flags which control the size of images inserted into the tagging ...

Re: 1459: Artwork change doesn't trigger sync update

by Ludek » Tue Jan 17, 2012 5:58 pm

Mark, I understand. Currently there is no way to access these settings in MM 4.0, I added issue http://www.ventismedia.com/mantis/view.php?id=8982 to fix it.

Re: 1459: Artwork change doesn't trigger sync update

by markstuartwalker » Tue Jan 17, 2012 5:57 am

Sorry, my mistake. It would seem that I've caused problems with the date checking of the UPLOADTIME field. I've regressed the code and all is OK now. I now get the DEVICE_NotifyFile() function still being called.

Having said that I have a secondary problem. Some users have "Remove images from tags if larger than nnn KB" options switched on. In this mode when a file is initially prepared to be loaded into iTunes MM creates a temporary file with images suitably omitted from the original MM file. iTunes pulls in these images correctly from this reduced file. Unfortunately within DEVICE_NotifyFile() I have to read the images from the original MM file which may have large images included and this update regresses the omissions.

I can duplicate omission mechanism easily enough but the problem with this is that I have no access to the flag and threshold that omit images that are too big (Remove images from tags if larger than nnn KB). How can I access these settings?

.

Re: 1459: Artwork change doesn't trigger sync update

by Ludek » Mon Jan 16, 2012 1:39 pm

OK, I re-tested and it still works for me. I deleted 1 artwork of one file already synced to iTunes and the line
[2272] d_itunes4.dll 2216 19:35:10 DEVICE_NotifyFile start \6948.mp3 8
is there as can be seen from the whole log:

Code: Select all

00000000	0.00000000	[2272] d_itunes4.dll 2216 19:34:41 DEVICE_GetFlag start 1	
00000001	0.00013858	[2272] d_itunes4.dll 2216 19:34:41 DEVICE_GetFlag end   1=0	
00000002	0.00132915	[2272] d_itunes4.dll 2216 19:34:41 DEVICE_GetFlag start 1	
00000003	0.00134413	[2272] d_itunes4.dll 2216 19:34:41 DEVICE_GetFlag end   1=0	
00000004	4.23982793	[2272] d_itunes4.dll 2216 19:34:46 DEVICE_TotalBytes start	
00000005	4.23987863	[2272] d_itunes4.dll 2216 19:34:46 iTunesCapacity 1048576	
00000006	4.23991034	[2272] d_itunes4.dll 2216 19:34:46 DEVICE_TotalBytes end	
00000007	4.23994043	[2272] d_itunes4.dll 2216 19:34:46 DEVICE_AvailBytes start	
00000008	4.24005475	[2272] d_itunes4.dll 2216 19:34:46 iTunesFreeSpace 1048567	
00000009	4.24008428	[2272] d_itunes4.dll 2216 19:34:46 DEVICE_AvailBytes end	
00000010	4.24011384	[2272] d_itunes4.dll 2216 19:34:46 DEVICE_TotalBytes start	
00000011	4.24014637	[2272] d_itunes4.dll 2216 19:34:46 iTunesCapacity 1048576	
00000012	4.24017559	[2272] d_itunes4.dll 2216 19:34:46 DEVICE_TotalBytes end	
00000013	4.24986922	[2272] d_itunes4.dll 2216 19:34:46 DEVICE_TotalBytes start	
00000014	4.24992146	[2272] d_itunes4.dll 2216 19:34:46 iTunesCapacity 1048576	
00000015	4.24996361	[2272] d_itunes4.dll 2216 19:34:46 DEVICE_TotalBytes end	
00000016	4.25009015	[2272] d_itunes4.dll 2216 19:34:46 DEVICE_AvailBytes start	
00000017	4.25015246	[2272] d_itunes4.dll 2216 19:34:46 iTunesFreeSpace 1048567	
00000018	4.25019442	[2272] d_itunes4.dll 2216 19:34:46 DEVICE_AvailBytes end	
00000019	4.25026626	[2272] d_itunes4.dll 2216 19:34:46 DEVICE_TotalBytes start	
00000020	4.25030933	[2272] d_itunes4.dll 2216 19:34:46 iTunesCapacity 1048576	
00000021	4.25052577	[2272] d_itunes4.dll 2216 19:34:46 DEVICE_TotalBytes end	
00000022	4.72486582	[2272] d_itunes4.dll 2216 19:34:46 DEVICE_TotalBytes start	
00000023	4.72492097	[2272] d_itunes4.dll 2216 19:34:46 iTunesCapacity 1048576	
00000024	4.72495214	[2272] d_itunes4.dll 2216 19:34:46 DEVICE_TotalBytes end	
00000025	4.72498220	[2272] d_itunes4.dll 2216 19:34:46 DEVICE_AvailBytes start	
00000026	4.72509500	[2272] d_itunes4.dll 2216 19:34:46 iTunesFreeSpace 1048567	
00000027	4.72512556	[2272] d_itunes4.dll 2216 19:34:46 DEVICE_AvailBytes end	
00000028	4.72515491	[2272] d_itunes4.dll 2216 19:34:46 DEVICE_TotalBytes start	
00000029	4.72518824	[2272] d_itunes4.dll 2216 19:34:46 iTunesCapacity 1048576	
00000030	4.72521762	[2272] d_itunes4.dll 2216 19:34:46 DEVICE_TotalBytes end	
00000031	20.25155372	[2272] d_itunes4.dll 2216 19:35:02 DEVICE_GetFlag start 1	
00000032	20.25158998	[2272] d_itunes4.dll 2216 19:35:02 DEVICE_GetFlag end   1=0	
00000033	28.01148010	[2272] d_itunes4.dll 2216 19:35:09 DEVICE_CanPlay start x.	
00000034	28.01151947	[2272] d_itunes4.dll 2216 19:35:09 DEVICE_CanPlay end	
00000035	28.10655565	[2272] d_itunes4.dll 2216 19:35:09 DEVICE_SetValue start 1 1	
00000036	28.10658006	[2272] d_itunes4.dll 2216 19:35:09 DEVICE_SetValue end	
00000037	28.10661276	[2272] d_itunes4.dll 2216 19:35:09 DEVICE_SetValue start 2 0	
00000038	28.10664567	[2272] d_itunes4.dll 2216 19:35:09 DEVICE_SetValue end	
00000039	28.19401858	[2272] d_itunes4.dll 2216 19:35:09 DEVICE_GetFlag start 8	
00000040	28.19405224	[2272] d_itunes4.dll 2216 19:35:09 ItunesSyncFullStart ***********************************************	
00000041	28.19409080	[2272] d_itunes4.dll 2216 19:35:09 Reread Config	
00000042	28.19412342	[2272] d_itunes4.dll 2216 19:35:09 Read configuration \Software\MediaMonkey\Device\d_itunes4.dll on spiker-d5e5ce0c\	
00000043	28.19415313	[2272] d_itunes4.dll 2216 19:35:09 Open registry	
00000044	28.19421955	[2272] d_itunes4.dll 2216 19:35:09 Open registry done	
00000045	28.19425037	[2272] d_itunes4.dll 2216 19:35:09 Read values \Software\MediaMonkey\Device\d_itunes4.dll on spiker-d5e5ce0c\	
00000046	28.19429759	[2272] d_itunes4.dll 2216 19:35:09 Config.debug 3	
00000047	28.19434136	[2272] d_itunes4.dll 2216 19:35:09 Config.debugPath 	
00000048	28.19437465	[2272] d_itunes4.dll 2216 19:35:09 3 Debug level path= 	
00000049	28.19441394	[2272] d_itunes4.dll 2216 19:35:09 Config.mmFolder <MM>	
00000050	28.19446349	[2272] d_itunes4.dll 2216 19:35:09 Config.deletePlaylist zzz	
00000051	28.19450240	[2272] d_itunes4.dll 2216 19:35:09 Config.sourceName Library	
00000052	28.19454040	[2272] d_itunes4.dll 2216 19:35:09 Config.synch -1	
00000053	28.19457806	[2272] d_itunes4.dll 2216 19:35:09 Config.softDeletePlaylist 0	
00000054	28.19461751	[2272] d_itunes4.dll 2216 19:35:09 Config.ItunesStartAutomatically 0	
00000055	28.19465647	[2272] d_itunes4.dll 2216 19:35:09 Config.ItunesEndAutomatically 0	
00000056	28.19469402	[2272] d_itunes4.dll 2216 19:35:09 Config.useParentPlaylistNames 0	
00000057	28.19473386	[2272] d_itunes4.dll 2216 19:35:09 Config.parentNameSep -	
00000058	28.19478598	[2272] d_itunes4.dll 2216 19:35:09 Config.convertedFileFolder C:\Dokumenty\Hudba\MMiTunes	
00000059	28.19482785	[2272] d_itunes4.dll 2216 19:35:09 Config.convertedFileFolderM 	
00000060	28.19486763	[2272] d_itunes4.dll 2216 19:35:09 Config.deviceSourceName 	
00000061	28.19490557	[2272] d_itunes4.dll 2216 19:35:09 Config.iPodSyncStart 0	
00000062	28.19494426	[2272] d_itunes4.dll 2216 19:35:09 Config.iPodSyncStartWait 0	
00000063	28.19498285	[2272] d_itunes4.dll 2216 19:35:09 Config.iPodSyncEndWait 0	
00000064	28.19502145	[2272] d_itunes4.dll 2216 19:35:09 Config.iPodSyncEnd 0	
00000065	28.19506019	[2272] d_itunes4.dll 2216 19:35:09 Config.deleteConverted 0	
00000066	28.19509851	[2272] d_itunes4.dll 2216 19:35:09 Config.fixedCapacity 0	
00000067	28.19513698	[2272] d_itunes4.dll 2216 19:35:09 Config.setAllPlaylistsToShuffle 0	
00000068	28.19517519	[2272] d_itunes4.dll 2216 19:35:09 Config.miminizeItunes 0	
00000069	28.19521637	[2272] d_itunes4.dll 2216 19:35:09 Config.doNotCreatePlaylistsFor 	
00000070	28.19525593	[2272] d_itunes4.dll 2216 19:35:09 Config.suppressMessageItunesRunning 0	
00000071	28.19529495	[2272] d_itunes4.dll 2216 19:35:09 Config.parentMaxLength 0	
00000072	28.19533396	[2272] d_itunes4.dll 2216 19:35:09 Config.maxPercentDeleted 5	
00000073	28.19537322	[2272] d_itunes4.dll 2216 19:35:09 Config.checkItunesFileExists -1	
00000074	28.19542919	[2272] d_itunes4.dll 2216 19:35:09 Config.cacheNameFormat 	
00000075	28.19546973	[2272] d_itunes4.dll 2216 19:35:09 Config.iTunesMode 0	
00000076	28.19550875	[2272] d_itunes4.dll 2216 19:35:09 Config.closeMMafterSync 0	
00000077	28.19554808	[2272] d_itunes4.dll 2216 19:35:09 Config.skipDeleteEmptyFolders 0	
00000078	28.19558430	[2272] d_itunes4.dll 2216 19:35:09 Config.skipEmptyiTunesCheck2 -1	
00000079	28.19561450	[2272] d_itunes4.dll 2216 19:35:09 Read values done	
00000080	28.19564361	[2272] d_itunes4.dll 2216 19:35:09 Close registry	
00000081	28.19567788	[2272] d_itunes4.dll 2216 19:35:09 Close registry done	
00000082	28.19570708	[2272] d_itunes4.dll 2216 19:35:09 Read configuration done	
00000083	28.19599345	[2272] d_itunes4.dll 2216 19:35:09 EXCEPTION Log cleared	
00000084	28.19643835	[2272] d_itunes4.dll 2216 19:35:09 Blacklist TRegEx.Create 	
00000085	28.19647258	[2272] d_itunes4.dll 2216 19:35:09 Stat.Zero	
00000086	28.19650606	[2272] d_itunes4.dll 2216 19:35:09 iTunesMode 0	
00000087	28.19653730	[2272] d_itunes4.dll 2216 19:35:09 iTunes installed	
00000088	28.19656713	[2272] d_itunes4.dll 2216 19:35:09 Do not launch iTunes Automatically	
00000089	28.19659713	[2272] d_itunes4.dll 2216 19:35:09 Check process exists iTunes.exe	
00000090	28.19754382	[2272] d_itunes4.dll 2216 19:35:09 Check process (iTunes.exe) exists done -1	
00000091	28.19758237	[2272] d_itunes4.dll 2216 19:35:09 No minimize iTunes	
00000092	28.20698424	[2272] d_itunes4.dll 2216 19:35:10 getItunesSource not found 	
00000093	28.20885888	[2272] d_itunes4.dll 2216 19:35:10 Clear playlist deletion list	
00000094	28.20892002	[2272] d_itunes4.dll 2216 19:35:10 ItunesSyncFullStart done	
00000095	28.20895214	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag end   8=0	
00000096	28.20898613	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag start 3	
00000097	28.20907156	[2272] d_itunes4.dll 2216 19:35:10 ItunesSyncStart	
00000098	28.20912202	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag end   3=0	
00000099	28.20813946	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_ListPlaylists start	
00000100	28.20816721	[2272] d_itunes4.dll 2216 19:35:10 DeviceiTunesListPlaylists	
00000101	28.20821693	[2272] d_itunes4.dll 2216 19:35:10 TitTrackCache clearPlaylists 14	
00000102	28.20842807	[2272] d_itunes4.dll 2216 19:35:10 Create indices	
00000103	28.20848902	[2272] d_itunes4.dll 2216 19:35:10 Create indices done	
00000104	28.21725247	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag start 1	
00000105	28.21798466	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag end   1=0	
00000106	28.21803301	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag start 1	
00000107	28.21709203	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag end   1=0	
00000108	28.21731206	[2272] d_itunes4.dll 2216 19:35:10 fillPlaylistCache	
00000109	28.21744658	[2272] d_itunes4.dll 2216 19:35:10 name Library	
00000110	28.23056991	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_ListContent start	
00000111	28.23066007	[2272] d_itunes4.dll 2216 19:35:10 DeviceiTunesListTracks d_itunes4.dll on spiker-d5e5ce0c Library	
00000112	28.23080136	[2272] d_itunes4.dll 2216 19:35:10 TitTrackCache clearTracks 14	
00000113	28.23084918	[2272] d_itunes4.dll 2216 19:35:10 Create indices	
00000114	28.23208593	[2272] d_itunes4.dll 2216 19:35:10 Create indices done	
00000115	28.24817759	[2272] d_itunes4.dll 2216 19:35:10 fillTssCache	
00000116	28.24833607	[2272] d_itunes4.dll 2216 19:35:10 select dt.ID,dt.IDTRACK,dt.DEVICEPATH,dt.PLAYCOUNT,dt.RATING dtRATING,dt.UPLOADTIME,s.RATING sRATING,s.PLAYCOUNTER,s.SONGTITLE,s.ARTIST,s.BITRATE,s.SONGPATH,s.LASTTIMEPLAYED,s.FILEMODIFIED from devicetracks dt,Songs s where dt.IDTRACK=s.ID and dt.STATUS=1 and dt.IDDEVICE=73	
00000117	28.24954530	[2272] d_itunes4.dll 2216 19:35:10 TtssCache.Create 14	
00000118	28.24904371	[2272] d_itunes4.dll 2216 19:35:10 fillTssCache done 73 1	
00000119	28.24924077	[2272] d_itunes4.dll 2216 19:35:10 Scanning. Number of tracks= and tsscache count= 73 1	
00000120	28.24927920	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  1	
00000121	28.25333337	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000122	28.25336563	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  2	
00000123	28.25755049	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000124	28.25760137	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  3	
00000125	28.26163415	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000126	28.26306180	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  4	
00000127	28.26610466	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000128	28.26612976	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  5	
00000129	28.27097588	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000130	28.27102396	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  6	
00000131	28.27701914	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000132	28.27715761	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  7	
00000133	28.27792939	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000134	28.27915256	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  8	
00000135	28.28009452	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000136	28.28126871	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  9	
00000137	28.28534433	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000138	28.28540818	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  10	
00000139	28.28964718	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000140	28.28973823	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  11	
00000141	28.29291827	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000142	28.29301580	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  12	
00000143	28.29747543	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000144	28.29753733	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  13	
00000145	28.30420017	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000146	28.30314220	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  14	
00000147	28.30510376	[2272] d_itunes4.dll 2216 19:35:10 0 Playlist/folder  0 2 4 16|TV Shows|Music|iTunes DJ|Recently Added|Classical Music|Recently Played|90’s Music|Top 25 Most Played|Books|Podcasts|My Top Rated|Movies|Genius|<MM>|Purchased|Music Videos|	
00000148	28.30516867	[2272] d_itunes4.dll 2216 19:35:10 1 Playlist/folder Library 0 1 0 0|	
00000149	28.30408696	[2272] d_itunes4.dll 2216 19:35:10 2 Playlist/folder TV Shows 0 2 8 0|	
00000150	28.30531375	[2272] d_itunes4.dll 2216 19:35:10 3 Playlist/folder Music 0 2 6 0|	
00000151	28.30536257	[2272] d_itunes4.dll 2216 19:35:10 4 Playlist/folder iTunes DJ 0 2 2 0|	
00000152	28.30540691	[2272] d_itunes4.dll 2216 19:35:10 5 Playlist/folder Recently Added 0 2 0 0|	
00000153	28.30545038	[2272] d_itunes4.dll 2216 19:35:10 6 Playlist/folder Classical Music 0 2 0 0|	
00000154	28.30549549	[2272] d_itunes4.dll 2216 19:35:10 7 Playlist/folder Recently Played 0 2 0 0|	
00000155	28.30553988	[2272] d_itunes4.dll 2216 19:35:10 8 Playlist/folder 90’s Music 0 2 0 0|	
00000156	28.30558562	[2272] d_itunes4.dll 2216 19:35:10 9 Playlist/folder Top 25 Most Played 0 2 0 0|	
00000157	28.30562985	[2272] d_itunes4.dll 2216 19:35:10 10 Playlist/folder Books 0 2 9 0|	
00000158	28.30456892	[2272] d_itunes4.dll 2216 19:35:10 11 Playlist/folder Podcasts 0 2 3 0|	
00000159	28.30458591	[2272] d_itunes4.dll 2216 19:35:10 12 Playlist/folder My Top Rated 0 2 0 0|	
00000160	28.30579646	[2272] d_itunes4.dll 2216 19:35:10 13 Playlist/folder Movies 0 2 7 0|	
00000161	28.30584865	[2272] d_itunes4.dll 2216 19:35:10 14 Playlist/folder Genius 0 2 11 0|	
00000162	28.30589571	[2272] d_itunes4.dll 2216 19:35:10 15 Playlist/folder 1 file 0 2 0 0|	
00000163	28.30597260	[2272] d_itunes4.dll 2216 19:35:10 16 Playlist/folder <MM> 0 2 4 1|1 file|	
00000164	28.30602353	[2272] d_itunes4.dll 2216 19:35:10 17 Playlist/folder Purchased 0 2 1 0|	
00000165	28.30608032	[2272] d_itunes4.dll 2216 19:35:10 18 Playlist/folder Music Videos 0 2 0 0|	
00000166	28.30626565	[2272] d_itunes4.dll 2216 19:35:10 fillPlaylistCache done	
00000167	28.30572228	[2272] d_itunes4.dll 2216 19:35:10 iTunesGetAllPlaylists from the source Library	
00000168	28.30648688	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000169	28.30653236	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  15	
00000170	28.31284351	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000171	28.31177433	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  16	
00000172	28.31601329	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000173	28.31625594	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  17	
00000174	28.32148410	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000175	28.32039560	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  18	
00000176	28.32440714	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000177	28.32445243	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  19	
00000178	28.32652699	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000179	28.32671719	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  20	
00000180	28.32859284	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000181	28.32860797	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  21	
00000182	28.33340339	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000183	28.33345826	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  22	
00000184	28.33868692	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000185	28.33880818	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  23	
00000186	28.34133385	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000187	28.34137688	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  24	
00000188	28.34514664	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000189	28.34519998	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  25	
00000190	28.35032378	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000191	28.35035493	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  26	
00000192	28.35328518	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000193	28.35333564	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  27	
00000194	28.35850735	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000195	28.35748345	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  28	
00000196	28.35838015	[2272] d_itunes4.dll 2216 19:35:10 number and size 1 4	
00000197	28.35958348	[2272] d_itunes4.dll 2216 19:35:10 0 playlist 1 file	
00000198	28.35964605	[2272] d_itunes4.dll 2216 19:35:10 DeviceiTunesListPlaylists done number playlists= 1	
00000199	28.36029909	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_ListPlaylists end	
00000200	28.36034550	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag start 10	
00000201	28.36039228	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag end   10=-1	
00000202	28.36043702	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag start 11	
00000203	28.36180666	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag end   11=-1	
00000204	28.36271427	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000205	28.36275876	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  29	
00000206	28.36591318	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000207	28.36598245	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  30	
00000208	28.36973350	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000209	28.37065335	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  31	
00000210	28.37298557	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000211	28.37301625	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  32	
00000212	28.37620079	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000213	28.37629794	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  33	
00000214	28.37938290	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000215	28.38028825	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  34	
00000216	28.38239931	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000217	28.38244093	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  35	
00000218	28.38553636	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000219	28.38558131	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  36	
00000220	28.38899929	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000221	28.38903291	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  37	
00000222	28.39371660	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000223	28.39265808	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  38	
00000224	28.39591956	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000225	28.39596617	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  39	
00000226	28.39913908	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000227	28.39915749	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  40	
00000228	28.40251402	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000229	28.40259317	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  41	
00000230	28.40566914	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000231	28.40571554	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  42	
00000232	28.41043777	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000233	28.41048289	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  43	
00000234	28.41353443	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000235	28.41357881	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  44	
00000236	28.41671060	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000237	28.41676199	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  45	
00000238	28.41955995	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag start 17	
00000239	28.41970442	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag end   17=-1	
00000240	28.41976582	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000241	28.41984055	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  46	
00000242	28.42409217	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000243	28.42413688	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  47	
00000244	28.42736929	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000245	28.42741821	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  48	
00000246	28.43017642	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000247	28.43022617	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  49	
00000248	28.43304729	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000249	28.43309971	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  50	
00000250	28.43578159	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000251	28.43583169	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  51	
00000252	28.43855120	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000253	28.43861944	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  52	
00000254	28.44166190	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000255	28.44171023	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  53	
00000256	28.44447674	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000257	28.44452789	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  54	
00000258	28.44714051	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000259	28.44719135	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  55	
00000260	28.44981999	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000261	28.44986986	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  56	
00000262	28.45246310	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000263	28.45251368	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  57	
00000264	28.45515064	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000265	28.45532056	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  58	
00000266	28.45834940	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000267	28.45839444	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  59	
00000268	28.46105996	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000269	28.46111115	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  60	
00000270	28.46373928	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000271	28.46378940	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  61	
00000272	28.46514245	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000273	28.46518986	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  62	
00000274	28.46644406	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000275	28.46648969	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  63	
00000276	28.46908434	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000277	28.46913332	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  64	
00000278	28.47175146	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000279	28.47182167	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  65	
00000280	28.47444347	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000281	28.47449334	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  66	
00000282	28.47741549	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000283	28.47746210	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  67	
00000284	28.48019966	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000285	28.48024837	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  68	
00000286	28.48283762	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000287	28.48288841	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  69	
00000288	28.48563594	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000289	28.48570852	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  70	
00000290	28.48904500	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000291	28.48909440	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  71	
00000292	28.49206753	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000293	28.49213503	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  72	
00000294	28.49482952	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 0	
00000295	28.49488005	[2272] d_itunes4.dll 2216 19:35:10 Scanning itunes item  73	
00000296	28.49758712	[2272] d_itunes4.dll 2216 19:35:10 file mmTrackID= 6948	
00000297	28.49872997	[2272] d_itunes4.dll 2216 19:35:10 73 Added to Cache ALL AROUND THE WORLD	
00000298	28.49878162	[2272] d_itunes4.dll 2216 19:35:10 syncID3tag from ALL AROUND THE WORLD	
00000299	28.49881486	[2272] d_itunes4.dll 2216 19:35:10 getSongDataByID 6948	
00000300	28.49977536	[2272] d_itunes4.dll 2216 19:35:10 getSongDataByID done	
00000301	28.50289261	[2272] d_itunes4.dll 2216 19:35:10 difference found #11 0 -1	
00000302	28.50464461	[2272] d_itunes4.dll 2216 19:35:10 syncID3tag done	
00000303	28.50471530	[2272] d_itunes4.dll 2216 19:35:10 6948 update DEVICETRACKS set  DEVICEPATH='6948.mp3',PLAYCOUNT=73,RATING=90,UPLOADTIME='40924,8160913889' where IDTRACK=6948 and IDDEVICE=73	
00000304	28.58413516	[2272] d_itunes4.dll 2216 19:35:10 Scanning tracks completed 1	
00000305	28.58709127	[2272] d_itunes4.dll 2216 19:35:10 DeviceiTunesListTracks done count= result.count= 73 1	
00000306	28.58890908	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_ListContent end	
00000307	28.59547701	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag start 1	
00000308	28.59550991	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag end   1=0	
00000309	28.59606218	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag start 1	
00000310	28.59609354	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag end   1=0	
00000311	28.65306835	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_ModifyFilenames start 1	
00000312	28.65310311	[2272] d_itunes4.dll 2216 19:35:10 iTunesFixFilenames 1	
00000313	28.65314763	[2272] d_itunes4.dll 2216 19:35:10 0 track already in iTunes \6948.mp3	
00000314	28.65317857	[2272] d_itunes4.dll 2216 19:35:10 iTunesFixFilenames done	
00000315	28.65320810	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_ModifyFilenames end	
00000316	28.65324951	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_TotalBytes start	
00000317	28.65331336	[2272] d_itunes4.dll 2216 19:35:10 iTunesCapacity 1048576	
00000318	28.65334282	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_TotalBytes end	
00000319	28.65338193	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetString start 5	
00000320	28.65341170	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetString end 	
00000321	28.65348008	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_AvailBytes start	
00000322	28.65359095	[2272] d_itunes4.dll 2216 19:35:10 iTunesFreeSpace 1048567	
00000323	28.65362075	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_AvailBytes end	
00000324	28.65871604	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag start 3	
00000325	28.65875081	[2272] d_itunes4.dll 2216 19:35:10 ItunesSyncStart	
00000326	28.65879069	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag end   3=0	
00000327	28.65882699	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_DeleteFiles start 1	
00000328	28.65885955	[2272] d_itunes4.dll 2216 19:35:10 iTunesDeleteFiles number files = 1	
00000329	28.65889253	[2272] d_itunes4.dll 2216 19:35:10 0 filename to delete \1 file.pla	
00000330	28.65892607	[2272] d_itunes4.dll 2216 19:35:10 number of tracks to delete 0	
00000331	28.65895641	[2272] d_itunes4.dll 2216 19:35:10 number of playlists to delete 1	
00000332	28.66107318	[2272] d_itunes4.dll 2216 19:35:10 0 \1 file.pla	
00000333	28.66110986	[2272] d_itunes4.dll 2216 19:35:10 iTunesDeleteFiles done deleted= 0	
00000334	28.66132690	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_DeleteFiles end	
00000335	28.66137658	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag start 4	
00000336	28.66140705	[2272] d_itunes4.dll 2216 19:35:10 ItunesSyncEnd	
00000337	28.66144539	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag end   4=0	
00000338	28.66224136	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_NotifyFile start \6948.mp3 8	
00000339	28.66227497	[2272] d_itunes4.dll 2216 19:35:10 DeviceiTunesNotifyFile start	
00000340	28.66230886	[2272] d_itunes4.dll 2216 19:35:10 TagsModified \6948.mp3	
00000341	28.67562399	[2272] d_itunes4.dll 2216 19:35:10 syncSetTrackRatingAndPlayed 0	
00000342	28.68048496	[2272] d_itunes4.dll 2216 19:35:10 difference found #11 0 -1	
00000343	28.68108750	[2272] d_itunes4.dll 2216 19:35:10 syncSetTrackRatingAndPlayed 0	
00000344	28.68130662	[2272] d_itunes4.dll 2216 19:35:10 DeviceiTunesNotifyFile end	
00000345	28.68133839	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_NotifyFile end	
00000346	28.68304065	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_NotifyPlaylist start 1 file 1	
00000347	28.68308137	[2272] d_itunes4.dll 2216 19:35:10 iTunesCreatePlaylist 1 file	
00000348	28.68312242	[2272] d_itunes4.dll 2216 19:35:10 removeFromDeleteList for later deletion 1 file	
00000349	28.68745023	[2272] d_itunes4.dll 2216 19:35:10 Playlist FQN 1 file	
00000350	28.69719984	[2272] d_itunes4.dll 2216 19:35:10 Compare 6948 6948	
00000351	28.69881398	[2272] d_itunes4.dll 2216 19:35:10 1 file same lengths 1 (skipped)	
00000352	28.69926658	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_NotifyPlaylist end	
00000353	28.69955192	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag start 4	
00000354	28.69958420	[2272] d_itunes4.dll 2216 19:35:10 ItunesSyncEnd	
00000355	28.69962314	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag end   4=0	
00000356	28.69965438	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag start 9	
00000357	28.69968644	[2272] d_itunes4.dll 2216 19:35:10 ItunesSyncFullEnd start	
00000358	28.69971986	[2272] d_itunes4.dll 2216 19:35:10 deleteAllFromDeleteList number= 0	
00000359	28.69975065	[2272] d_itunes4.dll 2216 19:35:10 Clear playlist deletion list	
00000360	28.69987812	[2272] d_itunes4.dll 2216 19:35:10 TtssCache.Create 14	
00000361	28.70007122	[2272] d_itunes4.dll 2216 19:35:10 Report scanned=1 uploaded=0 deleted=0 existing=1 converted=0 filenames=1 missing=0 new=0 sqlTss=1 sqlSongs=0 synced=1 ignored=72 ID3tags=1 Duplicates=0 Absents=0 Deletes=0 Period=0:00:00	
00000362	28.70607540	[2272] d_itunes4.dll 2216 19:35:10 getItunesSource not found 	
00000363	28.70681065	[2272] d_itunes4.dll 2216 19:35:10 ItunesSyncFullEnd done ****************************** 23391568	
00000364	28.70684878	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_GetFlag end   9=0	
00000365	28.70843132	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_TotalBytes start	
00000366	28.70848841	[2272] d_itunes4.dll 2216 19:35:10 iTunesCapacity 1048576	
00000367	28.70853182	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_TotalBytes end	
00000368	28.70865782	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_AvailBytes start	
00000369	28.70868335	[2272] d_itunes4.dll 2216 19:35:10 iTunesFreeSpace 1048567	
00000370	28.71078508	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_AvailBytes end	
00000371	28.71085506	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_TotalBytes start	
00000372	28.71089775	[2272] d_itunes4.dll 2216 19:35:10 iTunesCapacity 1048576	
00000373	28.71107399	[2272] d_itunes4.dll 2216 19:35:10 DEVICE_TotalBytes end	

Re: 1459: Artwork change doesn't trigger sync update

by markstuartwalker » Mon Jan 16, 2012 10:48 am

Now I've got a clearer screen I have to agree with you. I re-ran my test and got the same result. I've set the filtering to "DEVICE_" to cut down the noise. Initially the track loads into iTunes with

Code: Select all

[4464] d_itunes4.dll 2238 15:15:57 DEVICE_TotalBytes start
[4464] d_itunes4.dll 2238 15:15:57 DEVICE_TotalBytes end
[4464] d_itunes4.dll 2238 15:15:57 DEVICE_GetString start 5
[4464] d_itunes4.dll 2238 15:15:57 DEVICE_GetString end 
[4464] d_itunes4.dll 2238 15:15:57 DEVICE_AvailBytes start
[4464] d_itunes4.dll 2238 15:15:57 DEVICE_AvailBytes end
[4464] d_itunes4.dll 2238 15:15:57 DEVICE_GetFlag start 3
[4464] d_itunes4.dll 2238 15:15:57 DEVICE_GetFlag end   3=0
[4464] d_itunes4.dll 2238 15:15:57 DEVICE_DeleteFiles start 7
[4464] d_itunes4.dll 2238 15:15:57 DEVICE_DeleteFiles end
[4464] d_itunes4.dll 2238 15:15:57 DEVICE_GetFlag start 4
[4464] d_itunes4.dll 2238 15:15:57 DEVICE_GetFlag end   4=0
[4464] d_itunes4.dll 2238 15:15:57 DEVICE_UploadTrack start H:\temp\test\m\Monty Python\aaaaaa.bbbb\aaaaaa&bbbb\02 - Brians Songery.mp3
[4464] d_itunes4.dll 2238 15:15:57 DEVICE_GetFlag start 1
[4464] d_itunes4.dll 2238 15:15:57 DEVICE_GetFlag end   1=0
[4464] d_itunes4.dll 2238 15:15:57 DEVICE_GetFlag start 1
[4464] d_itunes4.dll 2238 15:15:57 DEVICE_GetFlag end   1=0
[4464] d_itunes4.dll 2238 15:15:57 DEVICE_GetFlag start 1
[4464] d_itunes4.dll 2238 15:15:57 DEVICE_GetFlag end   1=0
[4464] d_itunes4.dll 2238 15:15:57 DEVICE_GetFlag start 1
[4464] d_itunes4.dll 2238 15:15:57 DEVICE_GetFlag end   1=0
[4464] d_itunes4.dll 2238 15:15:58 DEVICE_UploadTrack end
[4464] d_itunes4.dll 2238 15:15:58 DEVICE_NotifyFile start filename/flags= \7701.mp3 2   <---------- which means it's uploaded
[4464] d_itunes4.dll 2238 15:15:58 DEVICE_NotifyFile end
[4464] d_itunes4.dll 2238 15:15:58 DEVICE_NotifyPlaylist start Stuff1 7
[4464] d_itunes4.dll 2238 15:15:58 DEVICE_NotifyPlaylist end
[4464] d_itunes4.dll 2238 15:15:58 DEVICE_NotifyPlaylist start Stuff0/\12321392 10
[4464] d_itunes4.dll 2238 15:15:58 DEVICE_NotifyPlaylist end
[4464] d_itunes4.dll 2238 15:15:58 DEVICE_NotifyPlaylist start Stuff1b/more 6
[4464] d_itunes4.dll 2238 15:15:58 DEVICE_GetFlag start 1
[4464] d_itunes4.dll 2238 15:15:58 DEVICE_GetFlag end   1=0
[4464] d_itunes4.dll 2238 15:15:58 DEVICE_NotifyPlaylist end
[4464] d_itunes4.dll 2238 15:15:58 DEVICE_NotifyPlaylist start Singletrack 1
[4464] d_itunes4.dll 2238 15:15:58 DEVICE_NotifyPlaylist end
[4464] d_itunes4.dll 2238 15:15:58 DEVICE_NotifyPlaylist start 123&456 1
[4464] d_itunes4.dll 2238 15:15:58 DEVICE_NotifyPlaylist end
[4464] d_itunes4.dll 2238 15:15:58 DEVICE_NotifyPlaylist start TenTracks 10
[4464] d_itunes4.dll 2238 15:15:59 DEVICE_NotifyPlaylist end
[4464] d_itunes4.dll 2238 15:15:59 DEVICE_NotifyPlaylist start wma 17
[4464] d_itunes4.dll 2238 15:15:59 DEVICE_NotifyPlaylist end
[4464] d_itunes4.dll 2238 15:15:59 DEVICE_GetFlag start 4
[4464] d_itunes4.dll 2238 15:15:59 DEVICE_GetFlag end   4=0
[4464] d_itunes4.dll 2238 15:15:59 DEVICE_GetFlag start 9
[4464] d_itunes4.dll 2238 15:15:59 DEVICE_GetFlag start 1
[4464] d_itunes4.dll 2238 15:15:59 DEVICE_GetFlag end   1=0
I then delete one of the 3 artworks

Code: Select all

[4464] d_itunes4.dll 2238 15:20:29 DEVICE_GetFlag start 25
[4464] d_itunes4.dll 2238 15:20:29 DEVICE_GetFlag end   25=-1
[4464] d_itunes4.dll 2238 15:20:29 DEVICE_GetFlag start 17
[4464] d_itunes4.dll 2238 15:20:29 DEVICE_GetFlag end   17=-1
[4464] d_itunes4.dll 2238 15:20:29 DEVICE_GetFlag start 25
[4464] d_itunes4.dll 2238 15:20:29 DEVICE_GetFlag end   25=-1
[4464] d_itunes4.dll 2238 15:20:30 DEVICE_ListContent end
[4464] d_itunes4.dll 2238 15:20:30 DEVICE_GetFlag start 1
[4464] d_itunes4.dll 2238 15:20:30 DEVICE_GetFlag end   1=0
[4464] d_itunes4.dll 2238 15:20:30 DEVICE_ModifyFilenames start 51
[4464] d_itunes4.dll 2238 15:20:30 DEVICE_ModifyFilenames end
[4464] d_itunes4.dll 2238 15:20:30 DEVICE_TotalBytes start
[4464] d_itunes4.dll 2238 15:20:30 DEVICE_TotalBytes end
[4464] d_itunes4.dll 2238 15:20:30 DEVICE_GetString start 5
[4464] d_itunes4.dll 2238 15:20:30 DEVICE_GetString end 
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_AvailBytes start
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_AvailBytes end
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_GetFlag start 3
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_GetFlag end   3=0
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_DeleteFiles start 7
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_DeleteFiles end
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_GetFlag start 4
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_GetFlag end   4=0
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_NotifyPlaylist start Stuff1 7    <------- it should have appeared before this
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_NotifyPlaylist end
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_NotifyPlaylist start Stuff0/\12321392 10
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_NotifyPlaylist end
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_NotifyPlaylist start Stuff1b/more 6
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_NotifyPlaylist end
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_NotifyPlaylist start Singletrack 1
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_NotifyPlaylist end
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_NotifyPlaylist start 123&456 1
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_NotifyPlaylist end
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_NotifyPlaylist start TenTracks 10
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_NotifyPlaylist end
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_NotifyPlaylist start wma 17
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_NotifyPlaylist end
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_GetFlag start 4
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_GetFlag end   4=0
[4464] d_itunes4.dll 2238 15:20:31 DEVICE_GetFlag start 9
[4464] d_itunes4.dll 2238 15:20:32 DEVICE_GetFlag end   9=0
[4464] d_itunes4.dll 2238 15:20:32 DEVICE_GetFlag start 1
Can I ask that you please re-run the test and repost your results with a bit more context that just a few lines?

Re: 1459: Artwork change doesn't trigger sync update

by Ludek » Sat Jan 14, 2012 8:37 pm

Yes, it is exactly what I did. Both image additions types (to file tag, to file folder) triggers calling the method (supposing the track is on the sync-list). Maybe you edited another track?

Re: 1459: Artwork change doesn't trigger sync update

by markstuartwalker » Sat Jan 14, 2012 7:48 pm

Sorry, not reading carefully. I don't have access to my test system ATM either to double check. I am addition an extra artwork image to the track to trigger it. Is that what you do?

Top