|
Wednesday, January 24
On the small screen, the very small screen
After poo-pooing the idea of watching video on an iPod, I finally changed my mind and was the lucky recipient of an 80GB iPod for my past birthday. With the help of Handbrake and iSquint, I can rip DVDs and torrented movie files of things that Conny doesn't want to watch and consume them in novel places, like the subway, or in bed, or on a plane. Thanks to this, I'm now no longer the only geek on the planet who hasn't seen the new Battlestar Galactica (still only midway through season 2) or Firefly (only one episode left.) Not that I am worried, though. I already have more things on the iPod than I have time to watch. By keeping busy I solve the problem of finding new content. '; } else { if(stristr($filename,"archive")) { $dir=$_SERVER['DOCUMENT_ROOT']; $template='_01_archive.html'; $tail=strlen($template); $thisArchive=$filename; //$files=scandir($dir); $dh = opendir($dir); while (false !== ($filename = readdir($dh))) { $files[] = $filename; } sort($files); $earlyarch=""; $laterarch=""; $prevarch=""; $next=0; foreach($files as $file) { if (substr($file,-$tail)==$template) { if ($next==1) { $laterarch=$file; $earlyarch=$prevarch; $next=0; } if ($file==$thisArchive) { $next=1; } else { $prevarch=$file; $earlyarch=$prevarch; } } } $link=''; $divider=''; if(file_exists($earlyarch)) { $link='< Earlier Archive'; $divider=" | "; } if(file_exists($laterarch)) { $link=$link.$divider.'Later Archive >'; } $link=$link.' '; } } echo($link); ?> |