Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mockersf/kodi-helper
https://github.com/mockersf/kodi-helper
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mockersf/kodi-helper
- Owner: mockersf
- License: mit
- Created: 2020-06-23T01:20:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T04:06:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T11:52:41.124Z (24 days 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
![demo gif](https://raw.githubusercontent.com/mockersf/kodi-helper/master/demo.gif "demo")
## 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
```