Open mriksman opened 5 years ago
I got it working with this;
{
"name" : "Local",
"plugin" : "",
"priority" : 1,
"id" : "provider.local",
"movies" : [[{"link": "C:/Users/Michael Riksman/Downloads/Movies/",
"steps": ["{title}*.*(avi|mp4|mkv)"]
}]],
"tvshows" : [[{"link": "c:/Downloads/TV Shows/",
"steps": ["{clearname}.*S{season:02d}E{episode:02d}.*(avi|mp4|mkv)"]
}]]
}
I needed plugin: ""
for it to work.
However, it won't recursively check directories. Each movie is in a separate folder. How can I make it recursively check all sub directories under 'link'?
Describe the bug Cannot get a local Player to work based on the sample provider.local.json
To Reproduce Steps to reproduce the behavior: Copy the provider.local.json sample Player from this website, and save into the Players folder
Set to contents to
Try and play a file from the Library Error says 'Can't find a next item to play'. It doesn't matter if it's a stream or if there is a file located locally.
When the provider.local.json is removed, everything works OK (except without local file support)
Expected behavior OpenMeta should use a Player file that points to local storage and use that before trying another Player file
Platform
Log File