mrlucas84 / embermediamanager

Automatically exported from code.google.com/p/embermediamanager
0 stars 0 forks source link

Filter parent folder names when using recursive/use folder as title #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have folders such as 
vids/Criminal minds/Season 1/criminal.mindsXX.avi
vids/Criminal minds/Season 2/criminal.mindsXX.avi

The scraper fails in this case, it seems to scrape "season 1" as name. Use
folder name is checked. Recursive folder scan is enebled. I believe this is
not an uncommon folder structure.

Original issue reported on code.google.com by vlad...@bigpond.com on 6 Jun 2009 at 8:22

GoogleCodeExporter commented 9 years ago
Hmmm... I can make a directory filter list in the settings where you can add 
regex
filters. So in this case you would add something like "(season /d+)". When 
scanning
the files, if the filter matches then use the parent folder's parent. Think that
would work?

Original comment by jason.schnitzler on 6 Jun 2009 at 8:34

GoogleCodeExporter commented 9 years ago

Original comment by jason.schnitzler on 6 Jun 2009 at 8:35

GoogleCodeExporter commented 9 years ago
EMM is not made for tv shows at the moment. I think you have to wait until the 
dev
adds tv shows compatibility.

Original comment by Walhalla...@gmail.com on 6 Jun 2009 at 8:36

GoogleCodeExporter commented 9 years ago
Bah... can't edit comments. I think the filter would actually be something like
"(season [0-9]+)".

Original comment by jason.schnitzler on 6 Jun 2009 at 8:37

GoogleCodeExporter commented 9 years ago
@Walhalla: lol Never even thought that he may be talking about TV Shows. I 
think I'm
up past my bed time. lol

So, yeah, Walhalla is right, TV Shows are not supported yet. I can add the 
filter
list but it wouldn't matter anyway because the nfos that would be created for 
these
files would not be compatible with XBMC. Movie nfos are different than TV Show 
nfos.

Marking as invalid. If I'm misunderstanding this issue let me know and I'll 
reopen it.

Original comment by jason.schnitzler on 6 Jun 2009 at 8:48

GoogleCodeExporter commented 9 years ago
Oh, I didn't know there is a difference between tv shows and movies. No prob.

Original comment by vlad...@bigpond.com on 7 Jun 2009 at 1:31

GoogleCodeExporter commented 9 years ago

Original comment by jason.schnitzler on 14 Jun 2009 at 8:50