Re: [mythtv-users] OS X FE help needed

2006-01-25 Thread Daryl Peter Williams
thanks to everyone that responded. i have use internal volume controls
enabled, i have set the mixer to blank, the mixer controls to pcm and  
i have
tried setting the audio device to both blank and /dev/dsp however i  
still don't
get any sound. i also have a linux frontend that has the same  
problem, but
i thought it was a problem with the sound card. now think they must  
be related.
i guess i need to check the backend again...

thanks again,

daryl


On Jan 24, 2006, at 1:09 PM, Peter Dash wrote:

 Mine has:

 Audio Output Device: blank (i.e. nothing in the text box)
 Use internal volume controls: checked
 Mixer Device: blank (i.e. nothing in the text box)
 Mixer Controls: PCM

 Peter.
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X FE help needed

2006-01-25 Thread Daryl Peter Williams
i found the source of my problem. i did not have capture turned on
on the backend. silly me. now both the mac and and linux frontends
have sound. myth is wonderful.

d.

On Jan 25, 2006, at 8:04 AM, Daryl Peter Williams wrote:

 thanks to everyone that responded. i have use internal volume  
 controls
 enabled, i have set the mixer to blank, the mixer controls to pcm and
 i have
 tried setting the audio device to both blank and /dev/dsp however i
 still don't
 get any sound. i also have a linux frontend that has the same
 problem, but
 i thought it was a problem with the sound card. now think they must
 be related.
 i guess i need to check the backend again...

 thanks again,

 daryl


 On Jan 24, 2006, at 1:09 PM, Peter Dash wrote:

 Mine has:

 Audio Output Device: blank (i.e. nothing in the text box)
 Use internal volume controls: checked
 Mixer Device: blank (i.e. nothing in the text box)
 Mixer Controls: PCM

 Peter.
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X FE help needed

2006-01-24 Thread Peter Dash
Mine has:

Audio Output Device: blank (i.e. nothing in the text box)
Use internal volume controls: checked
Mixer Device: blank (i.e. nothing in the text box)
Mixer Controls: PCM

Peter.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X FE help needed

2006-01-24 Thread Wade Maxfield
folks, would some kind soul running an os x frontend on a g5 let me 
know what
the audio and mixer devices should be set to? i somehow managed to 
delete
my original entries and now am not sure what they should be set to.

many thanks,

daryl


Audio output device: /dev/dsp
Mixer Device: [null]
Mixer Controls: PCM

  - Wade
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X FE help needed

2006-01-24 Thread Michael Fox
On 1/25/06, Wade Maxfield [EMAIL PROTECTED] wrote:
 Audio output device: /dev/dsp
 Mixer Device: [null]
 Mixer Controls: PCM

My mac has the same settings above, and it works well.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-15 Thread Jeremy McDermond
If anyone is interested, I have compiled a version of SVN 8602 for  
Mac and packaged it up.  It was tested on a G5 tower with a  
completely fresh load of OSX without any development environment  
against an SVN 8602 backend on Linux.  Let me know if you have any  
troubles, although the school term has started and my time to help  
you out may be limited.

It's available at:

http://www.xenotropic.com/index.php? 
option=com_remositoryItemid=33func=fileinfofilecatid=27parent=catego 
ry


I had to change line 983 of osx-packager.pl to read:

  next if ($file =~ m,/Versions/A/\Q$dep\E,);

where it reads

  next if ($file =~ m,/Versions/A/$dep,);

in the original out of SVN.  You need to escape the $dep so that it  
doesn't interpret characters in the variable as a part of the regular  
expression.  Namely there's a C++ library in there, so libstdc++ (or  
whatever it is) is a screwy regexp that won't compile.  I think this  
is the right fix, but I haven't tested it extensively.  It just could  
screw up the entire regexp and it works because it's evaluating $dep  
as a literal, but I haven't had much time to look at it.  If some  
other perl guru has a chance to look at it, that'd be cool.



 Ok, there are now two new 0.18.1 versions at thesniderpad.com.  One
 is the vanilla 0.18.1 and the other is the 0.18.1-fixes branch from
 SVN.  Let me know if you try them and what your status is

 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


--
Jeremy McDermond
Xenotropic Systems
[EMAIL PROTECTED]


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-15 Thread Matt Hannan
Jeremy McDermond wrote:
 If anyone is interested, I have compiled a version of SVN 8602 for  
 Mac and packaged it up.  It was tested on a G5 tower with a  
 completely fresh load of OSX without any development environment  
 against an SVN 8602 backend on Linux.  Let me know if you have any  
 troubles, although the school term has started and my time to help  
 you out may be limited.

 It's available at:

 http://www.xenotropic.com/index.php? 
 option=com_remositoryItemid=33func=fileinfofilecatid=27parent=catego 
 ry


 I had to change line 983 of osx-packager.pl to read:

   next if ($file =~ m,/Versions/A/\Q$dep\E,);

 where it reads

   next if ($file =~ m,/Versions/A/$dep,);

 in the original out of SVN.  You need to escape the $dep so that it  
 doesn't interpret characters in the variable as a part of the regular  
 expression.  Namely there's a C++ library in there, so libstdc++ (or  
 whatever it is) is a screwy regexp that won't compile.  I think this  
 is the right fix, but I haven't tested it extensively.  It just could  
 screw up the entire regexp and it works because it's evaluating $dep  
 as a literal, but I haven't had much time to look at it.  If some  
 other perl guru has a chance to look at it, that'd be cool.

   
Hey, buddy. That installed like butter!

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-14 Thread David Abrahams
Matt Hannan [EMAIL PROTECTED] writes:

 Matt Hannan wrote:
 David Snider wrote:
   
   
 
 I'm just glad it isn't just me! I will try to get you that info  
 tomorrow
 night, Dave.

 
   
 Ok, there are now two new 0.18.1 versions at thesniderpad.com.  One  
 is the vanilla 0.18.1 and the other is the 0.18.1-fixes branch from  
 SVN.  Let me know if you try them and what your status is

 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

   
 
 Mister Snider,

 I am wondering if this has to maybe do with where I am storing the 
 MythFrontend.app.
 I am just pulling it over into Applications and launching from there.

 Are you, perhaps, building it somewhere else and the path is getting 
 screwed up based on this?
 The themes are all in the proper place, but it really is borking out 
 while looking for them.

 Another thing I am looking at it qt3. I tried compiling 3.3.4 based on 
 the directions at
  http://www.mythtv.info/moin.cgi/MythOnMacOsx
 but I am getting errors during make. I am walking this path to try and 
 install the plugins myself.
 After this borked twice, once with make sub-src based on the directions, 
 and then again with just make, I also tried the install from 
 http://naranja.umh.es/~atg/, but I am getting errors with this as well.

 GRR.

 So, I fired up Darwin-ports and am installing qt3 this way.
 I was shocked at the amount of other packages that it puled over 
 (cups-headers, jpeg, zlib, etc). This seems to be working, but it will 
 probably not finish before I have to head to bed.

 So, what do you think about all that?
 I will post more on this tomorrow night.
 Matt

