henryjfry / repository.thenewdiamond

9 stars 4 forks source link

Can't Add to Library #8

Closed mrgsi closed 2 years ago

mrgsi commented 2 years ago

I've noticed the "Add to Library" feature has been modified to require Trakt. The old OpenInfo never did that and was a feature I used all the time. I don't use trakt myself (many don't) and shouldn't need it just to add shows to my Kodi library. TMDB Helper doesn't require it and the "add to library" works fine. Am I doing something wrong or is there something I can adjust?

henryjfry commented 2 years ago

No I built it that way. The library adding routine was built around syncing your collection through Trakt and was built first before individual item adding was added later.

It adds the item to your Trakt collection first and gets all the requisite information back from Trakt and fanart.tv about seasons and episodes.

The old openinfo used openmeta for Library adding. As that no longer worked I had to completely build my own method. And I chose to build it around Trakt.

It plays through tmdbhelper and that also makes use of Trakt so it made sense to me.

With Trakt it provides good features and you can use it effectively even without a Kodi library.

henryjfry commented 2 years ago

Not a bug, a feature.