Diferent databases for anime and shows
Posted: 18 Nov 2015, 11:44
Hi everyone!
So far, the filebot scripting is the best thing I´ve ever used, to have a complete collection of my tv shows named properly.
I have a question. I would like to use thetvdb for the tvshows and anidb for the anime, but I dont see how can I specify each variable in each type of media.
Here is my script code:
I know it is long and messy, but it was my first script and become more with lots of mods.
I tried to look over the forum, but I dont know where to put the "-db".
Hope anyone can help me.
Best regards
So far, the filebot scripting is the best thing I´ve ever used, to have a complete collection of my tv shows named properly.
I have a question. I would like to use thetvdb for the tvshows and anidb for the anime, but I dont see how can I specify each variable in each type of media.
Here is my script code:
Code: Select all
#!/bin/bash
/opt/homebrew-cask/Caskroom/filebot/4.5.6/FileBot.app/Contents/MacOS/filebot.sh -script fn:amc "/Users/NONEEDTOKNOW/Downloads/Transmission" --output "/Volumes/My Book 3 TB" --action copy --conflict auto -non-strict --def artwork=n --def subtitles=en --def --lang en --def "seriesFormat=Series/{n}/{'Season '+s}/{n} {s}x{e.pad(2)} - {t}" "movieFormat=Películas/{n} {y}" "animeFormat=Anime/{n}/{fn}"
I tried to look over the forum, but I dont know where to put the "-db".
Hope anyone can help me.
Best regards