Difference between revisions of "Talk:MythTV on Mac OS X"

From MythTV Official Wiki
Jump to: navigation, search
(Launchd plist file may have an error under OS Mavericks: instructions cover path for launchd)
m (GPU Acceleration Done: use titcket template)
Line 12: Line 12:
 
== GPU Acceleration Done ==
 
== GPU Acceleration Done ==
  
Does the fact that http://code.mythtv.org/trac/ticket/2381 has been marked fixed mean that 0.25 and beyond will actually be using GPU acceleration? [[User:Brianboonstra|Brianboonstra]] 14:01, 27 September 2011 (UTC)
+
Does the fact that {{ticket|2381}} has been marked fixed mean that 0.25 and beyond will actually be using GPU acceleration? [[User:Brianboonstra|Brianboonstra]] 14:01, 27 September 2011 (UTC)
 
 
  
 
== Launchd plist file may have an error under OS Mavericks ==
 
== Launchd plist file may have an error under OS Mavericks ==

Revision as of 19:10, 30 January 2014

Firewire and Rosetta

In the gotchas section, there is a bit about fixing Firewire problems with Rosetta

  • is this even necessary any more?
  • will it even work on 10.7+?

Somebody using Firewire please comment. Brianboonstra 15:39, 31 March 2012 (UTC)

MySQL Startup

I do not recommend the prefPane startup because it depends on the user account. I have edited the page to include that method alongside the server-style method, however.Brianboonstra 21:46, 30 March 2012 (UTC)

GPU Acceleration Done

Does the fact that #2381 has been marked fixed mean that 0.25 and beyond will actually be using GPU acceleration? Brianboonstra 14:01, 27 September 2011 (UTC)

Launchd plist file may have an error under OS Mavericks

I noticed that the plist file for starting the backend using Launchd may have an error as the location given for the MythBackend application did not exist on OS Mavericks.

<string>/Applications/MythBackend/MythBackend.app/Contents/MacOS/MythBackend</string>

I tried the following and now have a working (and launching ) backend:

<string>/Applications/MythBackend.app/Contents/MacOS/MythBackend</string>


This really just has to do with where somebody put the app. I think it's safe to assume that a person savvy enough to be using launchd will be able to put in the correct path. That is the purpose of the phrase in the instructions that says "where we have assumed that MythBackend.app resides in a MythBackend subfolder of /Applications. ". Brianboonstra 15:07, 29 January 2014 (UTC)