Skip to content
Permalink
master

Commits on Oct 10, 2021

Commits on Oct 4, 2021

  1. Release 4.7.2

    JonnyWong16 committed Oct 4, 2021
  2. Merge pull request #832 from JonnyWong16/feature/album_types

    Add album formats and subformats
    JonnyWong16 committed Oct 4, 2021
  3. Merge pull request #831 from JonnyWong16/feature/includeGuids

    Automatically retrieve external guids from libraries using includeGuids
    JonnyWong16 committed Oct 4, 2021
  4. Merge pull request #810 from JonnyWong16/feature/web_url

    Add methods to retrieve the Plex Web URL
    JonnyWong16 committed Oct 4, 2021
  5. Bump codecov/codecov-action from 2.0.3 to 2.1.0 (#830)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.3 to 2.1.0.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v2.0.3...v2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot committed Oct 4, 2021
  6. Bump pytest-cov from 2.12.1 to 3.0.0 (#838)

    Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.1 to 3.0.0.
    - [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
    - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest-cov@v2.12.1...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest-cov
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot committed Oct 4, 2021
  7. Bump tqdm from 4.62.2 to 4.62.3 (#833)

    Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.62.2 to 4.62.3.
    - [Release notes](https://github.com/tqdm/tqdm/releases)
    - [Commits](tqdm/tqdm@v4.62.2...v4.62.3)
    
    ---
    updated-dependencies:
    - dependency-name: tqdm
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot committed Oct 4, 2021
  8. Bump sphinx-rtd-theme from 0.5.2 to 1.0.0 (#829)

    Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 0.5.2 to 1.0.0.
    - [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases)
    - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
    - [Commits](readthedocs/sphinx_rtd_theme@0.5.2...1.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx-rtd-theme
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot committed Oct 4, 2021
  9. Bump sphinx from 4.1.2 to 4.2.0 (#828)

    Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.1.2 to 4.2.0.
    - [Release notes](https://github.com/sphinx-doc/sphinx/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
    - [Commits](sphinx-doc/sphinx@v4.1.2...v4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot committed Oct 4, 2021

Commits on Sep 27, 2021

Commits on Sep 26, 2021

  1. Update Plex Web URL tests

    JonnyWong16 committed Sep 26, 2021
  2. Refactor getWebURL

    JonnyWong16 committed Sep 26, 2021

Commits on Sep 21, 2021

Commits on Sep 16, 2021

  1. Update audio tests

    JonnyWong16 committed Sep 16, 2021

Commits on Sep 13, 2021

  1. Fix PyPI action dependency

    jjlawren committed Sep 13, 2021
  2. Release 4.7.1

    jjlawren committed Sep 13, 2021
  3. Update version handling and add helper script (#806)

    * Update version handling and add helper script
    
    * Remove typing hints
    
    * Address review, add tag argument
    jjlawren committed Sep 13, 2021
  4. Add methods to lock and unlock artwork and posters (#825)

    * Add private _edit method
    
    * Add fields attribute to playlists
    
    * Add lock and unlock methods to art, banner, and poster mixins
    
    * Add tests for locking and unlocking art and posters
    JonnyWong16 committed Sep 13, 2021
  5. Add attribute for Sonic Analysis (#814)

    * adding new attribute found in Albums and Tracks when Sonically Analyzed
    
    * update docstring and add property hasSonicAnalysis
    blacktwin committed Sep 13, 2021

Commits on Sep 12, 2021

Commits on Sep 4, 2021

  1. Merge pull request #805 from JonnyWong16/feature/playlist_poster

    Add test for changing Playlist poster
    JonnyWong16 committed Sep 4, 2021

Commits on Aug 26, 2021

Older