I am using this patched version of osx-packager, which corrects some
of those problems:

#!/usr/bin/perl

### osx-packager.pl
### Tool for automating frontend builds on Mac OS X.
### Run osx-packager.pl -man for full documentation.

use strict;
use Getopt::Long qw(:config auto_abbrev);
use Pod::Usage ();
use Cwd ();

### Configuration settings (stuff that might change more often)

# We try to auto-locate the Subversion client binaries.
# If they are not in your path, you should use the second line.
#
our $svn = `which svn`; chomp $svn;
#our $svn = '/Volumes/Users/nigel/bin/svn';

# By default, only the frontend is built (i.e. no backend or transcoding)
#
our $backend = 0;

# For faster downloads, change this to a local mirror.
#
our $sourceforge = 'http://internap.dl.sf.net';

# At the moment, there is mythtv plus these two
our @components = ( 'myththemes', 'mythplugins' );

# The OS X programs that we are likely to be interested in.
our @targetsFE = ( 'MythFrontend',  'MythCommFlag',
   'MythJobQueue',  'MythTranscode');
our @targetsBE = ( 'MythBackend',   'MythFillDatabase',
   'MythTranscode', 'MythTV-Setup');

our %depend_order = (
  'mythtv'
  =  [
'freetype',
'lame',
'mysqlclient',
'qt-mt',
'dvdnav'
  ],
  'mythplugins'
  =  [
'tiff',
'exif',
'dvdcss',
'dvdread',
#'cdaudio'
  ],
);

