Jun 052016
 

one of my usb hard drives went belly-up lately, and so i replaced it & in the process rearranged all my hard drives & backups.  the files all move ok, but i find that the folder datestamps are all wrong, which is a pain.

i couldn’t find any routine that would do that quickly & easily.  so i wrote (and so i’m sharing also) this windows powershell routine to correct the folder datestamps.  the timestamp turns out to be midnight (00:00) but i didn’t care about that.

to run the routine

create a .ps1 batch file to call the powershell routine.  copy the ps1 batch file & the ps1 script file into the same folder where the folders to update are..  run the ps1 batchfile.

note! the routine fails on all but basic characters, and on a lot of them too.  so folders with names including @ [ ] & and some other characters are a problem.  (i fix that when i create the ps1 batch file in excel, actually.)

ps1 batch file syntax

.\folderdate_v3.ps1 "foldername" "yyyy-mm-dd" "reference"

including the ” as shown above, where
.\  is because i copy the files into the same folder as noted above
folderdate_v3.ps1  is the name of the routine to run
“foldername” is the name of the folder to update
“yyyy-mm-dd” is the new date stamp (e.g. “2016-06-01”)
“reference” is any text you want (it will display on the output but doesn’t actually do anything

this file can have as many lines as you want, 1 line per folder to update.

sample file: folderdateBAT.zip

the ps1 script

this is stored in a separate .ps1 file.  i called my file ‘folderdate_v3.ps1’

sample file: folderdate_v3.zip

param([string]$Vfoldername = $args[0], [string]$Vdate = $args[1], [string]$Vcat = $args[2])

$Vtestpath = Test-Path $Vfoldername

if ( $Vdate -eq '1900-01-00') 
 { Write-Host "Skipped (date)" $Vcat " " $Vdate " " $Vfoldername} 
else
 { 
 if ( $Vtestpath -eq 'True')
 { 
 $a = get-item $Vfoldername
 $a.CreationTime = $Vdate
 $a.LastWriteTime = $Vdate
 $a.LastAccessTime = $Vdate
 Write-Host "UPDATED" $Vcat " " $Vdate " " $Vfoldername
 }
 else { Write-Host "Skipped (path)" $Vcat " " $Vdate " " $Vfoldername }
 }

 

 

 

 Posted by at 11:46
Apr 192016
 

i’ve moved a lot of the .zip files to filefactory.com, and will be moving more later.  i’d be interesting in a bit of feedback on downloads from there.  my experience is that it works fine, but as expected it’s both a bit of a bother (so many banners urging you to join) and a bit slow.  but, i think, probably a bit more reliable than this was getting, as they were throttling my downloads from time to time.

 Posted by at 23:47
Feb 262016
 

i’ve taken the files for a number of postings offline (the postings are still on the site, but not the zip files). the download link should not be working for these (just text “download: invalid download id.”).  i’ve also tagged the posting as “archived”.

if you’d like a copy of one of these, leave me a comment, and i’ll see if i can put it back up for you temporarily.

i’ll be doing this sort of cleanup regularly.  i think the large number of files is affecting the service — download are starting to truncate routinely.

perhaps coincidentally, a few webcrawlers have been doing heavy downloads lately; i’ve blocked all the webcrawlers i can.

so, between removing a number of shows and blocking the webcrawlers, i hope these problems will go away.

 Posted by at 16:33
Feb 152016
 

a. and i had a great time on saturday night with our friend ksw & lyn, a friend of his, to see KoN & friends and ryu bok-seong’s jazz all stars.  it was a great show, and it was nice to catch up with ksw, who we haven’t seen for too long.  if you’re visiting seoul & see that he’s playing somewhere, then you really should go to the show.

there’s a fair few videos of KoN on youtube (search for nuevo gypsy violinist KoN )

www.nuevokon.com
cafe.naver.com/nuevokon
www.facebook.com/nuevokon

www.onceinabluemoon.co.kr

 Posted by at 12:07
Jan 242016
 

i recently ran across avidemux, “a free video editor designed for simple cutting, filtering and encoding tasks”.  i actually only use it for demuxing the audio streams of video downloads, but recommend it over the other demux options that i’ve tried.  i’m not interested in video editing, i don’t want to change the audio format at all (except for listening in my car ^^ )… i just want an unchanged, demuxed copy of the audio stream.  and avidemux seems to do just that, quickly, and even lets you pick which audio stream if there’s more than one.  there have been a few shows that wouldn’t demux – i’m not sure why – but generally it’s worked great.

 

 Posted by at 13:33
Dec 102015
 

i’ve started using a download manager, and am moving the links into the posts themselves.

all the old links (in the comments) to external sites have now been replaced with internal links in the posting, so all shows are hosted here. if you find one that i’ve overlooked, let me know & i’ll update the posting with a link hosted here.

why this change? well, it’s a better way for me to manage the .zip files (esp. since i’ve stopped using firedrive)… and i’m curious about each shows download count (but not about your ip address).

 Posted by at 10:48
May 282015
 

well, my main hdd crashed just after my last posting, and i’ve been restoring everything that was on there.  lost a few recent downloads from dime, but that’s about it… it does pay to have regular backups, you know.  in the process, have been writing a powershell script to correct the time-date stamps on all my folders.  worked pretty well; only around 150 items out of 2700 failed to update, so far, but there’s almost that many again still to go.

anyway, back in the swing of things again as the summer heat starts to ramp up here in seoul, korea.

 Posted by at 14:23
Oct 072014
 

seems firedrive is down again…  and i’ve got most of my files hosted there.

if you’re trying to download something and it’s a link to firedrive, post a message & i’ll upload a .zip file to another location.

 Posted by at 16:03
Aug 092014
 

Audio_cablei’ve been meaning to try recording from online audio (e.g. webcasts / realplayer /etc) for some time.  one simple method is just to hook up your audio-in and audio-out outlets with a “male-to-male” audio cable.  which i happen to have (and have had for years… guess i’m totally lame that it’s take so long to try this).

anyway, i ran across the u.s. library of congress national jukebox, and inspired by a concert i was listening to recently which had song with lyrics by p.g. wodehouse, i thought it was time to give it a try.  the national jukebox streams using adobe flash player — looks as if the music is in mp3 format, no idea what quality.

so, hooked up the cables, fired up audacity, and recorded a couple of songs.  came out very well!  here’s a copy of “nesting time in flatbush” from 1917, featuring soprano ada jones & tenor billy murray, music by jerome kern & lyrics by p.g. wodehouse.

original vinyl (were records on vinyl in 1917?) > www.loc.gov > audacity > mp3

or download the mp3.

 Posted by at 12:45