honestly i wanna know. ever since the change was made in the folder sd looks in or looks for changes in, i dont know exactly what was changed i havent been able to do anything with the whole syncing issue.
Printable View
honestly i wanna know. ever since the change was made in the folder sd looks in or looks for changes in, i dont know exactly what was changed i havent been able to do anything with the whole syncing issue.
Just put your new music files in the import music folder. The only thing that changed was the default location that it looks to import files from, it now looks in a sub folder under my music and moves it to my music rather then looking in my music and moving it to a sub folder.
the thing is thats not "syncing" though. thats manually putting the music that you want to add in the import folder. which syncing program do you use? or do you not sync your music ?
I use foldershare it works great to make a mirror image of all my music on my home pc to my carpc
when you make the mirror image which folder do you "mirror" it to ? the import folder or my music folder ?
im going to guess and say the my music folder.. I honestly cant remember.. its been a long time since I set it up... and right now I am without my car so I cant even check
well if it was anything before 1.0.6 i was syncing with no problem either. the problem now is that sd doesnt look in the my music folder for changes or new files. the only way you can add to your library is placing files in your import folder, which is next to your my music folder. the whole concept of syncing has changed alot since you last were doing it
I am not using streetdeck's syncing.. I am using foldershare.. you can check it out at foldershare.com
and I did check on my home pc.. i am syncing the My Music folder.... it syncs everything underneath it
robocopy :-)
rsync -rRtv C:\My Documents\My Music\ //homePC\music\Music\
Use -n option as well to see what its going to do, before it actually does it.
(You can do this over the internet as well with: rsync -rRtv C:\My Documents\My Music\ -e 'ssh user@homeip:/music/Music' )