Posts: 510
Joined: Oct 2007
Reputation:
5
First:
I am using the latest xbmc.exe build from the sourceforge page along with the latest ffmpeg .dll's that Wiso posted. I am not sure if this is related to that at all but i figured it couldnt hurt. Anyway, i have alot of movies that are in 2 parts like xxxxx cd1.avi and xxxxx cd2.avi and when i try to scan them into the database both parts are scanned in and I have two entries in the database for xxxxx. I have stacked files turned on so I am not sure if that is a bug or i am just not smart enough to fix it (probly the latter)
Second:
Ever since i have tried XBMC for windows i have never figured out how to stop a video completely using the mouse. I can pause it and then return to the previous screen, but cannot actually get it to stop so that i can see the PMIII backgrounds again. Again most likely an easy fix that i do not know how to do hopefully.
anyways, thanks for your help in advance. Cant wait for this to be as great and better than XBMC for xbox!!!!
Posts: 28
Joined: Apr 2008
Reputation:
0
The way I have my multipart files names is the following, and it works perfectly fine in Windows XBMC. Movie Title.part1.avi, Movie Title.part2.avi, and so forth. I believe you can also name them as Movie Title part1.avi, and so on, without the "." in front of the "part1", "part2".
As for stopping videos using the mouse - I don't know what to tell you. I use a remote and keyboard emulation. It's possible you can edit settings in the keymap.xml, but I'm not sure off the top of my head whether or not there are mouse controls in the xml. It's definitely a file to check though.
Posts: 510
Joined: Oct 2007
Reputation:
5
well i just upgraded the tech build the xbmc.exe and the dll's because under the older tech dll's and .exe the stacking was fine.
oh well, if anyone else might know of a solution thanks.
thanks for your help gabestover
Posts: 510
Joined: Oct 2007
Reputation:
5
well i decided to take a look at the keymap.xml and am now just using the keyboard for some functions and the mouse for others. thanks all
any other info on the lack of stacking for videos would be awesome. Thanks so much
Posts: 510
Joined: Oct 2007
Reputation:
5
i dont have an advacedsettings.xml because i didn't think i needed it for stacking.
i have 3 xboxes and xbmc stacks the files fine. I figured it was the windows version since the xbox's stack the smb share fine, but the windows one doesnt.
Also, some of the movies are just xxxx 1.avi, and xxxx2.avi and some are xxxx CD1.avi and xxxx CD2.avi
since i have almost 700 movies total, with almost 1400 files total i would much rather not have to rename each file as that would be extremely time consuming lol
Posts: 824
Joined: Jun 2005
Reputation:
6
i have an xbox and win32 versions with standard and custom regexps and it works fine on both in current builds.
Posts: 12,706
Joined: Nov 2003
Reputation:
129
spiff
Team-Kodi Member
Posts: 12,706
1) yes. see the advancedsettings.xml page in the wiki
2) sounds like you have two devices trying to be domain master
Posts: 510
Joined: Oct 2007
Reputation:
5
well after much trial and error i have been able to get stacking to work properly. for anyone with the same problem here is the xml i used:
<advancedsettings>
<moviestacking append="yes">
<regexp>[ _\.-]*([0-9]+)</regexp>
</moviestacking>
</advancedsettings>
spiff- i am not sure what domain master means (i googled it but sadly understood none of what it said) and what can i do to try and rectify this situation? (not sure if this is a given but browsing smb shares works with laptop to desktop and xbox to desktop)
thanks
Posts: 16
Joined: May 2008
Reputation:
0
karra
Junior Member
Posts: 16
<keyboard>
<p>Play</p>
<q>Queue</q>
<f>FastForward</f>
<r>Rewind</r>
<left>Left</left>
<right>Right</right>
<up>Up</up>
<down>Down</down>
<pageup>PageUp</pageup>
<pagedown>PageDown</pagedown>
<return>Select</return>
<backspace>ParentDir</backspace>
<m>ActivateWindow(PlayerControls)</m>
<s>ActivateWindow(shutdownmenu)</s>
<escape>PreviousMenu</escape>
<i>Info</i>
<menu>ContextMenu</menu>
<space>Pause</space>
<x>Stop</x>
<period>SkipNext</period>
<comma>SkipPrevious</comma>
<tab>FullScreen</tab>
<printscreen>Screenshot</printscreen>
<minus>VolumeDown</minus>
<plus>VolumeUp</plus>
<zero>Number0</zero>
<one>Number1</one>
<two>Number2</two>
<three>Number3</three>
<four>Number4</four>
<five>Number5</five>
<six>Number6</six>
<seven>Number7</seven>
<eight>Number8</eight>
<nine>Number9</nine>
</keyboard>
</global>
Posts: 510
Joined: Oct 2007
Reputation:
5
yup that is one of the places I looked
I understand that since I am on the same subnet, i can only have one master browser.
however, i dont know how I would go about checking this or solving this issue. any guidance is much appreciated.