rfsbraz / deleterr

Deleterr is a Python script designed to help you manage available disk space in your Plex media server.
MIT License
118 stars 6 forks source link

Implement Sorting Options for Media #28

Closed rfsbraz closed 10 months ago

rfsbraz commented 10 months ago

Description

This PR introduces new sorting capabilities to enhance media list management. Users can now sort media lists by multiple fields including title, size, release year, runtime, added date, rating, seasons, and episodes. Both ascending and descending sort orders are supported for these fields.

Key Features

Adds advanced sorting options to media lists Supports both ascending and descending sort orders Allows sorting by title, size, release year, runtime, added date, rating, seasons, and episodes Adds extensive test coverage for the new sorting functionality Updates documentation to include new sorting options in library configuration This feature aims to provide users with more flexible and intuitive ways to manage their media lists, making it easier to organize and find media based on various criteria.

Documentation Changes:

The sorting options are also reflected in the library configuration section of the documentation, including examples of how to set them.

Addresses the requirements of #24