ruddarr / app

A native iOS companion app for Radarr and Sonarr instances.
https://apps.apple.com/app/ruddarr/id6476240130
MIT License
117 stars 6 forks source link

Add sorting by popularity #355

Closed yatsukhnenko closed 1 month ago

yatsukhnenko commented 1 month ago

Partially fixes #338 Simulator Screenshot - iPhone 16 - 2024-10-10 at 17 43 15

yatsukhnenko commented 1 month ago

Series don't have popularity attribute but have ratings.votes and ratings.value so probably we can use it @tillkruss what do you think?

tillkruss commented 1 month ago

@yatsukhnenko: I made a computed property for Series that somewhat can try using: https://github.com/ruddarr/app/blob/43242769115985d17d4f117e9d9612e9c599b357/Ruddarr/Models/Series/Series.swift#L115-L120

yatsukhnenko commented 1 month ago

Simulator Screenshot - iPhone 16 - 2024-10-18 at 14 15 07