our %depend = (

  'freetype'
  =
  {
'url'
=  $sourceforge/sourceforge/freetype/freetype-2.1.10.tar.gz,
  },

  'dvdnav'
  =
  {
'url'
=  $sourceforge/sourceforge/dvd/libdvdnav-0.1.10.tar.gz,
  },
  
  'lame'
  =
  {
'url'
=  $sourceforge/sourceforge/lame/lame-3.96.1.tar.gz,
'conf'
=  [
  '--disable-frontend',
],
  },

#  'cdaudio'
#  =
#  {
#'url'
#=  $sourceforge/sourceforge/libcdaudio/libcdaudio-0.99.12.tar.gz
#  },

  'dvdcss'
  =
  {
'url'
=  'ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libdvdcss-1.2.8.tar.bz2',
  },

  'dvdread'
  =
  {
'url'
=  'http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-0.9.4.tar.gz',
'conf'
=  [
  '--with-libdvdcss',
],
  },

 
  'mysqlclient'
  =
  {
'url' 
= 'http://ftp.snt.utwente.nl/pub/software/mysql/Downloads/MySQL-4.1/mysql-4.1.12.tar.gz',
'conf'
=  [
  '--without-debug',
  '--without-docs',
  '--without-man',
  '--without-bench',
  '--without-server',
  '--without-geometry',
  '--without-extra-tools',
],
  },
  
  'qt-mt'
  =
#   {
# 'url'
# =  'http://ftp.iasi.roedu.net/mirrors/ftp.trolltech.com/qt/sources/qt-mac-opensource-src-4.0.1.tar.gz',
# 'conf-cmd'
# =  'echo yes | ./configure',
# 'conf'
# =  [
#   '-prefix', '$PREFIX',
#   '-system-zlib',
#   '-fast',
#   '-qt-sql-mysql',
#   '-qt-libpng',
#   '-qt-libjpeg',
#   '-qt-gif',
#   '-platform macx-g++',
#   '-no-tablet',
#   '-I$PREFIX/include/mysql',
#   '-L$PREFIX/lib/mysql',
# ],
# 'post-conf'
# =  'echo QMAKE_LFLAGS_SHLIB += -single_module  src/qt.pro',
# 

Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-12 Thread Matt Hannan
David Snider wrote:
   
 I'm just glad it isn't just me! I will try to get you that info  
 tomorrow
 night, Dave.

 
 Ok, there are now two new 0.18.1 versions at thesniderpad.com.  One  
 is the vanilla 0.18.1 and the other is the 0.18.1-fixes branch from  
 SVN.  Let me know if you try them and what your status is

 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

   
OK, trying out the vanilla version. Already looks better...the MythTV 
icon is there!
Well, it bounced around a bit and vanished.
Time to try the CLI.
Still yelling for themes.

Let's try copying the themes over.
Nope, still no good. Bombs out looking for themes.
Very odd.

Matt



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-12 Thread Matt Hannan
Matt Hannan wrote:
 David Snider wrote:
   
   
 
 I'm just glad it isn't just me! I will try to get you that info  
 tomorrow
 night, Dave.

 
   
 Ok, there are now two new 0.18.1 versions at thesniderpad.com.  One  
 is the vanilla 0.18.1 and the other is the 0.18.1-fixes branch from  
 SVN.  Let me know if you try them and what your status is

 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

   
 
Mister Snider,

I am wondering if this has to maybe do with where I am storing the 
MythFrontend.app.
I am just pulling it over into Applications and launching from there.

Are you, perhaps, building it somewhere else and the path is getting 
screwed up based on this?
The themes are all in the proper place, but it really is borking out 
while looking for them.

Another thing I am looking at it qt3. I tried compiling 3.3.4 based on 
the directions at
 http://www.mythtv.info/moin.cgi/MythOnMacOsx
but I am getting errors during make. I am walking this path to try and 
install the plugins myself.
After this borked twice, once with make sub-src based on the directions, 
and then again with just make, I also tried the install from 
http://naranja.umh.es/~atg/, but I am getting errors with this as well.

GRR.

So, I fired up Darwin-ports and am installing qt3 this way.
I was shocked at the amount of other packages that it puled over 
(cups-headers, jpeg, zlib, etc). This seems to be working, but it will 
probably not finish before I have to head to bed.

So, what do you think about all that?
I will post more on this tomorrow night.
Matt


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-11 Thread David Snider

On Jan 10, 2006, at 6:17 PM, Jens Baumeister wrote:

 On 1/11/06, Jens Baumeister [EMAIL PROTECTED] wrote:

 No, sorry, I don't, as I currently use the frontend build without the
 plugins. (IIRC it always crashed upon launch - I

 Clarifying myself here: The thesniderpad.com build *with* the
 frontend crashes for me - that's why I use the one wihtout the
 plugins.

Well, that's a bummer.  It sounds like we have a mixture of people  
who it works for and who it doesn't.   I did compile a new 0.18.1  
with plugins today.  I replaced the one on my site with that build.   
I tested it on my Mac Mini and it worked like a charm.  That probably  
doesn't say much though, since the last one did too..   For those of  
you who can't get it working, let me know.  I'd be interested to see  
the output of uname -a, env, set, contents of .profile and others...   
The more information the better.

Anyway, if anybody wants to try again, the new build of 0.18.1 is @  
http://www.thesniderpad.com/index.php? 
option=com_remositoryItemid=36func=selectid=2 Feedback as usual is  
always appreciated.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-11 Thread Michael Fox
On 1/12/06, David Snider [EMAIL PROTECTED] wrote:

 Anyway, if anybody wants to try again, the new build of 0.18.1 is @
 http://www.thesniderpad.com/index.php?
 option=com_remositoryItemid=36func=selectid=2 Feedback as usual is
 always appreciated.


I'll make a note to check it out when time permits and let you know
how I go with your build. I just got a 2nd twinhan chipset dvb-t tuner
here in oz, so tonight I am going home to install it and tinker some
more with 2 tuner setup. These cards work so well and for $90.20 AU
each its not bad.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-11 Thread Brad DerManouelian
On Jan 11, 2006, at 8:22 PM, David Snider wrote:


 On Jan 10, 2006, at 6:17 PM, Jens Baumeister wrote:

 On 1/11/06, Jens Baumeister [EMAIL PROTECTED] wrote:

 No, sorry, I don't, as I currently use the frontend build without  
 the
 plugins. (IIRC it always crashed upon launch - I

 Clarifying myself here: The thesniderpad.com build *with* the
 frontend crashes for me - that's why I use the one wihtout the
 plugins.

 Well, that's a bummer.  It sounds like we have a mixture of people
 who it works for and who it doesn't.   I did compile a new 0.18.1
 with plugins today.  I replaced the one on my site with that build.
 I tested it on my Mac Mini and it worked like a charm.  That probably
 doesn't say much though, since the last one did too..   For those of
 you who can't get it working, let me know.  I'd be interested to see
 the output of uname -a, env, set, contents of .profile and others...
 The more information the better.

 Anyway, if anybody wants to try again, the new build of 0.18.1 is @
 http://www.thesniderpad.com/index.php?
 option=com_remositoryItemid=36func=selectid=2 Feedback as usual is
 always appreciated.

This didn't work for me. I'm running a straight-up 0.18.1 backend. It  
looks like this was compiled with some other branch. Version claims  
0.18.2, MythTV project, www.mythtv.org

However, your 0.18.1 without plugins works ok for me.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-11 Thread David Snider

 This didn't work for me. I'm running a straight-up 0.18.1 backend. It
 looks like this was compiled with some other branch. Version claims
 0.18.2, MythTV project, www.mythtv.org

 However, your 0.18.1 without plugins works ok for me.
Yeah, it's the 0.18-fixes that were put in..  For some reason it  
lists as 0.18.2 even though there isn't an official 0.18.2 version.   
What didn't work?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-11 Thread Brad DerManouelian
On Jan 11, 2006, at 10:37 PM, David Snider wrote:


 This didn't work for me. I'm running a straight-up 0.18.1 backend. It
 looks like this was compiled with some other branch. Version claims
 0.18.2, MythTV project, www.mythtv.org

 However, your 0.18.1 without plugins works ok for me.
 Yeah, it's the 0.18-fixes that were put in..  For some reason it
 lists as 0.18.2 even though there isn't an official 0.18.2 version.
 What didn't work?

Unfortunately, I didn't look much into it. I launched it and it  
immediately stopped. I've just install svn backend, so I'm afraid I  
won't be able to see the error message any more.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-11 Thread Matt Hannan
David Snider wrote:
 On Jan 10, 2006, at 6:17 PM, Jens Baumeister wrote:

   
 On 1/11/06, Jens Baumeister [EMAIL PROTECTED] wrote:

 
 No, sorry, I don't, as I currently use the frontend build without the
 plugins. (IIRC it always crashed upon launch - I
   
 Clarifying myself here: The thesniderpad.com build *with* the
 frontend crashes for me - that's why I use the one wihtout the
 plugins.

 
 Well, that's a bummer.  It sounds like we have a mixture of people  
 who it works for and who it doesn't.   I did compile a new 0.18.1  
 with plugins today.  I replaced the one on my site with that build.   
 I tested it on my Mac Mini and it worked like a charm.  That probably  
 doesn't say much though, since the last one did too..   For those of  
 you who can't get it working, let me know.  I'd be interested to see  
 the output of uname -a, env, set, contents of .profile and others...   
 The more information the better.

 Anyway, if anybody wants to try again, the new build of 0.18.1 is @  
 http://www.thesniderpad.com/index.php? 
 option=com_remositoryItemid=36func=selectid=2 Feedback as usual is  
 always appreciated.
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

   
I'm just glad it isn't just me! I will try to get you that info tomorrow 
night, Dave.

Thanks.
Matt
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-11 Thread David Snider


 I'm just glad it isn't just me! I will try to get you that info  
 tomorrow
 night, Dave.

Ok, there are now two new 0.18.1 versions at thesniderpad.com.  One  
is the vanilla 0.18.1 and the other is the 0.18.1-fixes branch from  
SVN.  Let me know if you try them and what your status is

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-10 Thread Jens Baumeister
On 1/10/06, Matt Hannan [EMAIL PROTECTED] wrote:

 Do any of you Myth-on-Mac folks  think you can help me out?
 The first question is about mplayer.
 Where do I get it?

One way would be donwloading mplayer for OS X here:

http://mplayerosx.sourceforge.net/

It's a build with a GUI frontend, but it's got the CLI app hidden inside.

Mac application bundles are really folders, so you can use a shell to
look inside, for example:

$ cd /Applications/MPlayer OS X
2.app/Contents/Resources/mplayer.app/Contents/MacOS
$ ls
mplayer
$ ./mplayer -h
./mplayer
MPlayer dev-CVS-0500May-17:40-3.3 (C) 2000-2005 MPlayer Team
AltiVec found
CPU: PowerPC

Usage:   mplayer [options] [url|path/]filename

Basic options: (complete list in the man page)
[etc...]


Jens
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-10 Thread David Snider

On Jan 9, 2006, at 9:24 PM, Matt Hannan wrote:

 Well, sir, you may want to check that build of the frontend. I
 downloaded it twice and they both seem borked up.
 Are there any other locations to get frontend with the plugins? I'm
 looking for 0.18.1 stable.

Hmm..  What happens?  I'm running it right now with no problems on  
Tiger.   You can check http://www.mythtv.info/moin.cgi/MythOnMacOsx   
gkruse has a site as well as another gentlemen.If it really is  
borked up, let me know what it is doing so that I can either remove  
it or fix it.



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-10 Thread Matt Hannan
Jens Baumeister wrote:
 On 1/10/06, Matt Hannan [EMAIL PROTECTED] wrote:

   
 Do any of you Myth-on-Mac folks  think you can help me out?
 The first question is about mplayer.
 Where do I get it?
 

 One way would be donwloading mplayer for OS X here:

 http://mplayerosx.sourceforge.net/

 It's a build with a GUI frontend, but it's got the CLI app hidden inside.

 Mac application bundles are really folders, so you can use a shell to
 look inside, for example:

 $ cd /Applications/MPlayer OS X
 2.app/Contents/Resources/mplayer.app/Contents/MacOS
 $ ls
 mplayer
 $ ./mplayer -h
 ./mplayer
 MPlayer dev-CVS-0500May-17:40-3.3 (C) 2000-2005 MPlayer Team
 AltiVec found
 CPU: PowerPC

 Usage:   mplayer [options] [url|path/]filename

 Basic options: (complete list in the man page)
 [etc...]


 Jens
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

   
Sweet! Thanks for that!
You obviously use mplayer in Myth.
What do you have for your Myth setup as options?
Like I said, I never could get the defaults to work.

Matt
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-10 Thread Jens Baumeister
On 1/11/06, Matt Hannan [EMAIL PROTECTED] wrote:

 You obviously use mplayer in Myth.
 What do you have for your Myth setup as options?

No, sorry, I don't, as I currently use the frontend build without the
plugins. (IIRC it always crashed upon launch - I'll reinstall if I
find the time to genereate some more useful bug reports.) I only
played arround with mplayer itself on the command line, however all
the options I tried worked as expected. (Incl. fullscreen, which would
be important for MythVideo)
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-10 Thread Matt Hannan
Jens Baumeister wrote:
 On 1/11/06, Matt Hannan [EMAIL PROTECTED] wrote:

   
 You obviously use mplayer in Myth.
 What do you have for your Myth setup as options?
 

 No, sorry, I don't, as I currently use the frontend build without the
 plugins. (IIRC it always crashed upon launch - I'll reinstall if I
 find the time to genereate some more useful bug reports.) I only
 played arround with mplayer itself on the command line, however all
 the options I tried worked as expected. (Incl. fullscreen, which would
 be important for MythVideo)
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

   
OK, thanks anyway. I will still try your suggestions.

Matt
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-10 Thread Matt Hannan
David Snider wrote:
 On Jan 9, 2006, at 9:24 PM, Matt Hannan wrote:

   
 Well, sir, you may want to check that build of the frontend. I
 downloaded it twice and they both seem borked up.
 Are there any other locations to get frontend with the plugins? I'm
 looking for 0.18.1 stable.
 

 Hmm..  What happens?  I'm running it right now with no problems on  
 Tiger.   You can check http://www.mythtv.info/moin.cgi/MythOnMacOsx   
 gkruse has a site as well as another gentlemen.If it really is  
 borked up, let me know what it is doing so that I can either remove  
 it or fix it.



 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

   
Well, the straight-up MythFrontend downloads and installs fine.
But the package from your site did not.
First of all it did not show the Myth icon, but rather a, I guess, 
default icon.
I'm downloading it again so I can walk you thru what I am seeing.

HAZAH!
Someone else is having the same problem.

[quote=Matt Jordan MythTV w/ Mac OSX Frontend}
I downloaded two different builds of the MythFrontend for OS X and
they both start and ask for the language.  After that, they ask for
the hostname (IP) of the backend, database name and such.  When I
click Finish the program just closes.  There is no indication that
it crashed, it just quits.[/quote]

I had that, too.

OK, back to the download.
It shows just a couple pieces of paper, a pen, a pencil and a ruler.
That is the mounted icon. It does not show the external CD drive thing.
Double-clicking it has it bouncing around in the dock a couple of times and 
then disappearing.
Firing up Terminal and cding to Desktop shows the file as MythFrontend.app.

Any help?

Matt




___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-10 Thread Brad DerManouelian
On Jan 10, 2006, at 7:02 PM, Matt Hannan wrote:David Snider wrote: On Jan 9, 2006, at 9:24 PM, Matt Hannan wrote: Well, sir, you may want to check that build of the frontend. Idownloaded it twice and they both seem borked up.Are there any other locations to get frontend with the plugins? I'mlooking for 0.18.1 stable. Hmm..  What happens?  I'm running it right now with no problems on  Tiger.   You can check http://www.mythtv.info/moin.cgi/MythOnMacOsx   gkruse has a site as well as another gentlemen.    If it really is  borked up, let me know what it is doing so that I can either remove  it or fix it.___mythtv-users mailing listmythtv-users@mythtv.orghttp://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users Well, the straight-up MythFrontend downloads and installs fine.But the package from your site did not.First of all it did not show the Myth icon, but rather a, I guess, default icon.I'm downloading it again so I can walk you thru what I am seeing.HAZAH!Someone else is having the same problem.[quote="Matt Jordan" MythTV w/ Mac OSX Frontend}I downloaded two different builds of the MythFrontend for OS X andthey both start and ask for the language.  After that, they ask forthe hostname (IP) of the backend, database name and such.  When Iclick "Finish" the program just closes.  There is no indication thatit crashed, it just quits.[/quote]I had that, too.OK, back to the download.It shows just a couple pieces of paper, a pen, a pencil and a ruler.That is the mounted icon. It does not show the external CD drive thing.Double-clicking it has it bouncing around in the dock a couple of times and then disappearing.Firing up Terminal and cding to Desktop shows the file as MythFrontend.app.Any help?MattAs much as it pains me to help you after the treatment I received from you...The problem is that you aren't able to connect to the MySQL database. Unfortunately the OS X frontend doesn't fail gracefully in that situation. However, if you launch it from a terminal, you'll see error messages.PBG4:~/Desktop/MythTV/MythFrontend.app/Contents/MacOS bderman$ ~/Desktop/MythTV/MythFrontend.app/Contents/MacOS/mythfrontend 2006-01-10 19:10:27.666 Using runtime prefix = /Users/bderman/Desktop/MythTV/MythFrontend.app/Contents/Resources2006-01-10 19:10:27.677 New DB connection, total: 12006-01-10 19:10:28.130 Total desktop dim: 1280x854, with 1 screen[s].2006-01-10 19:10:28.143 Running in a window2006-01-10 19:10:28.147 Using screen 0, 1280x781 at 0,22etc.If you're only getting the MythFrontend.app application then you don't have any of the plugins (like you were complaining about before). You'll need to either compile the plugins yourself or download a dmg containing all the plugins like from http://thesniderpad.comI'm assuming you are running backend on a different machine. If you download pre-compiled binaries you need to make sure the protocol versions match up. If they don't, you'll see something like "Protocol version mismatch (frontend=22,backend=15)" when trying to use a recent SVN frontend with 0.18.1 backend.If you are having problems establishing a connection to the backend, make sure MySQL on your backend is accepting remote connections (search the forums). If you can login from command line on the machine you're running front end from (search the forums), follow the instructions in the link you referenced to set up the database parameters correctly in FrontEnd.-Brad___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-10 Thread Matt Hannan
Brad DerManouelian wrote:
 As much as it pains me to help you after the treatment I received from 
 you...
I do hope you are joking.

 The problem is that you aren't able to connect to the MySQL database.
Actually, it turns out that the MySQL stuff is fine. It is bombing out 
because it can't find any themes!

 Unfortunately the OS X frontend doesn't fail gracefully in that 
 situation. However, if you launch it from a terminal, you'll see error 
 messages.

 PBG4:~/Desktop/MythTV/MythFrontend.app/Contents/MacOS bderman$ 
 ~/Desktop/MythTV/MythFrontend.app/Contents/MacOS/mythfrontend
 2006-01-10 19:10:27.666 Using runtime prefix = 
 /Users/bderman/Desktop/MythTV/MythFrontend.app/Contents/Resources
 2006-01-10 19:10:27.677 New DB connection, total: 1
 2006-01-10 19:10:28.130 Total desktop dim: 1280x854, with 1 screen[s].
 2006-01-10 19:10:28.143 Running in a window
 2006-01-10 19:10:28.147 Using screen 0, 1280x781 at 0,22

 etc.

 If you're only getting the MythFrontend.app application then you don't 
 have any of the plugins (like you were complaining about before). 
 You'll need to either compile the plugins yourself or download a dmg 
 containing all the plugins like from http://thesniderpad.com
Yes, yes. I know all that. And I am grabbing the broken dmg from 
thesniderpad.com, stable, not SVN.
What is odd is that the no-plugins version fires up with no problem and 
lets me choose between Blue or G.A.N.T.
OK, so I just copied the sniderpad MythFrontend to Applications, from 
where Myth was running with the non-plugin version, and it still does 
not work. Bombs looking for themes.

 I'm assuming you are running backend on a different machine. If you 
 download pre-compiled binaries you need to make sure the protocol 
 versions match up. If they don't, you'll see something like Protocol 
 version mismatch (frontend=22,backend=15) when trying to use a recent 
 SVN frontend with 0.18.1 backend.
Nope, but good detective work.

 If you are having problems establishing a connection to the backend, 
 make sure MySQL on your backend is accepting remote connections 
 (search the forums). If you can login from command line on the machine 
 you're running front end from (search the forums), follow the 
 instructions in the link you referenced to set up the database 
 parameters correctly in FrontEnd.

All of that is fine. I have 018.1 running on a Suse box as a remote 
frontend. Not noob. Just not a Mac guy. ;-)
And I think there is an issue with the stable build at thesniderpad.com.
How about the SVN builds? Are they current or this mysterious 0.19 that 
folks are talking about?

Thanks for your help, Brad. Seriously. You seem a level headed person.

Matt


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-10 Thread Wade Maxfield
Brad DerManouelian wrote:
  As much as it pains me to help you after the treatment I received from
  you...
I do hope you are joking.

  The problem is that you aren't able to connect to the MySQL database.
Actually, it turns out that the MySQL stuff is fine. It is bombing out
because it can't find any themes!



In that case, just install some themes from any working installation 
you have.  Right click the mythfrontend application, show package 
contents, then dump the themes in 
Contents/Resources/share/mythtv/themes/

  - Wade
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-10 Thread Brad DerManouelian
On Jan 10, 2006, at 8:09 PM, Matt Hannan wrote:Brad DerManouelian wrote: As much as it pains me to help you after the treatment I received from you... I do hope you are joking. The problem is that you aren't able to connect to the MySQL database. Actually, it turns out that the MySQL stuff is fine. It is bombing out because it can't find any themes! Unfortunately the OS X frontend doesn't fail gracefully in that situation. However, if you launch it from a terminal, you'll see error messages.PBG4:~/Desktop/MythTV/MythFrontend.app/Contents/MacOS bderman$ ~/Desktop/MythTV/MythFrontend.app/Contents/MacOS/mythfrontend2006-01-10 19:10:27.666 Using runtime prefix = /Users/bderman/Desktop/MythTV/MythFrontend.app/Contents/Resources2006-01-10 19:10:27.677 New DB connection, total: 12006-01-10 19:10:28.130 Total desktop dim: 1280x854, with 1 screen[s].2006-01-10 19:10:28.143 Running in a window2006-01-10 19:10:28.147 Using screen 0, 1280x781 at 0,22etc.If you're only getting the MythFrontend.app application then you don't have any of the plugins (like you were complaining about before). You'll need to either compile the plugins yourself or download a dmg containing all the plugins like from http://thesniderpad.com Yes, yes. I know all that. And I am grabbing the "broken" dmg from thesniderpad.com, stable, not SVN.What is odd is that the no-plugins version fires up with no problem and lets me choose between Blue or G.A.N.T.OK, so I just copied the sniderpad MythFrontend to Applications, from where Myth was running with the non-plugin version, and it still does not work. Bombs looking for themes. I'm assuming you are running backend on a different machine. If you download pre-compiled binaries you need to make sure the protocol versions match up. If they don't, you'll see something like "Protocol version mismatch (frontend=22,backend=15)" when trying to use a recent SVN frontend with 0.18.1 backend. Nope, but good detective work. If you are having problems establishing a connection to the backend, make sure MySQL on your backend is accepting remote connections (search the forums). If you can login from command line on the machine you're running front end from (search the forums), follow the instructions in the link you referenced to set up the database parameters correctly in FrontEnd. All of that is fine. I have 018.1 running on a Suse box as a remote frontend. Not noob. Just not a Mac guy. ;-)And I think there is an issue with the "stable" build at thesniderpad.com.How about the SVN builds? Are they current or this mysterious 0.19 that folks are talking about?Thanks for your help, Brad. Seriously. You seem a level headed person.MattI'm using MythTV 0.18.1 Frontend for MacOSX from thesniderpad.com and don't have the same issue. What's your error message?___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-10 Thread Matt Hannan
Wade Maxfield wrote:
 Brad DerManouelian wrote:
 
  As much as it pains me to help you after the treatment I received from
  you...
   
 I do hope you are joking.
 
  The problem is that you aren't able to connect to the MySQL database.
   
 Actually, it turns out that the MySQL stuff is fine. It is bombing out
 because it can't find any themes!


 

 In that case, just install some themes from any working installation 
 you have.  Right click the mythfrontend application, show package 
 contents, then dump the themes in 
 Contents/Resources/share/mythtv/themes/

   - Wade
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

   
Rock on, Wade. Thanks! I am just finishing up downloading last night's 
SVN. Fingers crossed.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-10 Thread Roland Roberts
 David == David Snider [EMAIL PROTECTED] writes:

David Thanks for downloading the binary.  I'm very interested in
David your feedback, if a build doesn't work, I'll want to pull it
David off the site..

What a happy coincidence, I'm trying it out right now

I had several problems with the install that I still can't quite figure
out even though I have it working now :-/

I'm going to try to reinstall on my wife's iMac later this week, but the
download from your site was part of what I have working.  What I don't
quite understand is that a second file seems to have come from another
download of the dmg file and launching that ran me through the set-up.
It kept telling me it couldn't connect to my database, but it in fact,
is working.  

I would like to say I know what I did to get it all working, but I was
pretty tired by the time I finished and don't remember it so well.  I'll
try to keep better notes when I install on my wife's iMac.

roland
-- 
   PGP Key ID: 66 BC 3B CD
Roland B. Roberts, PhD RL Enterprises
[EMAIL PROTECTED]6818 Madeline Court
[EMAIL PROTECTED]   Brooklyn, NY 11220
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-10 Thread Matt Hannan
Wade, Brad, Dave, all others.

No good. I just don't get it. I copied the working themes folder to the 
proper place, deleted the broken one and renamed themes copy to 
themes.

Still it can not find the themes.

Downloading the non-plugin version now just to be done with it.

I'll tell you, there is something to be said for:

A) homogeneous equipment (Alex released updated Myth packages today for 
the FC branch, Suse trails releases by a few days anyway and the SVN 
from thesniderpad.com gave the version mismatch).
B) keeping things simple
C) not watching so much TV!

