View Full Version : TV Episodes occuring twice since a few builds back
mindweaver
2009-04-27, 17:09
Any one else experiencing this? Most tv episodes displays twice in all lists. Tried both PM3HD and Aeon, same results so must be a XBMC issue.
I have tried on two different setups. Old and new librarys.
Latest build I have tested is: 19724
OS: Windows Vista 32-bit
CPU: Intel C2D, GPU: NVIDIA 8500GT
http://pastebin.com/f2c4daca5
that log is hardly usable with all those aeon errors in there.
anyways, you must have somehow ended up with duplicate paths. export your library and look at the <path> and <filenameandpath> entries for instance. also you can see the path to an episode in the info window
mindweaver
2009-04-27, 17:31
I know the log would probably be useless in this kind of bug report but I put it there to avoid the trigger happy whiners :)
Where do I find <path> and <filenamepath>? I export to separate files and can't find it in the tvshow.nfo or the episode .nfo
EDIT: Exported to single file and found it. Will have a look.
Have you tried to export the db to a single file?
mindweaver
2009-04-27, 17:38
yes I have some duplicate paths in there. What could have caused this? I have done nothing to my sources, only updated (and I have everything exported to separate files to avoid this kind of behaviour)
Example:
<path>M:\[-TV-Series-]\24\24.S07E01.720p.HDTV.X264-DIMENSION\</path>
<filenameandpath>rar://M%3a%5c%5b%2dTV%2dSeries%2d%5d%5c24%5c24%2eS07E01% 2e720p%2eHDTV%2eX264%2dDIMENSION%5c24%2e701%2e720p %2ddimension%2erar/24.S07E01.720p.HDTV.X264-DIMENSION.mkv</filenameandpath>
<path>M:\[-TV-Series-]\24\24.S07E01.720p.HDTV.X264-DIMENSION\</path>
<filenameandpath>rar://M%3a%5c%5b%2dTV%2dSeries%2d%5d%5c24%5c24%2eS07E01% 2e720p%2eHDTV%2eX264%2dDIMENSION%5c24%2e701%2e720p %2ddimension%2erar//24.S07E01.720p.HDTV.X264-DIMENSION.mkv</filenameandpath>
The difference is:
//24.S07E01.720p
and
/24.S07E01.720p
Weird?
first one is correct, that is the one with a single slash.
second one looks like the result of code screwing up.
and, finally, i think i know who to blame :)
fixed in svn by the one to blame :)
mindweaver
2009-04-27, 18:16
fixed in svn by the one to blame :)
Lovely :) thanks.