FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › General Discussion › Apple permissions and Firefly meta data/Smart Playlists.
- This topic has 3 replies, 2 voices, and was last updated 16 years, 9 months ago by rpedde.
-
AuthorPosts
-
04/02/2008 at 4:11 PM #2196dovadParticipant
I’ve been having issues with having my meta data (Ratings) and Smart Playlists (the ones created in iTunes) display from my Firefly server. My Firefly server is version “svn-1586” running on a Power PC Linkstation under FreeLink 1.1. I’ve got the 2.6 kernel installed as well. My Library is compiled and maintained on an Apple iMac G4 running Leopard. I sync the iTunes library with Chronosync.
First Chronosync was giving the error: “The operation failed because the user does not have the correct access to the file or folder” for the files”:
/Volumes/shared-1/iTunes Library
/Volumes/shared-1/iTunes Music Library.xmlThis directory “shared-1” does not show in the finder but if I log on with the Terminal as root I can see it. Does anyone understand what this “shared-1” directory is all about? In the Finder I am using the standard “Music” folder which does not show as this “shared-1” directory. After using sftp to copy the above 2 files to the Linkstation I can now see my meta data as well as my Smart Playlists. I also changed the permission of these 2 files to 777 in frustration. I’ve since run Chronosync and it errors with the same error except the 2 files mentioned earlier now have a “0” in front of them i.e.:
“The operation failed because the user does not have the correct access to the file or folder” for the files”:
/Volumes/shared-1/0iTunes Library
/Volumes/shared-1/0iTunes Music Library.xml
and now a new file:
/Volumes/shared-1/0.DS_StoreDoes anyone know what the same file name with this “0” in front is all about?
Thanks…
Dave05/02/2008 at 4:32 AM #16208rpeddeParticipant@dovad wrote:
I’ve been having issues with having my meta data (Ratings) and Smart Playlists (the ones created in iTunes) display from my Firefly server. My Firefly server is version “svn-1586” running on a Power PC Linkstation under FreeLink 1.1. I’ve got the 2.6 kernel installed as well. My Library is compiled and maintained on an Apple iMac G4 running Leopard. I sync the iTunes library with Chronosync.
First Chronosync was giving the error: “The operation failed because the user does not have the correct access to the file or folder” for the files”:
/Volumes/shared-1/iTunes Library
/Volumes/shared-1/iTunes Music Library.xmlThis directory “shared-1” does not show in the finder but if I log on with the Terminal as root I can see it. Does anyone understand what this “shared-1” directory is all about? In the Finder I am using the standard “Music” folder which does not show as this “shared-1” directory. After using sftp to copy the above 2 files to the Linkstation I can now see my meta data as well as my Smart Playlists. I also changed the permission of these 2 files to 777 in frustration. I’ve since run Chronosync and it errors with the same error except the 2 files mentioned earlier now have a “0” in front of them i.e.:
“The operation failed because the user does not have the correct access to the file or folder” for the files”:
/Volumes/shared-1/0iTunes Library
/Volumes/shared-1/0iTunes Music Library.xml
and now a new file:
/Volumes/shared-1/0.DS_StoreDoes anyone know what the same file name with this “0” in front is all about?
Thanks…
DaveNot sure. Is it possible this is a chronosync bug?
Is it possible to use rsync? I use something like this:
rsync -av --delete -e ssh "/Users/ron/Music/iTunes/" ron@linksys-server:/share/hdd/data/music/iTunes
And then kick it off periodically with Lingon.
Works For Me. ™
05/02/2008 at 3:00 PM #16209dovadParticipantRon,
I tried rsync and got this error:
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(189)Any clue what I am doing wrong?
Thanks…
Dave07/02/2008 at 7:44 AM #16210rpeddeParticipant@dovad wrote:
Ron,
I tried rsync and got this error:
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(189)Any clue what I am doing wrong?
Thanks…
DavePerhaps rsync isnt’ installed on the remote server (or not in a directory on he path), or perhaps you have something in your .bashrc printing something (fortune, maybe?) in non-interactive shells.
Just guesses.
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.