The past couple of weeks have taken it out of me! I can see why folks 
hate MythTV at their first exposure to it. It CAN be a bugger!

Anyway, thanks for all of your help and assistance.

Matt Hannan
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-10 Thread Jens Baumeister
On 1/11/06, Jens Baumeister [EMAIL PROTECTED] wrote:

 No, sorry, I don't, as I currently use the frontend build without the
 plugins. (IIRC it always crashed upon launch - I

Clarifying myself here: The thesniderpad.com build *with* the
frontend crashes for me - that's why I use the one wihtout the
plugins.

Jens
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-10 Thread Michael Fox
On 1/11/06, Jens Baumeister [EMAIL PROTECTED] wrote:
 Clarifying myself here: The thesniderpad.com build *with* the
 frontend crashes for me - that's why I use the one wihtout the
 plugins.


I should download and check it out, infact I will send myself a
reminder to check it out tonight.  I am using another build from
somewhere else, I cant remember the url, but I am sure I could find
it. However I am not running SVN, so the build I am using is a for a
different version. It works great too.

As to hating mythtv, as you get further and further into getting
things working you learn to like it.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-09 Thread David Snider
Thanks for downloading the binary.  I'm very interested in your  
feedback, if a build doesn't work, I'll want to pull it off the site..

As for me, I use mplayer, but until recently, DVD VOB's with AC3 had  
noticeable static feedback.  However, I found that you can download  
the CVS version of mplayer and it compiles just fine on MacOSX.  It's  
much faster than previous versions (Uses the CoreVideo services now)  
and there is NO static feedback.

I don't know this for certain, but I installed mplayer first via fink  
(to get a lot of the dependencies, may or may not have been  
necessary) then downloaded the CVS version and compiled and installed  
to /usr/local/mplayer instead of /usr/local/bin.

My Video player settings are setup as /usr/local/mplayer/bin/mplayer %s.

My .mplayer/config contents are:
subcc=1
fs=1

I like the closed captions and full screen mode...

Never used Xine on Mac, found a link to a binary on Wikipedia, but  
could never get it to download.  To be honest, I just use the Apple  
DVD Player, no offense to the developers of MythDVD.

On Jan 9, 2006, at 8:49 PM, Matt Hannan wrote:

 OK, so I have reloaded OS X and am currently installing MythFrontend
 0.18.1 from thesniderpad.com. This build includes some plugins, like
 MythVideo and MythDVD.

 I have tried this build before, but always gave up on it because I  
 could
 never figure out the player commands for the plugins.

 Do any of you Myth-on-Mac folks  think you can help me out?
 The first question is about mplayer.
 Where do I get it?
 DarwinPorts? Installing it now.
 After that, what is the command that I put into Setup?
 The default has never worked for me.

 The second question is about xine in MythDVD.
 I prefer it, because of the menu support.
 Is anyone using it? If so, how?

 Thanks for your help, everybody.

 Matt
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X MythFrontend 0.18.1 with plugins

2006-01-09 Thread Matt Hannan
Well, sir, you may want to check that build of the frontend. I 
downloaded it twice and they both seem borked up.
Are there any other locations to get frontend with the plugins? I'm 
looking for 0.18.1 stable.

And thanks for the tips on mplayer.

My last go-round, I used the Apple DVD player as well. It works just fine.
But, I am trying to get the full Myth Experience (minus all the pain and 
suffering!!!) this time.

Matt


David Snider wrote:
 Thanks for downloading the binary.  I'm very interested in your  
 feedback, if a build doesn't work, I'll want to pull it off the site..

 As for me, I use mplayer, but until recently, DVD VOB's with AC3 had  
 noticeable static feedback.  However, I found that you can download  
 the CVS version of mplayer and it compiles just fine on MacOSX.  It's  
 much faster than previous versions (Uses the CoreVideo services now)  
 and there is NO static feedback.

 I don't know this for certain, but I installed mplayer first via fink  
 (to get a lot of the dependencies, may or may not have been  
 necessary) then downloaded the CVS version and compiled and installed  
 to /usr/local/mplayer instead of /usr/local/bin.

 My Video player settings are setup as /usr/local/mplayer/bin/mplayer %s.

 My .mplayer/config contents are:
 subcc=1
 fs=1

 I like the closed captions and full screen mode...

 Never used Xine on Mac, found a link to a binary on Wikipedia, but  
 could never get it to download.  To be honest, I just use the Apple  
 DVD Player, no offense to the developers of MythDVD.

 On Jan 9, 2006, at 8:49 PM, Matt Hannan wrote:

   
 OK, so I have reloaded OS X and am currently installing MythFrontend
 0.18.1 from thesniderpad.com. This build includes some plugins, like
 MythVideo and MythDVD.

 I have tried this build before, but always gave up on it because I  
 could
 never figure out the player commands for the plugins.

 Do any of you Myth-on-Mac folks  think you can help me out?
 The first question is about mplayer.
 Where do I get it?
 DarwinPorts? Installing it now.
 After that, what is the command that I put into Setup?
 The default has never worked for me.

 The second question is about xine in MythDVD.
 I prefer it, because of the menu support.
 Is anyone using it? If so, how?

 Thanks for your help, everybody.

 Matt
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 

 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

   

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X -Mac Mythfrontend can't find backend, won't give me the setup screen

2005-05-25 Thread Evan Burrows
I had a similar issue.  I also tried the osx packager script but it
always resulted in a make error.  Assuming that everything was placed
in the default locations when you installed the myth osx frontend go
to a terminal and go into you home directory. Then cd into .mythtv
directory. You should see a file called mysql.txt, you can change the
backend IP in that file then retry starting the frontend. After making
sure my backend was looking accepted incoming connections and the
backend IPs were the same I restarted the osx frontend and everything
was fine.  Hopefully that is what you are looking for.

Good luck



On 5/25/05, Kent Ypma [EMAIL PROTECTED] wrote:
 Okay - I'm  new to OS X, so bear with me.  The prebuilt mythfrontend
 was working well for me until I made the mistake of changing IP
 addresses for the backend server.  Now when I click on the icon it
 just hangs.  When I run the app from a command line I get an error
 that it can't find the database - but it's looking at the wrong IP
 Address.  So, I reinstalled, tried different versions, nothing got me
 back to the setup screen.  After searching the archives I created a
 new user and after logging in and clicking on the mythtv icon, I got
 the setup screen and was able to give it the proper ip address for the
 backend and everything works beautifully.  Unfortunately, my initial
 user account isn't fixed.
 So here is my best guess:
 The ip information is being kept in some user dependent file outside
 of the mythtv package and if I could find that file I could just
 manually give it the right IP Address.  Can anyone give me a kick in
 the right direction on this?
 
 TIA,
 Kent
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X frontend/Knoppmyth backend question

2005-02-21 Thread Jeff McCarty
I have the same setup, and it's not really a Mac-specific problem with  
MythVideo, just one that you're more likely to run into on a Mac. The  
MythVideo database refers to the full pathname of each video file. That  
means that the NFS volume that you're storing your videos on (you are  
storing them on an NFS volume, aren't you?) has to have the same mount  
point on the Mac as it does on the Knoppmyth frontend.

By default on the mac, all mounts are in the /Volumes directory. If  
your only other device is a Knoppmyth pc running the backend and  
frontend, it might be easier to create a /Volumes directory there, and  
move your video. If that's too much work, you have two options on the  
Mac.

First, you can use the command line tools on the mac to mount the NFS  
volume in the same location as on the Knoppmyth box. Then create a  
StartupItem (see  
http://developer.apple.com/documentation/MacOSX/Conceptual/ 
BPSystemStartup/Tasks/CreatingStartupItems.html) to mount it each time  
the computer starts up.

The second way is to mount the NFS volume in the finder as usual, drop  
it in your startup items list, and create a link at the mount point  
that MythVideo expects to the NFS volume in the /Volumes directory.  
This is easier, but I haven't had much luck yet with it working  
reliably across reboots.

On Feb 20, 2005, at 1:05 PM, Robert Karaffa wrote:
hi folks,
	i've got my Knoppmyth frontend running nicely, and a Knoppmyth  
frontend working well.  however, i'm struggling to configure my Mac  
frontend.  All are running 0.17, and the Mac is using the 0.17/plugins  
binary downloaded from http://whpress.com/mythtv/.

what works:
-TV, MythWeather, on all
-MythVideo on backend and Knoppmyth frontend
what doesn't work:
-MythVideo on the Mac
I've learnt the hard way not to touch the Video Manager on the Mac  
until I've figured out how things work on it.

The Knoppmyth frontend sort-of self-configured.  The Mac, on the other  
hand...haven't figured that one out, yet.

Any hints, anyone?
Just to be clear, the Knoppmyth frontend successfully connects to the  
backend and is 100% functional.  The Mac frontend can connect, but  
MythVideo can't find the video files and cover art.

-Bob K.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X frontend/Knoppmyth backend question

2005-02-21 Thread Jeremiah Morris
On Feb 21, 2005, at 5:25 PM, Jeff McCarty wrote:
By default on the mac, all mounts are in the /Volumes directory. If 
your only other device is a Knoppmyth pc running the backend and 
frontend, it might be easier to create a /Volumes directory there, and 
move your video. If that's too much work, you have two options on the 
Mac.
(snip)
IMHO, the best way to set up persistent NFS mounts is through NetInfo. 
There's a slew of tutorials for this, one of the clearest and simplest 
I've found is this:

http://naeblis.cx/rtomayko/2004/08/09/NFSAutomountOSX
- Jeremiah
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] [OS X] 0.17 compilation problem

