Zune.net
sort posts by:oldest / newest
Page 1 of 3 (30 items)
1 2 3 >

Join Date: 12/18/2007 04:12:34

Posts: 15

12/18/2007 04:56:32
clever solution to stop zune from deleting tracks no longer in library
Hi all,

Im not sure if this has been suggested already, but it is what works for me. I am in the process of loading up a zune as a gift for a family member. Needless to say, I have a small HD on my laptop and there is no way to have all the tracks I want on the zune, in a music library on the laptop. I would have to delete all *my* tracks. I dont use zune as my media player. So this is what works for me.

First I created a file on my desktop named empty.vbs I edited that file to read.
========================everything below this line to Next=====================
Const ForWriting = 2

Set objFSO = CreateObject("Scripting.FileSystemObject")

For Each strArgument in Wscript.Arguments
    Set objFile = objFSO.OpenTextFile(strArgument, ForWriting)
    objFile.Write ""
    objFile.Close
Next


What I do is this. I move the tracks I want on the zune into my library and then sync them to the zune.
After its done syncing, I drag like 10 files, or so, at a time onto the icon for the file above (if I drag too many tracks the script fails.) This script empties out the contents of the files, but the file remains. The software doesnt realize it's a empty file *unless* you try and play the file in the zune software. So it doesnt delete the tracks and the files on the zune player remain.

Its a pita, but it works for me.

Hope someone else can use this :)

1 helpful ratings, 1 not helpful ratings
Was this post helpful? Yes No

Join Date: 11/25/2007 03:20:10

Posts: 10

12/18/2007 15:16:48
re: weak solution to stop zune from deleting tracks no longer in library

dude,  seems pretty clever to me. tnx for the post. just a question, you have the script to reverse the process...

just like filling the empty file with its original contents...Stick out tongue [:P]

0 helpful ratings, 0 not helpful ratings
Was this post helpful? Yes No

Join Date: 12/18/2007 04:12:34

Posts: 15

12/18/2007 19:06:20
re: clever solution to stop zune from deleting tracks no longer in library

I am kinda suprised that this script didnt grab more attention. Maybe it was the weak subject line :)

I keep backups of all my tracks on dvd, so removing the data from my zune library isnt a big deal.

Reversing the process would be cool though!

 

Anyway, thanks for the kudos

0 helpful ratings, 0 not helpful ratings
Was this post helpful? Yes No

Join Date: 11/13/2007 11:18:38

Posts: 445

12/18/2007 20:16:29
re: weak solution to stop zune from deleting tracks no longer in library
Reversing the process is called restoring backups of the original song files.
0 helpful ratings, 0 not helpful ratings
Was this post helpful? Yes No

Join Date: 12/18/2007 04:12:34

Posts: 15

12/20/2007 05:25:25
re: clever solution to stop zune from deleting tracks no longer in library
bump
0 helpful ratings, 0 not helpful ratings
Was this post helpful? Yes No

Join Date: 12/31/2007 01:35:52

Posts: 12

12/31/2007 06:22:23
re: clever solution to stop zune from deleting tracks no longer in library
My Zune software won't let me drag any tracks out of the program's window, and when I try to drag the tracks into the vbs file from their actual folders, I get an error message that says

Script: [file location]
Line: 8
Char: 18
Error: Expected 'Next'
Code: 800A03FC
Source: Microsoft VBScript compilation error

Thanks in advance for any help with this.
0 helpful ratings, 0 not helpful ratings
Was this post helpful? Yes No

Join Date: 12/16/2007 08:36:33

Posts: 867

12/31/2007 06:40:22
re: clever solution to stop zune from deleting tracks no longer in library

That's because you didn't INCLUDE the "Next" in the script.

 

0 helpful ratings, 0 not helpful ratings
Was this post helpful? Yes No

Join Date: 12/31/2007 01:35:52

Posts: 12

12/31/2007 06:44:06
re: clever solution to stop zune from deleting tracks no longer in library
Aaaah, whoops, I misread the first post as saying "up to Next," meaning I shouldn't include it. I just figured he meant next as in "Next, you do this, etc etc." Haha, thanks! Don't I feel like a dunce now.
0 helpful ratings, 0 not helpful ratings
Was this post helpful? Yes No

Join Date: 11/26/2007 07:50:01

Posts: 37

12/31/2007 06:50:49
re: clever solution to stop zune from deleting tracks no longer in library
I dont know if this works for music, but  for videos i have the software set so that nothing is synced automatically(go into settings and you can set each category to synce automatically or not) So know i can delete videos from my collection without deleting them off my zune
0 helpful ratings, 0 not helpful ratings
Was this post helpful? Yes No

Join Date: 12/31/2007 01:35:52

Posts: 12

12/31/2007 06:56:15
re: clever solution to stop zune from deleting tracks no longer in library
Awesome, it worked! A thousand thanks to you both, oranges and Spryboy!
0 helpful ratings, 0 not helpful ratings
Was this post helpful? Yes No

Join Date: 12/18/2007 04:12:34

Posts: 15

12/31/2007 12:15:59
re: clever solution to stop zune from deleting tracks no longer in library
NP rhymes. i wish more people would try this and stop complaining about the problem.

Sorry about the confusion with "next" I should have worded that better.

For anyone else having problems with this, you need to drag the files from windows explorer to the icon, not drag the files from the zune software.
0 helpful ratings, 0 not helpful ratings
Was this post helpful? Yes No

Join Date: 11/23/2007 13:01:04

Posts: 2,808

V

1/2/2008 04:37:37
re: clever solution to stop zune from deleting tracks no longer in library
Creative, I'll post this in my thread as another workaround to the sync issue.

Zune MVP
Contributor, http://www.insidethecircle.net

0 helpful ratings, 0 not helpful ratings
Was this post helpful? Yes No
Page 1 of 3 (30 items)
1 2 3 >