Posts: 3
Joined: Aug 2018
Reputation:
0
Hi
I use Plex with EMM to scrape movie trailers and have been getting on fine until recently
I've found that when I update my movie library it is creating titles for existing inline extras with -featurette -scene -deleted -short -behindthescenes -interview in the name
I've even been getting some files added as titles that are themselves trailers, meaning I now have some files called (moviename)-trailer-trailer
Can someone help point out where I'm going wrong?
Posts: 3
Joined: May 2013
Reputation:
0
I would recommend putting your extras in a subfolder of the movie with a distinctive name (i.e. "!extras"). You can then set Ember to ignore the the extras folder. Other options would be to have ember ignore files under a certain size, or have it not scan folders recursively.
Posts: 3
Joined: Aug 2018
Reputation:
0
Thanks for the info!
My settings are currently set to single video per folder but I'm still getting multiple trailers scraped, I got 17 -trailer-trailer files created on my last scrape
Is this the sort of thing I'm looking for?
<Setting Section="*EmberAPP" Content="None" Name="NotValidFileContains" DefaultValue="">[^\w\s]\s?interview|[^\w\s]\s?sample</Setting>
<Setting Section="*EmberAPP" Content="None" Name="NotValidFileContains" DefaultValue="">[^\w\s]\s?featurette|[^\w\s]\s?sample</Setting>
<Setting Section="*EmberAPP" Content="None" Name="NotValidFileContains" DefaultValue="">[^\w\s]\s?behindthescenes|[^\w\s]\s?sample</Setting>
<Setting Section="*EmberAPP" Content="None" Name="NotValidFileContains" DefaultValue="">[^\w\s]\s?scene|[^\w\s]\s?sample</Setting>
<Setting Section="*EmberAPP" Content="None" Name="NotValidFileContains" DefaultValue="">[^\w\s]\s?short|[^\w\s]\s?sample</Setting>
<Setting Section="*EmberAPP" Content="None" Name="NotValidFileContains" DefaultValue="">[^\w\s]\s?deleted|[^\w\s]\s?sample</Setting>
Would this exclude films like Interview with the Vampire and Scene at the Sea or have I got the wrong end of the stick?