-
Notifications
You must be signed in to change notification settings - Fork 200
Comparing changes
Open a pull request
base repository: pkkid/python-plexapi
base: 4.15.9
head repository: pkkid/python-plexapi
compare: 4.15.10
- 12 commits
- 14 files changed
- 4 contributors
Commits on Feb 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e4ef6b - Browse repository at this point
Copy the full SHA 6e4ef6bView commit details -
Add slug attributes to Movie, Show, Season, and Episode (#1317)
* Add slug attributes to videos * Add tests for slug attributes
Configuration menu - View commit details
-
Copy full SHA for b831aae - Browse repository at this point
Copy the full SHA b831aaeView commit details -
Add genres attribute to Track (#1318)
* Add genres attribute to Track * Test track genres * Add GenreMixin to Tracks * Add test for editing track genre
Configuration menu - View commit details
-
Copy full SHA for 284a577 - Browse repository at this point
Copy the full SHA 284a577View commit details -
Feature: Add source property to playlist items to support remote play…
…list entries (#1335) * Add source property to Video A Playlist entry if added a remote server item has field "source" initialized with value like `server://<server_id>/com.plexapp.plugins.library` * Add source to Episode * Fix flake8 error E261 at least two spaces before inline comment * Add source to Track * Add source to Photo * Rename the field to sourceURI * Update plexapi/audio.py Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> * Update plexapi/photo.py Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> * Update plexapi/video.py Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> * Update plexapi/video.py Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> * Fix flake line length issue --------- Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9d9dca8 - Browse repository at this point
Copy the full SHA 9d9dca8View commit details -
Refactor attribute filtering in PlexObject class (#1341)
* Refactor attribute filtering in PlexObject class - minor performance imporvement * Update plexapi/base.py Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> --------- Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 41f6b9c - Browse repository at this point
Copy the full SHA 41f6b9cView commit details -
Add exception for two-factor required (#1357)
* Add exception for two-factor required * Update tools/plex-gettoken.py with 2FA exception
Configuration menu - View commit details
-
Copy full SHA for 26447d1 - Browse repository at this point
Copy the full SHA 26447d1View commit details -
Breaking: Change regex/iregex to use re.search instead of re.match (#…
…1358) * Change regex/iregex to use re.search instead of re.match This is BREAKING CHANGE * Also cast to bool. Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> --------- Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7c99d4a - Browse repository at this point
Copy the full SHA 7c99d4aView commit details -
Lowercase input of istartswith/iendswith (#1359)
To be symmetric with other case insensitive methods that lowercase both operands in comparison
Configuration menu - View commit details
-
Copy full SHA for 4b67b4d - Browse repository at this point
Copy the full SHA 4b67b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfce82a - Browse repository at this point
Copy the full SHA cfce82aView commit details -
Remove leftover "syntax: glob" from Mercurial migration (#1363)
See 3526961 commit And stackoverflow post: - https://stackoverflow.com/questions/56010229/what-does-syntax-glob-regexp-mean-in-a-gitignore-file/56010335#56010335
Configuration menu - View commit details
-
Copy full SHA for 9a54177 - Browse repository at this point
Copy the full SHA 9a54177View commit details -
Bump tqdm from 4.66.1 to 4.66.2 (#1364)
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.2. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.66.1...v4.66.2) --- 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>
Configuration menu - View commit details
-
Copy full SHA for 67e9d37 - Browse repository at this point
Copy the full SHA 67e9d37View commit details -
Configuration menu - View commit details
-
Copy full SHA for abcab4f - Browse repository at this point
Copy the full SHA abcab4fView commit details
There are no files selected for viewing