FernetMenta / vdr-plugin-vnsiserver

VDR plugin to handle XBMC clients.
GNU General Public License v2.0
17 stars 33 forks source link

Set content on recordings #104

Open TheChief79 opened 6 years ago

TheChief79 commented 6 years ago

I think the "Set Content" feature does not work correctly on recordings or maybe it is just an display issue.

My recordings are stored in folders by genre, for example:

Root folder --Action --Comedy --Horror --Privatfilme --Serien --Thriller ...

And one of that folders contains "Series". For the root recordings folder i set the content to "Movies" and use The Movie DB Scraper (scan recursive). The subfolder "Serien" i set to series scraping and use TheTVDB for scraping. But if i open contenx menu window "Set Content" again, i still see "Movies" and not "Series".

Another example:

I have a subfolder "Privatfilme" where some old camera recordings are stored. I want to exclude them from scraping. So i opened the context menu "Set Content", set the scraping to "None" and hit OK.

The database shows:

select exclude from path where idPath=7 (pvr://recordings/tv/active/Privatfilme/)

The result is "1".

But if i open the content menu again and choose "Set content", i see again that the scraper is set to movies. Maybe this will be populated from root folder and is displayed wrong?

I tried the same for other private videos (no VDR Files) stored on my server via NFS. Here everything is saved and displayd correctly.

Can you caonfirm this and have a look at this? As i said, maybe it is just a display issue or something is not stored correctly in the MyVideos database. I tried different skins and different kodi versions (17, 18alpha, SPMC, FTMC).

TheChief79 commented 6 years ago

Or do i have to post at the the addon?

TheChief79 commented 6 years ago

After i removed the subfolder "Privatfilme" via Context Menu "Set Content" from my movie library the movies where removed from the list, Later after i ran "Update library" in movie section (left menu), the private movies are added again to my library. So there must be something wrong.

FernetMenta commented 6 years ago

last time I tried scrapers on pvr it did not work. @ksooo have you ever tried this?

TheChief79 commented 6 years ago

Never tested with TVH, but if i add the VNSI Addon i get a new video source "Recordings". This can be scraped, just the problems i described above.

FernetMenta commented 6 years ago

my lilst of todos is long but I will try this when I get time

TheChief79 commented 6 years ago

Thank you