-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature Request: View Files also #15
Comments
Hello thorus90, This functionality is already implemented. The "watch / unwatch" status on movies, tvshow, season, episodes is already present. Plus, a button has been added through KodiWebPortal to change the "watch / unwatch" status directly via KWP, and the change is visible in Kodi. Check this commit : 8b7c10e Sincerely, |
Hi yanncam, But this only works for series and movies which are indexed (crawled with i.e. moviedb). For series and movies are not indexed (therefor only reachable via Files in Kodi) are not shown in KWP, at least I cannot see them (perhaps I need to configure sth extra for this?). |
Hello @thorus90, KWP loads movies and tvshows from the database created by Kodi (configured to external database like MySQL or MariaDB). Only scrapped content that are in this DB are displayed in KWP. For media acceded throught the "Files" menu in Kodi, it's just like an "explorer" inside Kodi, and this content isn't indexed as you said. So KWP can't display it. You have to index your medias to see them in KWP. Sincerely, |
Yeah but this info is present in the db (in the table |
Hello Is it possible to create a third category?
This lists only the files which are in viariable NAX_BROWSER_REMOTE_PATH That is my suggestion. |
Unfortunately that would not display the watched status. |
As I understand, technicaly it's possible to add a "browser" category which display as a simple "explorer" the content of a specific path. I precise : I haven't made some test for the moment (sorry, but I'm really busy now). I'll take a look in the requested feature as soon as possible. Sincerely, |
In Kodi we have the feature to show files which are not indexed, but it is shown which files are already watched.
I'm using non indexed files for my archiv (series and filmes already watched, but so good I want to keep them).
For series it would be nice to be able to see with KodiWebPortal which episode I watched and which not (after being finished with the serie, I switch to "not watched" in Kodi for the next time.
Thanks for considering, as I guess this will take a bit more efford.
The text was updated successfully, but these errors were encountered: