For those that don’t like to read much:
Batch File To Do Video Renames : http://peterkellner.net/misc/RenamePDC10Videos.bat *
(*Revised as of 11/7/2010 to include all files, Added High and Low To Filenames and removed non-valid characters including colon)
Mike has a stand in who has done the same thing (more or less). The stand in for this is Mark Defalco, and he has a link on his blog that tell where to download the Silverlight program to do the job.
http://blogs.msdn.com/b/mark/archive/2010/11/03/pdc10-downloader.aspx I’m really happy to have these downloads. One thing it seems Mike has not done yet (or has not had time to do is the mass renamer program that turns the downloaded files into their short session names. That is, names like: CS02_Low.mp4 and CS03_Low.mp3 are just not as pleasing as “Building Scale-Out Database Solutions on SQL Azure.mp4” and “Building, Deploying, and Managing Windows Azure.mp4” So, Mike pointed me at the xml feed and after way to much munging, I created a rename bat file that does the deed for you. and… It is right here. Basically, it’s a list of: rename this that,rename this1 that1, etc. Here it is again.
Revised Batch File To Do Video Renames
http://peterkellner.net/misc/RenamePDC10Videos.bat
I always seem to want to watch technical video’s while I’m not connected to the internet. Over the years, Mike Swanson has always put together a nice script that let’s me download all the content (gigs and gigs of it) to my local computer, then watch it when I want over the next month or so. I have a feeling that Mike has been spending all his free time writing an Adobe Illustrator to HTML5 Canvas plugin this year.









November 4th, 2010 at 6:28 pm
Thanks, Peter! The renamed files are *much* more usable!
November 6th, 2010 at 3:17 pm
You need to remove the colons “:” from the names, since it’s not a valid character for a filename – and the 50-59 sessions are missing renames.
November 6th, 2010 at 6:13 pm
[...] Link to File Rename: http://peterkellner.net/2010/11/04/pdc10-videos-renaming-script/ [...]
November 6th, 2010 at 9:52 pm
Thanks Barry, I’ll take a look at that monday.
November 7th, 2010 at 2:17 pm
[...] Link to File Rename: http://peterkellner.net/2010/11/04/pdc10-videos-renaming-script/ [...]
November 16th, 2010 at 8:06 am
[...] Once you have downloaded all of them you can rename them to most readable format at http://peterkellner.net/2010/11/04/pdc10-videos-renaming-script/ [...]
January 25th, 2011 at 7:40 am
[...] Note: Peter Kellner has posted a batch file that will rename the downloaded videos to use the session titles. Grab it here: http://peterkellner.net/2010/11/04/pdc10-videos-renaming-script/ [...]
September 3rd, 2011 at 5:58 am
Complicated stuff, took a couple of reads to figure it out but I got there in the end, cheers