https://github.com/mockersf/kodi-helper
https://github.com/mockersf/kodi-helper
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mockersf/kodi-helper
- Owner: mockersf
- License: mit
- Created: 2020-06-23T01:20:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T04:06:54.000Z (over 2 years ago)
- Last Synced: 2025-02-28T00:37:56.508Z (2 months ago)
- Language: Elm
- Size: 2.86 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - mockersf/kodi-helper - (others)
README
# Kodi Helper

## Library Exploration
Explore your library
* Sort movies by Title, Rating, Year, Set, Play Count, Date Added
* Add /remove tags
* Filter by title, tag, genre, cast, resolution## Hospital
Identify common issues in your library:
* Duplicate movies
* Movies missing poster
* Movie badly recognized (when the name is too different from the filename)
* Missing files from your library
* Movies without resolution
* SD movies## Configuration
```
kodis = []
kodis = ${kodis} [{
name: "my kodi instance"
url: "http://192.168.0.123:8080/"
}]filepatterns_to_ignore = [
".*\.srt$",
".*\.sub$",
".*\.ssa$",
"\.DS_Store$",
"/$",
]movies_directory = "/volume/movies/"
name_differences_threshold = 3
```