2005-02-18 Thread Jeremiah Morris
On Feb 18, 2005, at 4:08 AM, Andreas Weder wrote:
During compilation, I get the following error:
Fink installs the X11 version of Qt, not the native Mac version. You'll 
have to install Qt yourself, or see if Fink has a Qt/Mac install 
available now. (I don't use Fink, so I can't help you more than that.)

- Jer
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X

2005-01-29 Thread Jeremiah Morris
On Jan 29, 2005, at 12:06 PM, Robert Karaffa wrote:
in the setup screens for MythVideo, I can get MPlayer to start using:
open /Applications/MPlayer.app (and the rest of the commands like -fs 
--no-splash -zoom %s)
I'm pretty sure you don't want to use the open command for this. This 
basically just sends a command to the Finder to launch the app, which 
isn't what you want.

Try calling the app directly, by using 
/Applications/MPlayer.app/Contents/MacOS/MPlayer ... instead. 
(Double-check that that's the right path in the Terminal.)  I don't 
actually use mythvideo, though, so I'm probably not the best person to 
answer this question.  ;)

2)  i don't have a TV tuner card of any kind right now.  not 
interested in it at the moment.  how does that impact the fact that my 
backend is 0.16 and my MacMyth frontend is not?
The 0.16 backend and CVS frontend will refuse to talk to each other, 
but since you're not using the TV functionality, that should not 
matter. In fact, you don't need a backend running at all if you're only 
using the video and music functions. You need the database up and 
running, but the backend is superfluous.

