Posts: 2,168
Joined: Jan 2011
Reputation:
1,359
manfeed
Skilled Skinner
Posts: 2,168
Nice to see this feature being improved, thanks for all the work. Not sure how it's planned to manage extras now when scanning, I mean, until now when using a folder named 'extras' in each movie, you had to create or edit advancedsettings.xml to tell Kodi not to add those media to the library, as if they were normal movies. Needless to say that's too difficult for many users. I think that it would be great if it was the other way round, that by default the folders 'extras' wouldn't be scanned. Thanks!
If I have helped you or increased your knowledge, please click the 'thumbs up' button to give thanks :)
Posts: 1,425
Joined: Apr 2010
Reputation:
119
CrystalP
Team-Kodi Developer
Posts: 1,425
2024-01-08, 17:00
(This post was last modified: 2024-01-08, 17:19 by CrystalP. Edited 2 times in total.)
Good point manfeed. I know what you mean and will take a look. extras are recognized even with the advanced settings exclusion, but the scanner may need some alterations to handle this without special exclusions.
I'll check what the setting mentioned by jjd-uk does.
Posts: 10,722
Joined: Oct 2011
Reputation:
664
jjd-uk
Team-Kodi Member
Posts: 10,722
I have only personally test video content and I would think it's most likely limited to that.
Posts: 1,425
Joined: Apr 2010
Reputation:
119
CrystalP
Team-Kodi Developer
Posts: 1,425
2024-01-09, 04:02
(This post was last modified: 2024-01-09, 04:03 by CrystalP. Edited 1 time in total.)
I took a look at the code and Ignore video extras on scan does what was written above reasonably. It's safe to remove extras from excludefromscan in advanced settings.
Yes the video scanner will only find video files.
Posts: 200
Joined: Apr 2014
Reputation:
22
Just encountered a minor thing that might be worth looking at. Tested it on the Jan 8 Nightly.
If I have a movie with two versions, A [default] and B, and I remove one of the files from storage and clean my library, here's what happens:
If B is removed, the listing for A works as expected and is treated as a movie with no alternate versions.
If A is removed, the listing is removed entirely. I can then re-scan my library and B will be added back in.
So my question is, should this behavior change? If the default version of a movie is removed and the library cleaned, should the listing disappear entirely? Or should one of the other versions present be chosen to be the new default. Maybe just arbitrarily pick one for the sake of keeping the library listing and the user can specify if they want to change it on their own later.
When there's only two versions, it's not really an issue, but if someone has like five versions of a movie and removes only the default version and cleans their library, they then have to re-do the versioning for what's left as it is now.