jellyfin / jellyfin-plugin-tmdbboxsets

https://jellyfin.org
MIT License
86 stars 20 forks source link

Some collections have null name and clobber each other on disk #8

Closed deanishe closed 3 years ago

deanishe commented 4 years ago

I'm using v4.0.0.0 of the plugin.

In the log, I'm seeing messages like:

[18:36:28] [INF] Box Set for null (115838) does not exist. Creating it now!
[18:36:28] [INF] Box Set for null (495527) does not exist. Creating it now!

The problem is that these "unnamed" box sets are all written to the same directory data/collections/ [boxset] (<space>[boxset]), which means they clobber each other's data and only one such collection can exist in the library at a time.

Going by the log messages, I currently have five such collections, but only one exists in the Jellyfin library due to the clobbering.