0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Aug 04, 2024 — Aug 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix type on readme. More... about 12 years ago
Fixed an example in the readme. More... about 12 years ago
Added in media info and file info. More... about 12 years ago
Updated the xmlAttributesToArray method in MachineAbstract.php to be recursive. More... about 12 years ago
Deprecated the getSectionByKey method from Library.php and added in a polymorphic getSection method, which makes it possible to get a section by its key or by its title. More... over 12 years ago
Updated README to reflect the added error handling. More... over 12 years ago
Added proper error handling at the library level. This basically identifies when the polymorphic item fetching methods come up empty and throws a 404 resource not found exception. More... over 12 years ago
Added server level error handling. More... over 12 years ago
Added machine level error handling for detecting cURL errors and reporting on them correctly. More... over 12 years ago
Added in base line exception classes. More... over 12 years ago
Updated the README to reflect the correct 'address' configuration, where it had been wrongly exampling 'host' as the configuration. More... over 12 years ago
Added all episode and all track listing for show and artist classes. Also added random episode and track retrieval for the show and artist classes. More... over 12 years ago
Added all leaves endpoints to the item base class. More... over 12 years ago
Updated the README. More... over 12 years ago
Updated the READEM. More... over 12 years ago
Updated the README to include examples from the application controller. More... over 12 years ago
Added in the application controller and altered the execute command method to accept parameters. More... over 12 years ago
Added the navigation controller examples to the README. More... over 12 years ago
Added in the navigation controller. More... over 12 years ago
Added the playback controller and updated the README. More... over 12 years ago
Added in the abstract controller to Plex client. More... over 12 years ago
Updated the README. More... over 12 years ago
Added the ability to retrive single and multiple tracks to the album class and fixed a typo in the comments artist class. More... over 12 years ago
Added single and multiple album retrieval to the atist item object. More... over 12 years ago
Added single and multiple episode retrieval to the season class and fixed some comments in the show class. More... over 12 years ago
Added some recursive use of the polymorphic single item fetching to make sure we refetch a single item when we received it from a list to make sure the data is as complete as possible. More... over 12 years ago
Added listing and single retrieval of seasons to the show item class. More... over 12 years ago
Moved the children endpoint to the item class from the section class as it is only scoped to items and makes no sense in the section base class. More... over 12 years ago
Added retrieving child and granchild items by index and added an overriding polymorphic item fetch to the item base class that allows a polymorphic item retrieval that can default to the normal one or use the new by index method. More... over 12 years ago
Added support or building endpoints that allow items to retrieve their children and grandchildren items. Also added item scoping to the polymorphic item fetch that allow items to rpolymorphically retrieve single child and grandchild items. More... over 12 years ago