INTERACT FORUM

More => Old Versions => Media Center 15 (Development Ended) => Topic started by: Nilsi on July 20, 2010, 03:50:40 pm

Title: Keep MC Directory Structure for Handheld/Device Sync
Post by: Nilsi on July 20, 2010, 03:50:40 pm
Hello you all,

is there a way to keep/transfer the MC Directrory structure during a sync to Handheld/Synced HD? Is there a "switch" or something in the respective option of "Handheld - File & Paths" instead of a fixed definiton of Folder-Structure like "Music\[Artist]\[Album]"?

Background is, that i like to transfer my favorite MC Playlists to an external device (on which I have synced files) and therefore need the same file path on the external device as on the MC-PC. Or is there another way to do it? Talking about this, results of exported MC Playlist are not very satisfying, as for exsample drive letter needs to be removed manually and converted files need to be renamed e.g. from *.flac to *.mp3!

Thanx in advance
Title: Re: Keep MC Directory Structure for Handheld/Device Sync
Post by: Matt on July 20, 2010, 07:17:48 pm
is there a way to keep/transfer the MC Directrory structure during a sync to Handheld/Synced HD? Is there a "switch" or something in the respective option of "Handheld - File & Paths" instead of a fixed definiton of Folder-Structure like "Music\[Artist]\[Album]"?

This is gross, but will work.  For the folder rule, enter this to preserve two path levels:
ListItem([Filename (path)], Math(ListCount([Filename (path)], \) - 2), \)\ListItem([Filename (path)], Math(ListCount([Filename (path)], \) - 1), \)


Quote
Background is, that i like to transfer my favorite MC Playlists to an external device (on which I have synced files) and therefore need the same file path on the external device as on the MC-PC. Or is there another way to do it? Talking about this, results of exported MC Playlist are not very satisfying, as for exsample drive letter needs to be removed manually and converted files need to be renamed e.g. from *.flac to *.mp3!

The handheld engine allows you to select the playlist format in Options > Handheld.  It sounds like you want a format that uses relative paths.

Title: Re: Keep MC Directory Structure for Handheld/Device Sync
Post by: MusicHawk on July 20, 2010, 11:24:17 pm
I would *love* a sync option that simply copied EXACTLY the same file paths and file names to the external device, nothing to configure, just check the box. My use is to sync from desktop to an external USB drive that I then connect to my laptop.

The current methods require so much configuring of sync options (and updating whenever the "main" paths/names gets changed) that instead I use an external backup program to do my syncing. It would be wonderful if MC could do "less" -- just use existing paths on the synced device, no changes.


Title: Re: Keep MC Directory Structure for Handheld/Device Sync
Post by: Nilsi on July 22, 2010, 12:46:49 pm
Thanks Matt, I'll try it out!