The CVS frontend will upgrade the database schema, which could cause 
the 0.16 backend to fail or corrupt your data if you try to actually 
use it, so it's probably best to shut down the backend entirely. If you 
don't use the TV functions, you won't miss it.

- Jeremiah
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X

2005-01-29 Thread Robert E. Karaffa, II
Thanks for the prompt reply, Jeremiah.  I wish I had waited until I had asked my
questions before plunging off into thin air.  Turns out my MacMyth frontend DID
indeed corrupt my backend database!  How badly, I'm not sure.  I'm attempting
to fix things now.  So far, all that I've detected is that my video database no
longer links the movies with their respective .jpgs/descriptions/imdb info.

Next Questions:
1)  i've reinstalled Panther on my MacMyth frontend (it's a scratch disk until I
learn how to do this properly!).  that wiped out any potential trouble spots. 
now, which Myth version do I want?  I only want to watch movies, so I only need
access to MythVideo.  So, I downloaded the CVS w/plugins version.  It won't
allow me past the initial setup screen because there is no backend.  best
approach?

2)  do I need to go through the installation instructions on MythOnMacOSX, and
then use the CVS w/plugins version?

forgive me for appearing dense!  (tis troo, nonetheless!)

-Bob K.



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X

2005-01-29 Thread Jeremiah Morris
On Jan 29, 2005, at 6:47 PM, Robert E. Karaffa, II wrote:
It won't
allow me past the initial setup screen because there is no backend.  
best
approach?
If you're talking about the MySQL settings screen, you do still need a 
database server. The backend offers two parts: an actual 
mythbackend process, and the MySQL database that is used by 
mythfrontend and mythbackend. The mythbackend program offers 
TV-watching functionality, the database is used by everything to store 
preferences and various other data. You still need the database half of 
the equation.

