XBMC + MySQL Multiple Movies Issue
#1
Recently I have installed MySQL on my Windows7 box, that serves as my media server and Living Room TV box. I have 2 other XBMC installations on RaspberryPi running OpenElec. The issue I am having is two instances for each Movie are showing up on all installations. TVShows however, only one instance of it appears. Below are what my advancedsettings,xml, sources.xml and passwords.xml

Really annpying to see 2 instances of same movies appear. Not the end of the world if there isnt a fix.

On my main machine, In the 'Videos' category there is TV Shows and Movies and various other things like Files. In Files there is just TV Shows and Movies. It lets me see the path for the TV Shows and Movies folders in 'Files' and that is my 10.1.10.13 path SMB. It does not let me choose 'Show Path' for the TV Shows and Movie in the Videos category.

Quote:<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>10.1.10.13</host>
<port>3306</port>
<user>xbmc</user>
<pass>xxxx</pass>
</videodatabase>

<musicdatabase>
<type>mysql</type>
<host>10.1.10.13</host>
<port>3306</port>
<user>xbmc</user>
<pass>xxxx</pass>
</musicdatabase>

<videolibrary>
<importwatchedstate>true</importwatchedstate>
</videolibrary>
</advancedsettings>

Quote:<sources>
<programs>
<default pathversion="1"></default>
</programs>
<video>
<default pathversion="1"></default>
<source>
<name>Movies</name>
<path pathversion="1">smb://10.1.10.13/D/</path>
</source>
<source>
<name>TV Shows</name>
<path pathversion="1">smb://10.1.10.13/F/</path>
</source>
</video>
<music>
<default pathversion="1"></default>
<source>
<name>Music</name>
<path pathversion="1">smb://10.1.10.13/E/Music/Audio/mp3's/Music</path>
</source>
</music>
<pictures>
<default pathversion="1"></default>
<source>
<name>Pictures</name>
<path pathversion="1"></path>
</source>
</pictures>
<files>
<default pathversion="1"></default>
</files>
</sources>
Quote:<passwords>
<path>
<from pathversion="1">smb://10.1.10.13/</from>
<to pathversion="1">smb://xxxx:[email protected]/</to>
</path>
</passwords>
[/quote]
Reply
#2
From library view right click/ContextMenu>Movie info on each of the duplicates and read the path from there, compare the two to see what's different.
If I have been of help, please add to my reputation as a way of saying thanks, it's free.
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC + MySQL Multiple Movies Issue0