2013-11-18, 17:36
(2013-11-10, 00:31)Sleuteltje Wrote: I'm trying to scrape the Simply Player plugin. I got it working with TV Shows with a little workaround, but it just wont work with movies. It's always saying in the debug that it can't find the path "Movies/Title". But i've checked over and over again in the plugin, the path is "Movies/Title"! It still keeps saying the path "Movies/Title" doesn't exists. I've also tried "Movies", and that path doesn't exists. But in the plugin the options are: "Movies", "TV Shows" etc... I even tried all caps, no caps, just to be sure, still no luck.
Here's my code:
Code:<Simply path="plugin://plugin.video.simply.player" recursive="true">
<subfolder name="Movies/Title" force_series="Movie" type="generic">
</subfolder>
</Simply>
I've set it to 'generic' just to make sure it scrapes them, i've also had them set to 'movies'. It all doesn't make a difference.
I would very much appreciate some help at this. It would be awesome if the simply player movies are automaticcly inserted into the library. But i've been at it for hours and i just don't understand :S. [/code]
Its the slash. The name of the folder you want is correct, it is called "Movies/Title" but in mylibrary that slash denotes a path so its looking for a Title folder inside a Movies folder. You just need to make it regex and have it look for "Movies.Title" and the dot will match the slash. I had to do the same thing in order to scrape 20/20 from free cable.