Re: [SlimDevices: Plugins] TrackStatItunesUpdate.pl not working -path problem?

2011-02-14 Thread Craig, James
I would suggest reinstalling the same version iTunes - that usually fixes the 
OLE problems. 

James 

--
NOTICE: Morgan Stanley is not acting as a municipal advisor and the opinions or 
views contained herein are not intended to be, and do not constitute, advice 
within the meaning of Section 975 of the Dodd-Frank Wall Street Reform and 
Consumer Protection Act. If you have received this communication in error, 
please destroy all electronic and paper copies and notify the sender 
immediately. Mistransmission is not intended to waive confidentiality or 
privilege. Morgan Stanley reserves the right, to the extent permitted under 
applicable law, to monitor electronic communications. This message is subject 
to terms available at the following link: 
http://www.morganstanley.com/disclaimers. If you cannot access these links, 
please notify us by reply message and we will send the contents to you. By 
messaging with Morgan Stanley you consent to the foregoing.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] TrackStatItunesUpdate.pl not working - path problem?

2011-02-12 Thread Arnaud_44

I have the same problem after upgradin itunes to 10.1.2.17

When I launch the script here are the errors :
==logTrackToiTunes()
Searching iTunes for Laydy in Black
Attempting to make connection to itunes...
Win32::OLE(0.1709) error 0x800401f3: Cha_ne de classe incorrecte
Failed to launch iTunes!!!
Track nof found in iTunes

Thanks for help


-- 
Arnaud_44

Arnaud_44's Profile: http://forums.slimdevices.com/member.php?userid=16998
View this thread: http://forums.slimdevices.com/showthread.php?t=83760

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] TrackStatItunesUpdate.pl not working - path problem?

2010-12-23 Thread Phil Meyer
If anyone else have used TrackStatiTunesUpdate.pl on a Windows machine
with a recent iTunes version, please reply to this thread and report if
it works or not.

I run a .bat file that contains:

perl D:\Squeezebox 
Server\trunk\Cache\InstalledPlugins\Plugins\TrackStat\TrackStatiTunesUpdate.pl 
D:\Documents\Phil\My Music\iTunes\TrackStat_iTunes_Hist.txt

This file contains lines like the following example:

Zen Garden|||M:\Music\Phil's Music\Electronic\Tangerine Dream\i-Box\28 
- Zen Garden.mp3|played|20101223144612|

This works fine with iTunes 10.1.0.54, and has run fine with many previous 
iTunes versions.

Perhaps you need to map a network drive, and use the drive letter instead?

Phil
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] TrackStatItunesUpdate.pl not working - path problem?

2010-12-09 Thread elgbert

I edited TrackStat_iTunes_Complete.txt file manually, using one song
only, tried 

\\nasdisk/media/Music/iTunes/Music/Artist
//nasdisk/media/Music/iTunes/Music/Artist
\\nasdisk\media\Music\iTunes\Music\Artist
\media\Music\iTunes\Music\Artist

Still, nothing is updated in iTunes, and I get no error message after
the script has run.

I use iTunes 10.0.0.8, should that version work?


-- 
elgbert

elgbert's Profile: http://forums.slimdevices.com/member.php?userid=41936
View this thread: http://forums.slimdevices.com/showthread.php?t=83760

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] TrackStatItunesUpdate.pl not working - path problem?

2010-12-09 Thread erland

elgbert;593831 Wrote: 
 
 I use iTunes 10.0.0.8, should that version work?
 
I don't know because I don't have a Windows computer I can try it on at
the moment. 

If anyone else have used TrackStatiTunesUpdate.pl on a Windows machine
with a recent iTunes version, please reply to this thread and report if
it works or not.


-- 
erland

Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets'
(http://wiki.slimdevices.com/index.php/User:Erland). If my answer
helped you and you like to encourage future presence on this forum
and/or third party plugin/applet development, 'donations are always
appreciated' (http://erland.isaksson.info/donate))

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=83760

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


[SlimDevices: Plugins] TrackStatItunesUpdate.pl not working - path problem?

2010-12-08 Thread elgbert

Hi,

I am using TrackStatItunesUpdate.pl to export stats from SC to iTunes,
but nothing is updated in iTunes, although there are no error messages
when running the script. 

I think there might be a probem with the paths written in the
TrackStat_iTunes_Complete.txt , since they are like this

/media/Music/iTunes/Music/Artist

but when I look at paths in iTunes they are like this

\\nasdisk\media\Music\iTunes\Music\Artist

I run SC on Readynas Duo, and the iTunes library points to the same
files as SC, but that also gives different paths, / changes to \

Should the differing paths cause a problem? Has anyone else got this
setup to work?


-- 
elgbert

elgbert's Profile: http://forums.slimdevices.com/member.php?userid=41936
View this thread: http://forums.slimdevices.com/showthread.php?t=83760

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] TrackStatItunesUpdate.pl not working - path problem?

2010-12-08 Thread erland

Try to set the Music path in iTunes parameter in the TrackStat
Statistics Export module to \\nasdisk, this should result in that you
get paths like this in the TrackStat_iTunes_Complete.txt file:
\\nasdisk/media/Music/iTunes/Music/Artist

Hopefully that's enough to make it work, at least it has been enough
earlier. I haven't tried it with latest iTunes version so something
might have changed that makes it require \ instead of /. For the
initial export, you can always open the txt file in a text editor and
use Search  Replace.


-- 
erland

Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets'
(http://wiki.slimdevices.com/index.php/User:Erland). If my answer
helped you and you like to encourage future presence on this forum
and/or third party plugin/applet development, 'donations are always
appreciated' (http://erland.isaksson.info/donate))

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=83760

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins