PDA

View Full Version : Some really stupid questions?


davidw89
2008-08-05, 16:06
How do i go full screen?
Why is external subtitles .srt displayed in the middle of the screen and not on the bottom?
And why doesn't Library Mode in Video don't work? How do i set it up? I want it to search online for icons/thumbnail/description of movies/tv shows.

Jezz_X
2008-08-05, 16:11
1) read the Readme.Linux
2) calibrate the screen
3) read the manual

davidw89
2008-08-05, 16:16
Hi there
Is this directory banned from copy as i want to try out the Aeon skin
usr\share\xmbc\skin

When i try to extract it to that directory it gets a checkdir error and there is no copy and paste allowed in that directory.

kraqh3d
2008-08-05, 16:18
you may have to alter your folder permissions.

davidw89
2008-08-05, 16:23
When i go to Properties --> Permission it says:

"You are not the Owner, so you can't change these permissions" But i am the owner?

kraqh3d
2008-08-05, 16:35
do it as root from the cli via sudo. google is your friend.

davidw89
2008-08-05, 16:37
NVm fixed! Also i can't find the Linux Read me..i would like to calibrate screen

davidw89
2008-08-05, 16:45
so much for 1680x1050 (full screen) when it isn't :( ..the top bar still appears and it keeps resizing it self..

davidw89
2008-08-05, 16:54
In the Files View of 'My Videos', pressing the White button (Title on the remote) will bring up the Context Menu

Can't find.. :/

davidw89
2008-08-05, 16:55
pressing c doesn't work either

davidw89
2008-08-05, 17:03
Why is the Library Mode disabled and why can't i access the context menu by pressing c?

kraqh3d
2008-08-05, 17:46
there's a content check in the skin which disables the Library button if the Library is empty. If yuo've not scanned anything, the button will be greyed out.

and i dont use the keyboard. is C the correct character for the context menu? and i think you have to be focused on the list to invoke the context menu.

althekiller
2008-08-05, 18:45
/me dies a little inside :(

davidw89
2008-08-06, 02:49
there's a content check in the skin which disables the Library button if the Library is empty. If yuo've not scanned anything, the button will be greyed out.

and i dont use the keyboard. is C the correct character for the context menu? and i think you have to be focused on the list to invoke the context menu.
Na pressing c doesn't do anything
yeah i can't invoke that list which is driving me nuts

harryzimm
2008-08-06, 02:56
Na pressing c doesn't do anything
yeah i can't invoke that list which is driving me nuts

its the key next to right ctrl. Hilight the folder you added as a source and then push the key. Right click should also work.

jmarshall
2008-08-06, 02:57
The default is the "Menu" key, which on a windows keyboard is generally next to the windows key (it's the popup menu key).

It's also the RIGHT mouse button on a list item.

If you don't have said key you can remap it as follows. Add this:


<keymap>
<global>
<keyboard>
<c>ContextMenu</c>
</keyboard>
</global>
</keymap>


to a text file, save it as "Keymap.xml" and put it in your userdata directory (~/.xbmc/userdata)

Cheers,
Jonathan