How to rent a movie from the iTunes Store on Apple TV


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS How to rent a movie from the iTunes Store on Apple TV
# 1  
Old 12-01-2008
How to rent a movie from the iTunes Store on Apple TV

With Apple TV software version 2.0 or later, you can now rent many of your favorite Hollywood movies from the iTunes Store on your widescreen TV. Before you can rent movies on Apple TV, you must have the most recent Apple TV software: From the main Apple TV menu, choose Settings > Update Software. Follow the onscreen prompts to download and apply the Update. When the Update has downloaded and finished installing, your Apple TV will restart. Refer to "Apple TV: How to upgrade Apple TV software to version 2.0" for additional instructions.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
RECOVERMOV(1)							   User Commands						     RECOVERMOV(1)

NAME
recovermov - recover movies from a filesystem image SYNOPSIS
recovermov [options] device DESCRIPTION
Recovermov tries to identify mov movies from a filesystem image. To achieve this goal, it scans the filesystem image and looks for a mov structure at blocks starting at 512 bytes boundaries. OPTIONS
-h Display an help message. -b blocksize Set the size of blocks in bytes. On most file systems, setting it to 512 (the default) will work fine as any large file will be stored on 512 bytes boundaries. Setting it to 1 maximize the chances of finding very small files if the filesystems aggregates them (UFS for example) at the expense of a much longer running time. -i integerindex Set the initial index value for image numbering (default: 0). -n basename Basename to use to create the salvaged files. Default is video_. All the sizes may be suffixed by a k, m or g letter to indicate KiB, MiB or GiB. For example, 6m correspond to 6 MiB (6291456 bytes). EXAMPLES
Recover as many movies as possible from the memory card located in /dev/sdc: recovermov /dev/sdc Recover as many movies as possible from a crashed ReiserFS file system (which does not necessarily store files at block boundaries) in /dev/hdb1: recovermov -b 1 /dev/hdb1 AUTHOR
Recovermov has been written by Jan Funke <jan.funke@inf.tu-dresden.de>. COPYRIGHT
Copyright (c) 2010 Jan Funke <jan.funke@inf.tu-dresden.de>. This is free software; see the source for copying conditions. There is NO war- ranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSO
recoverjpeg(1) recovermov January 2010 RECOVERMOV(1)