Simon
Simon
Tailon 1.1 Firefox 71 When tailon toolbar is displayed (I keep it displayed to quickly switch between log files) the whole log textarea is moved toward bottom of the screen,...
Change log level for episodes not in DVD order from `warning` to `info` because it is a normal situation when episodes have aired recently but there is no DVD release...
### Feature description Show sections : IMHO items/s should be calculated with episodes/s not with shows/s. ### Use case When processing **movies** sections, the rate of processed items per second...
### Description When user sync lists but doesn't sync all libraries, the plex playlist can be incomplete because of partial script browsing of plex library. A log info could warn...
In Users, the **show_collection()** function fetches all collected seasons as seasons 1. Here : https://github.com/moogar0880/PyTrakt/blob/8a6d4f168a858447014fb4c2c0efceb47b30ebb7/trakt/users.py#L375-L376 Same as: - https://github.com/moogar0880/PyTrakt/issues/98 And the fix was: - https://github.com/moogar0880/PyTrakt/pull/100 fixes #76
Actually, to get the show of a **TVEpisode** we only have show name (`self.show`) which is not reliable because some shows have the same name. The show trakt id is...
There's been an [update](https://apiblog.trakt.tv/api-changelog-2022-b62be006dd68) of Trakt API on 14 June 2022 adding a `type` value to lists : > Each list object contains a type value set to personal or...
fixes #202
This commit 745cbb3b558cacc4e512509ccf2807c4f7740e0b adds **get_watched** and **get_collection** functions with wrong uri in sync.py. `uri = 'sync/watchlist'` because of a wrong copy/paste from **get_watchlist** function.
### What is your feature request? With the [Activity feature](https://support.plex.tv/articles/activity-feed/) added to Plex, user can see its own Watched History and Ratings. - https://support.plex.tv/articles/profile/ - https://app.plex.tv/desktop/#!/profile It would be great...