The database server can run on your OS X box and be completely separate 
from your KnoppMyth box, though, so you don't get corruption again. I'd 
recommend this setup for you; I don't have any instructions on setting 
up a MySQL server, though I'm sure you can Google for some.

If I've got this all wrong and you're stuck somewhere else, please post 
more details about what's going wrong.

2)  do I need to go through the installation instructions on 
MythOnMacOSX, and
then use the CVS w/plugins version?
No, you don't need to do the MythOnMacOsx instructions if you use the 
binary; it has all of the dependencies included in its bundle.

forgive me for appearing dense!  (tis troo, nonetheless!)
It took me months to figure out how all of the pieces talked to each 
other and when, and I was spending 10 hours a week programming on it. 
Don't feel bad for taking some time to get up to speed.  =)

- Jer
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X Darwin Port

2005-01-26 Thread Jon Bauerle
Sorry for the delay in reply.  Apparently I was having some issues with 
Alsa, which I think I've got straightened out.  However, I still don't 
have sound in the DarwinPorts frontend.  FWIW, there is nothing I can 
select in Audio Output Device under setup, and also no Mixer Device I 
can select under volume controls.  I've tried with and without using 
internal volume controls.  Any suggestions?

On Jan 20, 2005, at 9:40 AM, Justin Kim wrote:
	There's a preference for using/not using native sound.  Try twiddling 
