[mythtv-users] new video2ipod script released!

greg at nodecam.com greg at nodecam.com
Tue Mar 4 19:51:13 UTC 2008


> Ordered by release date descending. You can reverse the order, but you
> can't sort by any other column.
> It mimics my All Recordings list, so my kids are used to looking at
> programming that way, anyway.

Changing line 49 in tds.php from:
      if (strpos($file, $ShowName) !== false)

to:
      if (preg_match('/.*mp4$/', $file))

 (or whatever the extension of the video2ipod script's files are)

should get you what you want.

Greg



More information about the mythtv-users mailing list