{"id":90,"date":"2008-06-17T05:55:19","date_gmt":"2008-06-17T10:55:19","guid":{"rendered":"http:\/\/installingcats.com\/?p=90"},"modified":"2008-06-17T05:55:19","modified_gmt":"2008-06-17T10:55:19","slug":"play-iso-videos-in-front-row","status":"publish","type":"post","link":"https:\/\/installingcats.com\/2008\/06\/17\/play-iso-videos-in-front-row\/","title":{"rendered":"Play ISO Videos in Front Row"},"content":{"rendered":"

To have Apple Front Row<\/a> show and play videos inside of an iso file, first mount the iso file then make links\"\" to the video files inside of the iso, within your Movies folder. This can be useful for example when you have a season of television episodes of House MD in a single ISO disc image somewhere on your Mac.<\/p>\n

step 1: mount iso file<\/h2>\n

First mount the iso file by double clicking on it (within Finder, on your desktop, wherever it may be). The ISO file will be mounted like a drive and will show up within Finder under Devices and look like this:<\/p>\n

\"\"<\/p>\n

In my case the iso file disc image was named 20071107_170514 when it was created. Your mounted iso volume will be named differently.<\/p>\n

step 2: link to video files in iso<\/h2>\n

Create symbolic links<\/a> to the video files within your Movies folder using the Terminal<\/a>. Afterwards the videos will show up in Front Row like any other video or movie and you don’t have to copy the files out, saving disk space.<\/p>\n

Before that, I’m going to create a folder within ~\/Movies with a descriptive name (since 20071107_170514 is meaningless to me). In the Terminal window I would enter:
\nmkdir ~\/Movies\/HouseSeason4<\/code><\/p>\n

Now create symbolic links to the videos with the the “ln” program:
\nln -s \/Volumes\/20071107_170514\/*.avi ~\/Movies\/HouseSeason4<\/code><\/p>\n

ln<\/code> is the link program
\n-s<\/code> tells the link program to make symbolic links (like detour signs to real files)
\n\/Volumes\/20071107_170514<\/code> is the mounted iso volume. Change 20071107_170514 to whatever your iso volume is named.
\n*.avi<\/code> In my case the video files were AVI files and I wanted all of them (*) to be linked. Change this to whatever format the videos happen to be for you, for example: *.mpg<\/code> *.mkv<\/code>
\n~\/Movies\/HouseSeason4<\/code> is the directory where the videos will appear in Front Row. Since Apple Front Row automatically searches through your Movies folder for videos, making a subdirectory underneath Movies is an ideal spot. These symbolic links will appear like any other video file and Front Row will browse and play these files as if they were actually located in your Movies folder.<\/p>\n

step 3: Watch iso videos in Front Row<\/h2>\n

Start Front Row by hitting \u2318+\u238b (Command Key and Escape) or hitting the Menu button on your Apple remote.<\/p>\n

Go into the Movies folder and you should see the folder you created in Step 2. Go into that folder and you should see the video files that were inside the iso disc image file. From here you should be able to play the video files that are inside the iso, without having to copy the files out to your Movies folder and taking up twice the disk space.<\/p>\n

\"\"<\/p>\n

Notes<\/h2>\n

Any volumes that you mount will be unmounted automatically when you reboot. Since the symbolic links within your Movies folder aren’t the actual video files themselves, they need the mounted iso volume to work. After rebooting, remember to remount your iso disc image by double clicking on it before looking for videos inside it within Front Row.<\/p>\n","protected":false},"excerpt":{"rendered":"

To have Apple Front Row show and play videos inside of an iso file, first mount the iso file then make links to the video files inside of the iso, within your Movies folder. This can be useful for example when you have a season of television episodes of House MD in a single ISO […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[148,99,149,150,151],"_links":{"self":[{"href":"https:\/\/installingcats.com\/wp-json\/wp\/v2\/posts\/90"}],"collection":[{"href":"https:\/\/installingcats.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/installingcats.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/installingcats.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/installingcats.com\/wp-json\/wp\/v2\/comments?post=90"}],"version-history":[{"count":0,"href":"https:\/\/installingcats.com\/wp-json\/wp\/v2\/posts\/90\/revisions"}],"wp:attachment":[{"href":"https:\/\/installingcats.com\/wp-json\/wp\/v2\/media?parent=90"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/installingcats.com\/wp-json\/wp\/v2\/categories?post=90"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/installingcats.com\/wp-json\/wp\/v2\/tags?post=90"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}