INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: digdug on December 05, 2002, 09:52:51 am

Title: Sending smartlist to Compactflash media
Post by: digdug on December 05, 2002, 09:52:51 am
I want to be able to create a 128MB size limited smartlist and SEND TO network drive.

The network drive is a shared Compactflash memory card on another workstation.

I don't want to use a special removable media plug-in.

I would like to use this technique to sendto 700MB of mp3 to a folder for burning with NERO. I don't want to use the installed CD-BURN feature.

I know I can highlight all the song in the smartlist. then rightclick and then Tools-Move/Copy Disk file, then select the folder. But this is too many steps.

HELP...


Thanks
Title: Re: Sending smartlist to Compactflash media
Post by: SteveG on December 06, 2002, 10:16:09 am
Could you try expanding "My Computer" in the MJ Tree and then drop the files on the correct folder?
Title: Re: Sending smartlist to Compactflash media
Post by: digdug on December 15, 2002, 12:29:33 am
No, Not fast enough.
Title: Re: Sending smartlist to Compactflash media
Post by: Renegade on December 15, 2002, 08:32:05 am
*** I haven't actually tried this ****

But it should work, I'll try it in a little bit and see too though.

On the Send To menu there is an option for "External Tool"  You should be able to create a batch file, or script, that simply accepts the output for MC and copies it to your desired location.  From what I can see it looks like MC just spits out the file/path info to your external program.  Not the most elegant solution but it should do what you are looking for.

But then again, I would think just dropping them onto the directory you want them in would be good to.  ;D

Hope this helps.
Title: Re: Sending smartlist to Compactflash media
Post by: Renegade on December 15, 2002, 04:23:20 pm
Well I had a chance to try this out.. and it doesn't seem to work very well.

MC is only passing the first filename in the playlist to the external program.  Other than that minor detail it would work.  Does anybody know if this is by design?  Or am I missing something setting it up?
Title: Re: Sending smartlist to Compactflash media
Post by: digdug on December 18, 2002, 10:34:17 pm
You could write a vbs script to capture all filenames and copy them.

Not to hard.


I noticed that you can drag files from MC to removable drive window.

I have found this to be the quickest way so far.
Title: Re: Sending smartlist to Compactflash media
Post by: Tolga on December 19, 2002, 11:38:51 am
a similar external script could be used for moving files to directdisk formatted CDRW.

MJ Should support keywords such as:
[FileNames] (in addition to [FileName])
to do that.