ghostserverd / mediaserver-docker

Docker compose for comprehensive autonomous media server
253 stars 42 forks source link

“TV Shows” #33

Open albanyeye opened 2 years ago

albanyeye commented 2 years ago

Hello Thank you for the docker images . Everything works great except that the FileBot scrip in NzbGet spits out the processed file as /mnt/media/ “TV Shows”/ and then the file and season etc. Why does the /media/“TV Shows” folder get created? I don’t have a folder labeled “TV Shows” in the .env file. How can I have the FileBot send the file to my media directory which is /mnt/media/tv I’ve looked in the post process script and don’t understands how to change it. Thanks for your help.

creemerica commented 2 years ago

I just did a fresh setup today and noticed this as well. I also have my folder named TV and my shows are being moved to TV Shows folder. I may just end up changing the name of the folder if I can’t find the issue.

ghostserverd commented 2 years ago

The FILEBOT_FORMAT uses {plex} which results in those top level TV Shows and Movies directories.

These links have some more information about customizing the format

https://www.filebot.net/forums/viewtopic.php?t=4116

https://www.filebot.net/naming.html

In order to specify different paths for Movies and TV, we need to update the container here to allow passing separate formats for series and movies.

https://github.com/ghostserverd/docker-filebot-ghost/blob/4.9.x/root/etc/services.d/filebot/run#L30