2025-06-04, 08:33 AM
Pulling my hair out with this one.
I enabled auto collections, and when generated, it'll place exactly double the amount of items in it.
Looking at the collection.xml in one of the collection folders. I can see why:
However. The library that's acting as the source is ONLY pointing to /media/Film.
Some time ago, it was pointing to /media/film but that was changed several weeks back. It looks as if somewhere, somehow it's still referencing the old, lowercase /media/film folder. Any clues on how to resolve?
I enabled auto collections, and when generated, it'll place exactly double the amount of items in it.
Looking at the collection.xml in one of the collection folders. I can see why:
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Item>
<ContentRating>PG-13</ContentRating>
<Added>06/04/2025 08:26:09</Added>
<LockData>true</LockData>
<LocalTitle>Middle Earth</LocalTitle>
<DisplayOrder>Default</DisplayOrder>
<Tags>
<Tag>Autocollection</Tag>
</Tags>
<CollectionItems>
<CollectionItem>
<Path>/media/Film/The Lord of the Rings The Return of the King (2003)/The Lord of the Rings The Return of the King (2003).mkv</Path>
</CollectionItem>
<CollectionItem>
<Path>/media/Film/The Lord of the Rings The Fellowship of the Ring (2001)/The Lord of the Rings The Fellowship of the Ring (2001).mkv</Path>
</CollectionItem>
<CollectionItem>
<Path>/media/Film/The Lord of the Rings The Two Towers (2002)/The Lord of the Rings The Two Towers (2002).mkv</Path>
</CollectionItem>
<CollectionItem>
<Path>/media/film/The Lord of the Rings The Two Towers (2002)/The Lord of the Rings The Two Towers (2002).mkv</Path>
</CollectionItem>
<CollectionItem>
<Path>/media/film/The Lord of the Rings The Fellowship of the Ring (2001)/The Lord of the Rings The Fellowship of the Ring (2001).mkv</Path>
</CollectionItem>
<CollectionItem>
<Path>/media/film/The Lord of the Rings The Return of the King (2003)/The Lord of the Rings The Return of the King (2003).mkv</Path>
</CollectionItem>
</CollectionItems>
</Item>
However. The library that's acting as the source is ONLY pointing to /media/Film.
Some time ago, it was pointing to /media/film but that was changed several weeks back. It looks as if somewhere, somehow it's still referencing the old, lowercase /media/film folder. Any clues on how to resolve?