plugin.video.themoviedb.helper icon indicating copy to clipboard operation
plugin.video.themoviedb.helper copied to clipboard

Option to Flatten if only one season

Open unkn0wn234 opened this issue 3 years ago • 3 comments

so when theres only one season it goes directly into episode view rather than seasons and only being one season to click into.

unkn0wn234 avatar Mar 24 '21 18:03 unkn0wn234

There's a setting inside Kodi for this.

drinfernoo avatar Mar 24 '21 20:03 drinfernoo

There's a setting inside Kodi for this.

I have it enabled but it doesnt seem to affect TMDBH

unkn0wn234 avatar Mar 24 '21 20:03 unkn0wn234

Yeah, pretty sure that kodi setting only affects the library.

I'll have to think about best approach to do this as just rerouting the season path if there's only one will be problematic for skinners who rely on that path to display seasons for shows in the info dialog. And I can't just change the path for the show to point to season 1 because tmdb lists don't provide number of seasons as part of the basic info (ie would require a separate lookup on every tvshow item which is going to be much slower).

jurialmunkey avatar Mar 24 '21 22:03 jurialmunkey

I decided against adding this as it will be too convoluted with other season paths.

jurialmunkey avatar May 22 '24 04:05 jurialmunkey