Hi, running into a minor issue here. Using latest infuse and latest Jellyfin both.
I have collections set up for my Movie Libraries and for some reason not every collection is syncing over to infuse even though I see the collection being created correctly on the Jellyfin side and it shows up properly there. If I browse to the share within Infuse and go to the Collections folder (on Jellyfin itself) the collection also works fine there.
I have all collection related options enabled in settings (both custom collections AND TMDB collections, as well as the option to group Films into collections turned on) and infuse itself says it’s indexed 12/12 collections. However, I only see 11/12 of the collections displayed within Infuse.
For what it’s worth, the only collection not displaying doesn’t have the
<TmdbId>
property set as it’s a collection not handled by TMDB.
Here’s the collection.xml from Jellyfin for the collection that isn’t showing up:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Item>
<Added>05/11/2023 19:41:53</Added>
<LockData>true</LockData>
<LocalTitle>Rebuild of Evangelion</LocalTitle>
<PremiereDate>2007-09-01</PremiereDate>
<DisplayOrder>PremiereDate</DisplayOrder>
<ProductionYear>2007</ProductionYear>
<Genres>
<Genre>Action</Genre>
<Genre>Biopunk</Genre>
<Genre>Dynamic</Genre>
<Genre>Japan</Genre>
<Genre>Mecha</Genre>
<Genre>Original Work</Genre>
<Genre>Place</Genre>
<Genre>School Life</Genre>
<Genre>Science Fiction</Genre>
<Genre>Shounen</Genre>
<Genre>Source Material</Genre>
<Genre>Speculative Fiction</Genre>
<Genre>Tragedy</Genre>
<Genre>Violence</Genre>
</Genres>
<Studios>
<Studio>Studio Khara</Studio>
</Studios>
<CollectionItems>
<CollectionItem>
<Path>/anime-movies/Evangelion: 1.0 You Are (Not) Alone/Evangelion: 1.0 You Are (Not) Alone - -.mkv</Path>
</CollectionItem>
<CollectionItem>
<Path>/anime-movies/Evangelion: 2.0 You Can (Not) Advance/Evangelion: 2.0 You Can (Not) Advance - -.mkv</Path>
</CollectionItem>
<CollectionItem>
<Path>/anime-movies/Evangelion: 3.0+1.01 Thrice Upon a Time/Evangelion: 3.0+1.01 Thrice Upon a Time.mkv</Path>
</CollectionItem>
<CollectionItem>
<Path>/anime-movies/Evangelion: 3.0 You Can (Not) Redo/Evangelion: 3.0 You Can (Not) Redo.mkv</Path>
</CollectionItem>
</CollectionItems>
</Item>
And here’s a random one that does work:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Item>
<ContentRating>TV-PG</ContentRating>
<Added>05/11/2023 19:09:16</Added>
<LockData>false</LockData>
<LocalTitle>Samurai Collection</LocalTitle>
<PremiereDate>1954-09-25</PremiereDate>
<DisplayOrder>PremiereDate</DisplayOrder>
<ProductionYear>1954</ProductionYear>
<TmdbId>102452</TmdbId>
<Genres>
<Genre>Drama</Genre>
<Genre>Action</Genre>
<Genre>Adventure</Genre>
<Genre>Romance</Genre>
<Genre>History</Genre>
</Genres>
<Studios>
<Studio>TOHO</Studio>
</Studios>
<CollectionItems>
<CollectionItem>
<Path>/movies/Samurai I Musashi Miyamoto (1954)/Samurai I Musashi Miyamoto (1954).mkv</Path>
</CollectionItem>
<CollectionItem>
<Path>/movies/Samurai II Duel at Ichijoji Temple (1955)/Samurai II Duel at Ichijoji Temple (1955).mkv</Path>
</CollectionItem>
<CollectionItem>
<Path>/movies/Samurai III Duel at Ganryu Island (1956)/Samurai III Duel at Ganryu Island (1956).mkv</Path>
</CollectionItem>
</CollectionItems>
</Item>
Any idea what might be going on here?