that.

Also, the Darwinports Myth FE writes errors to the console log.  You
might want to try checking there.
Justin
On Thu, 20 Jan 2005 06:54:38 -0600, Jon Bauerle 
[EMAIL PROTECTED] wrote:
On Jan 19, 2005, at 10:22 PM, Jon Bauerle wrote:
Anyone using the OS X Darwin Port of the Myth Front End?
I found a link in a search engine to download it, and can't find
documentation to troubleshoot it!  When I launch the app, it bounces
about 3 times, then quits with no error messages.  Using MyPHPAdmin, 
I
verified that the user has full access to the DB, and I did update 
the
mysql file in my home dir.  Any other suggestions?

Apparently my backend was rather upset with something password 
related.
  I have that fixed, however it will not play sound from the mac.  It
shows the sound at 0%, and won't increase or decrease.  Any
suggestions?

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X Darwin Port

2005-01-20 Thread Colin Bell
I would bet anything, that your Mysql on your backend is not configured 
to allow remote users. As before if you look inside the package 
contents and go to MacOs folder and launch the mythfrontend, it will 
run a terminal and tell you why it failed.

On 20 Jan 2005, at 04:22, Jon Bauerle wrote:
Anyone using the OS X Darwin Port of the Myth Front End?
I found a link in a search engine to download it, and can't find 
documentation to troubleshoot it!  When I launch the app, it bounces 
about 3 times, then quits with no error messages.  Using MyPHPAdmin, I 
verified that the user has full access to the DB, and I did update the 
mysql file in my home dir.  Any other suggestions?

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X Darwin Port

2005-01-20 Thread Jon Bauerle
On Jan 19, 2005, at 10:22 PM, Jon Bauerle wrote:
Anyone using the OS X Darwin Port of the Myth Front End?
I found a link in a search engine to download it, and can't find 
documentation to troubleshoot it!  When I launch the app, it bounces 
about 3 times, then quits with no error messages.  Using MyPHPAdmin, I 
verified that the user has full access to the DB, and I did update the 
mysql file in my home dir.  Any other suggestions?

Apparently my backend was rather upset with something password related. 
 I have that fixed, however it will not play sound from the mac.  It 
shows the sound at 0%, and won't increase or decrease.  Any 
suggestions?

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X Darwin Port

2005-01-20 Thread Justin Kim
There's a preference for using/not using native sound.  Try twiddling 
that.

Also, the Darwinports Myth FE writes errors to the console log.  You
might want to try checking there.

Justin


On Thu, 20 Jan 2005 06:54:38 -0600, Jon Bauerle [EMAIL PROTECTED] wrote:
 On Jan 19, 2005, at 10:22 PM, Jon Bauerle wrote:
 
  Anyone using the OS X Darwin Port of the Myth Front End?
 
  I found a link in a search engine to download it, and can't find
  documentation to troubleshoot it!  When I launch the app, it bounces
  about 3 times, then quits with no error messages.  Using MyPHPAdmin, I
  verified that the user has full access to the DB, and I did update the
  mysql file in my home dir.  Any other suggestions?
 
 
 Apparently my backend was rather upset with something password related.
   I have that fixed, however it will not play sound from the mac.  It
 shows the sound at 0%, and won't increase or decrease.  Any
 suggestions?
 
 
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 
 

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X Darwin Port

2005-01-19 Thread Simon Williams
On Wed, 19 Jan 2005 22:22:33 -0600, Jon Bauerle [EMAIL PROTECTED] wrote:
 Anyone using the OS X Darwin Port of the Myth Front End?
 
 I found a link in a search engine to download it, and can't find
 documentation to troubleshoot it!  When I launch the app, it bounces
 about 3 times, then quits with no error messages.  Using MyPHPAdmin, I
 verified that the user has full access to the DB, and I did update the
 mysql file in my home dir.  Any other suggestions?
 


try launching it from the terminal. It should give you an idea of
whats going on when it bombs out. I had a similar problem and it was
due to it failing to connect to the backend system.

Hope this helps. 

Simon.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OS X icon question...

2004-12-03 Thread Lane Schwartz
On Fri, 3 Dec 2004 15:25:19 -0600, Calvin Gorriaran
[EMAIL PROTECTED] wrote:
 I have a stupid OS X question. I have compiled mythfrontend on my powerbook. 
 Works perfect, though I
 am still trying to get mythvideo compiled. One issue I have is I can't seem 
 to make an icon for it. I
 have tried making a symbolic link to it in the Applications folder. I tried 
 setting Keep in Dock
 after launching from the command line. I have tried copying the 
 mythfrontend.app folder to the
 applications folder. Nothing seems to work. I have am long time BSD user but 
 just in the last year
 switched to OS X for my personal desktop. Can anyone clue me in?

I haven't tried the OS X version of Myth, but I do know OS X. I can try to help.

If you have a program that is packaged as an appfolder (ends in .app
if you look do an ls -l at the terminal), then it should already have
an icon and be double-clickable.

Do you currently have a double-clickable Myth appfolder?

-- 
No, we've had no evidence that Saddam Hussein was involved in 9/11.
-- George W. Bush, 17 Sept 2003
___
mythtv-users mailing list
[EMAIL PROTECTED]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users