Ever since the upgrade from OpenELEC 2.0 to OpenELEC 3 (RC4-5-6 to the final), XBMC has been scanning my media twice.
My sources.xml looks like this:
The NFS shares are in /var/media (/media being a symlink on OpenELEC) and I have set my sources to read from /media. I originally had them on /var/media on OpenELEC 2.0, so I tried changing that to /media after the scanner got confused, but that doesn't change anything. The scans are still run twice for each entry.
When I go to Videos > Files and run a manual scan on one of those source entries (e.g. series), it only scans once. At startup, it scans twice. Same thing when I push the button on my remote that calls a general media scan.
Could it be there are some leftovers due to the MySQL database? I have started with a clean config, as recommended, and have added sources manually.
My full XBMC log can be found here. I would have posted an excerpt filtered on VideoInfoScanner but that's still a long list.
Thank you.
My sources.xml looks like this:
Code:
<sources>
<programs>
<default pathversion="1"></default>
</programs>
<video>
<default pathversion="1"></default>
<source>
<name>Series</name>
<path pathversion="1">/media/series/</path>
</source>
<source>
<name>Films</name>
<path pathversion="1">/media/films/</path>
</source>
<source>
<name>Documentaires</name>
<path pathversion="1">/media/docus/</path>
</source>
</video>
<files>
<default pathversion="1"></default>
</files>
</sources>
The NFS shares are in /var/media (/media being a symlink on OpenELEC) and I have set my sources to read from /media. I originally had them on /var/media on OpenELEC 2.0, so I tried changing that to /media after the scanner got confused, but that doesn't change anything. The scans are still run twice for each entry.
When I go to Videos > Files and run a manual scan on one of those source entries (e.g. series), it only scans once. At startup, it scans twice. Same thing when I push the button on my remote that calls a general media scan.
Could it be there are some leftovers due to the MySQL database? I have started with a clean config, as recommended, and have added sources manually.
My full XBMC log can be found here. I would have posted an excerpt filtered on VideoInfoScanner but that's still a long list.
Thank you.