taylorbobaylor / TrailerDownloader

Downloads all missing trailers for movies in your Plex library
GNU General Public License v3.0
40 stars 10 forks source link

Structure #21

Open killmark-prog opened 2 years ago

killmark-prog commented 2 years ago

Any chance this can be adapted to find trailers for movies in the following structure.

For example:

Action -------A ---------Allied (2016) ---------Attomic Blonde (2017) Horror -------O ---------Oculus (2014) etc

taylorbobaylor commented 2 years ago

I think it should search subfolders too. I'd have to look how deep it goes though. What's the format of your video file name?

killmark-prog commented 2 years ago

An example is below

image

killmark-prog commented 2 years ago

image

taylorbobaylor commented 2 years ago

Hmmmm okay I'll take a look when I get some time. Not sure when it'll be. You could try specifying Just the Action folder as you base and see if that works and then then the next category folder etc. Just a work around in the meantime.

killmark-prog commented 2 years ago

Hmmmm okay I'll take a look when I get some time. Not sure when it'll be. You could try specifying Just the Action folder as you base and see if that works and then then the next category folder etc. Just a work around in the meantime.

I've tried that, if I select the root it crashes the program. The screenshots above were where I specified the Action folder

Kamikaze01git commented 5 months ago

Hello.

i am interessted in that feature too 👍

Due to some other needings i have subfolders in my main movies folder: My structure looks something like this:

01-MOVIES ----└--Movies-01 --------└-- Movie.A --------└-- Movie.B --------└-- Movie.C ----└--Movies-02 --------└--Movie.X --------└--Movie.Y --------└--Movie.Z ----└--Movies-Rest --------└--Movie-Rest.a --------└--Movie-Rest.b --------└--Movie-Rest.c ----└--Movies-Temp --------└--Movie-Temp.a --------└--Movie-Temp.b --------└--Movie-Temp.c

Is there a way to only scan and download trailers in Movies-01 and Movies-02, BUT NOT in Movies-Rest or Movies-Temp?

As a funny workaround i have created an own docker with a seperat port for each folder ;-) Docker

taylorbobaylor commented 5 months ago

@Kamikaze01git how would the application be able to tell which subdirectories are irrelevant based on your current setup?

Kamikaze01git commented 5 months ago

Haha... yeah, sorry. I'm not a programmer, just a user and admirer of your work!

Unfortunately I don't know how this can work either. In RADARR you can also select multiple folders for your linary, so I thought there might be a way to "select" them via the GUI. But the effort in the background seems to be considerable. The priority is certainly not on this feature request ;-)

Sorry - please keep up your fabulous work!!!

taylorbobaylor commented 5 months ago

Hahahaha no reason to be sorry! I didn't mean how would you code it necessarily just how you think this feature should work within the app. Yeah I have been thinking about a way to specify all your root movie folders.

I'm pretty slammed with work right now but am still slowly working on a total refactor and will try to incorporate this in there 😃