Harshith Mohan

Results 8 issues of Harshith Mohan

- [x] Return count of missing episodes (collecting), missing episodes (total). Count as in count of episodes and not count of groups. - [x] Return count of unreconized files, multiple...

Enhancement - API

- [x] Extend `plugin:@typescript-eslint/recommended` - Causes 3 rule failures in current codebase - [@typescript-eslint/no-explicit-any](https://typescript-eslint.io/rules/no-explicit-any) -> Self explanatory - [@typescript-eslint/ban-types](https://typescript-eslint.io/rules/ban-types) -> Prevents usage of `Function`, `() => {}` as type, recommends...

Enhancement - DX

![image](https://user-images.githubusercontent.com/26010946/205226591-befa13d3-133d-4961-90d6-517e7f3fa387.png) ![image](https://user-images.githubusercontent.com/26010946/205226610-a0b9a5fb-7708-46b4-a2f2-ac2dbe1608f6.png)

Enhancement - Feature Improvement

- [ ] Trakt linking (Might also need an internal non-API related refactor for trakt) - [x] Duplicate hashes (or even Release Management as a whole last @da3dsoul mentioned) -...

Enhancement - API

![image](https://github.com/user-attachments/assets/692be158-9557-488b-bed7-9b9ee2f1767d) Currently, we only show the language code for any audio/sub track but each language code can correspond to multiple languages. In this case, the two "spa"s are different. One...

Enhancement - Feature Improvement

![image](https://github.com/user-attachments/assets/27012532-194d-475f-bfe3-9ce44e8d2d9c) For example, if we try to unlink an episode here, both the files linked to the episode will be unlinked. We have no way of choosing which file to...

Enhancement - Feature Improvement

eslint v8 is deprecated and we need to move to v9 and update the related dependencies. But `eslint-config-airbnb` doesn't support v9 yet so we are stuck with v8 for now....

Enhancement - DX

(read the title)

Enhancement - Aesthetics