Monday, November 23, 2015

nas - How do I stream my iTunes playlists through Twonky Media Server?

I have a NAS (WD MyBook Live) shipped with Twonky Media Server 5.1.9 who actually works pretty well, but it doesn't show my iTunes (10.7) playlists (the iTunes library is stored on it, under the default Public/Shared Music folder.


I've tried to edit the twonkymedia-server.ini config file in order to add the:
ituneslib=/shares/Public/Shared Music/iTunes Music Library.xml
as I read on a forum, but it doesn't worked (yes, I have restarted the twonky server).


What can I do ?
Thanks in advance!

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...