XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > XBMC General Help and Support > XBMC for Mac and AppleTV Specific Support

XBMC for Mac and AppleTV Specific Support Need help with XBMC for Mac or Apple TV, or think you've found a bug? Discuss it here.

Reply
 
Thread Tools Search this Thread Display Modes
Old 2008-02-05, 06:44   #1
mjm7496
Junior Member
 
Join Date: Feb 2008
Posts: 6
mjm7496 is on a distinguished road
Smile XBMC Mouse Trouble

Thanks for working on this project!

I was able to DL the package and get it "installed". The App fires right up and looks great! I am having a few issues however.

1st - It looks like the network isn't working. I know the network on my iMac is working fine, because I am typing on it here. However when I try to connect to SMB shares by name or browsing it doesn't work. Inside the network settings the network options for all interfaces are all disabled and grayed out.

2nd - I had a heck of a time trying to fill in boxes because in some places when you would hit "Enter" to complete the entry it would actually add extra characters.

3rd - I enabled the mouse to add in entering data. The cursor was limited to only half of the window however. I could use it to select features on the left hand of the screen, but it would stop moving at the middle of the screen when moving right. Almost like it hit an invisible wall.

4th - The Apple Remote doesn't work.

I know that #4 is probably being worked on and I am waiting patiently. The other issues could very well be my fault. I am just posting here to see if anyone else is having similar issues.

Thanks!

MJM
mjm7496 is offline   Reply With Quote
Old 2008-02-05, 07:02   #2
Dudeman
Member
 
Join Date: Jan 2008
Posts: 43
Dudeman is on a distinguished road
Default

Quote:
Originally Posted by mjm7496 View Post
Thanks for working on this project!

I was able to DL the package and get it "installed". The App fires right up and looks great! I am having a few issues however.

1st - It looks like the network isn't working. I know the network on my iMac is working fine, because I am typing on it here. However when I try to connect to SMB shares by name or browsing it doesn't work. Inside the network settings the network options for all interfaces are all disabled and grayed out.

2nd - I had a heck of a time trying to fill in boxes because in some places when you would hit "Enter" to complete the entry it would actually add extra characters.

3rd - I enabled the mouse to add in entering data. The cursor was limited to only half of the window however. I could use it to select features on the left hand of the screen, but it would stop moving at the middle of the screen when moving right. Almost like it hit an invisible wall.

4th - The Apple Remote doesn't work.

Thanks!

MJM
1. There is no SMB support per se. However, that doesn't mean you can't use a shared folder. Simply mount it in Finder, then set one of your sources to be the /Volumes folder. That way you can see all the mounted volumes.

2. This is know problem, like when you try to manually enter movie names and such. Pressing any of the PgUp, PgDn, delete, backspace, home, end and the arrow key does not work. It used to crash the app, now they're simply ignored. I'm sure that this will be fixed sooner or later, but for now, Elan and his team are working the bugs out of video playback. All the rest of the stuff will fall in place eventually.

3. How did you "enable" the mouse?

4. That's correct. It will be worked on soon enough.


Dudeman
Dudeman is offline   Reply With Quote
Old 2008-02-05, 17:12   #3
mjm7496
Junior Member
 
Join Date: Feb 2008
Posts: 6
mjm7496 is on a distinguished road
Default

I enabled the mouse by going to: Settings / Appearance / Look & Feel
mjm7496 is offline   Reply With Quote
Old 2008-02-05, 17:45   #4
mjm7496
Junior Member
 
Join Date: Feb 2008
Posts: 6
mjm7496 is on a distinguished road
Default

Ok progress....

I tried adding my external drive and no dice. I added it by name and also tried to find it by browsing. More than likely I'm an idiot, but I couldn't seem to get it working.

Also... I tried to add my "Movies" folder which contains aliases to the external drive. This also didn't work. When I moved a movie into my "Movies" folder I was able to see it and launch it in XBMC! Movie looks to be working great and AC3 audio is working fine!

