fuzeman/trakt.py

View on GitHub

Showing 118 of 249 total issues

Function recommended has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def recommended(self, period=None, extended=None, page=None, per_page=None, **kwargs):
Severity: Minor
Found in trakt/interfaces/movies/__init__.py - About 35 mins to fix

    Function show_episode has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def show_episode(cls, client, season, episode_num, item=None, **kwargs):
    Severity: Minor
    Found in trakt/mapper/sync.py - About 35 mins to fix

      Function stop has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def stop(self, movie=None, show=None, episode=None, progress=0.0, **kwargs):
      Severity: Minor
      Found in trakt/interfaces/scrobble.py - About 35 mins to fix

        Function show has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            def show(cls, client, store, item, append=False, **kwargs):
        Severity: Minor
        Found in trakt/mapper/sync.py - About 35 mins to fix

          Function map_items has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              def map_items(cls, client, store, items, func, **kwargs):
          Severity: Minor
          Found in trakt/mapper/sync.py - About 35 mins to fix

            Function _construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                def _construct(cls, client, keys, info, index=None, **kwargs):
            Severity: Minor
            Found in trakt/objects/movie.py - About 35 mins to fix

              Function recommended has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  def recommended(self, period=None, extended=None, page=None, per_page=None, **kwargs):
              Severity: Minor
              Found in trakt/interfaces/shows/__init__.py - About 35 mins to fix

                Function pause has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    def pause(self, movie=None, show=None, episode=None, progress=0.0, **kwargs):
                Severity: Minor
                Found in trakt/interfaces/scrobble.py - About 35 mins to fix

                  Function show_season has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      def show_season(cls, client, show, season_num, item=None, **kwargs):
                  Severity: Minor
                  Found in trakt/mapper/sync.py - About 35 mins to fix

                    Function get has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        def get(self, media=None, store=None, params=None, extended=None, **kwargs):
                    Severity: Minor
                    Found in trakt/interfaces/sync/collection.py - About 35 mins to fix

                      Function get has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          def get(self, media, collection=None, start_date=None, days=None, **kwargs):
                      Severity: Minor
                      Found in trakt/interfaces/calendars.py - About 35 mins to fix

                        Function get has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                            def get(self, media=None, store=None, params=None, extended=None, **kwargs):
                        Severity: Minor
                        Found in trakt/interfaces/sync/watched.py - About 35 mins to fix

                          Function progress_collection has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              def progress_collection(self, id, hidden=False, specials=False, count_specials=True, **kwargs):
                          Severity: Minor
                          Found in trakt/interfaces/shows/__init__.py - About 35 mins to fix

                            Function _construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                def _construct(cls, client, keys, info=None, index=None, **kwargs):
                            Severity: Minor
                            Found in trakt/objects/episode.py - About 35 mins to fix

                              Function episodes has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                  def episodes(self, id=None, start_at=None, end_at=None, store=None, **kwargs):
                              Severity: Minor
                              Found in trakt/interfaces/sync/history.py - About 35 mins to fix

                                Function item has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                    def item(cls, client, store, item, media=None, **kwargs):
                                Severity: Minor
                                Found in trakt/mapper/sync.py - About 35 mins to fix

                                  Function progress_watched has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                      def progress_watched(self, id, hidden=False, specials=False, count_specials=True, **kwargs):
                                  Severity: Minor
                                  Found in trakt/interfaces/shows/__init__.py - About 35 mins to fix

                                    Function start has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                        def start(self, movie=None, show=None, episode=None, progress=0.0, **kwargs):
                                    Severity: Minor
                                    Found in trakt/interfaces/scrobble.py - About 35 mins to fix

                                      Function construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                          def construct(cls, client, media, item, keys=None, **kwargs):
                                      Severity: Minor
                                      Found in trakt/mapper/core/base.py - About 35 mins to fix

                                        Function _construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                            def _construct(cls, client, keys, info=None, index=None, **kwargs):
                                        Severity: Minor
                                        Found in trakt/objects/show.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language