I'm really excited about this project and am really looking forward to increased functionality. I'm a newbie to this whole beta process so I wasn't sure if I should be logging any of this as "bugs".

Thanks so much to everyone that has put in the time and effort to make this project a reality!
mjm7496 is offline   Reply With Quote
Old 2008-02-06, 05:13   #5
Dudeman
Member
 
Join Date: Jan 2008
Posts: 43
Dudeman is on a distinguished road
Default

Quote:
Originally Posted by mjm7496 View Post
Ok progress....

I tried adding my external drive and no dice. I added it by name and also tried to find it by browsing. More than likely I'm an idiot, but I couldn't seem to get it working.

Also... I tried to add my "Movies" folder which contains aliases to the external drive. This also didn't work. When I moved a movie into my "Movies" folder I was able to see it and launch it in XBMC! Movie looks to be working great and AC3 audio is working fine!

I'm really excited about this project and am really looking forward to increased functionality. I'm a newbie to this whole beta process so I wasn't sure if I should be logging any of this as "bugs".

Thanks so much to everyone that has put in the time and effort to make this project a reality!
All mounted volumes (USB drives, CD, DVD, shares, etc) can be found in the /Volumes folder. The problem is that you can't see it because it's one of the hidden system folders.

You need to manually add the /Volumes folder as a source to your sources.xml file. To do this:

1. Right click (or CTRL + left click) on the XBMC application, then select "Show Package Contents".

2. Navigate to Contents/Resources/XBMC/User Data.

3. open sources.xml using TextEdit, and add the following lines under the "video" heading:

<source>
<name>My iMac</name>
<path>/Volumes</path>
</source>

You can change the name fro My iMac to whatever you want this to appear as in the XBMC list.

4. Save the file, restart XBMC and you should be able to see a new source in the Video section called My iMac or whatever you called it. when you select it, all the currently mounted volumes will show.

Aliases are not recognized correctly by XBMC so don't use aliases.


Dudeman
Dudeman is offline   Reply With Quote
Old 2008-02-06, 21:26   #6
mjm7496
Junior Member
 
Join Date: Feb 2008
Posts: 6
mjm7496 is on a distinguished road
Default

That worked... Thanks!

1 more thing. The window isn't opening full screen. Is there a key combo to make it so? Or is this something that is still being worked on too?

Thanks!

MJM
mjm7496 is offline   Reply With Quote
Old 2008-02-07, 00:11   #7
CosyCat
Senior Member
 
Join Date: Mar 2005
Location: Sweden
Posts: 230
CosyCat is on a distinguished road
Default

fullscreen

Settings - Apperence - Screen - Resolution - set to your resolution - restart xbmc
__________________
CosyCat is offline   Reply With Quote
Old 2008-02-07, 03:42   #8
mjm7496
Junior Member
 
Join Date: Feb 2008
Posts: 6
mjm7496 is on a distinguished road
Default

Excellent! That worked spot on. Thanks much. I need to start playing around with it now to see what else I can bitch about J/K! :-)

I really like the flexibility of this software.

BTW... What is it using to play the movies? I played a movie that I would have sworn was AC3 and my receiver said was DTS. Does this use VLC, MPlayer, QT or its own engine of some sort?
mjm7496 is offline   Reply With Quote
Old 2008-02-07, 13:53   #9
CosyCat
Senior Member
 
Join Date: Mar 2005
Location: Sweden
Posts: 230
CosyCat is on a distinguished road
Default

on Mac/Linux xbmc own dvdplayer(on xbox mplayer and own dvdplayer for dvdr)

I can be wrong If so correct me.
__________________
CosyCat is offline   Reply With Quote
Old 2008-02-07, 14:08   #10
CosyCat
Senior Member
 
Join Date: Mar 2005
Location: Sweden
Posts: 230
CosyCat is on a distinguished road
Default

@mjm7496
more info on xbmc dvd player used in Mac xbmc http://xboxmediacenter.com/wiki/inde...itle=DVDPlayer
__________________
CosyCat is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 08:17.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project